MCPcopy Create free account
hub / github.com/antchfx/xpath / NodeIterator

Struct NodeIterator

xpath.go:74–77  ·  view source on GitHub ↗

NodeIterator holds all matched Node object.

Source from the content-addressed store, hash-verified

72
73// NodeIterator holds all matched Node object.
74type NodeIterator struct {
75 node NodeNavigator
76 query query
77}
78
79// Current returns current node which matched.
80func (t *NodeIterator) Current() NodeNavigator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected