NodeIterator holds all matched Node object.
| 72 | |
| 73 | // NodeIterator holds all matched Node object. |
| 74 | type NodeIterator struct { |
| 75 | node NodeNavigator |
| 76 | query query |
| 77 | } |
| 78 | |
| 79 | // Current returns current node which matched. |
| 80 | func (t *NodeIterator) Current() NodeNavigator { |
nothing calls this directly
no outgoing calls
no test coverage detected