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

Struct contextQuery

query.go:85–87  ·  view source on GitHub ↗

contextQuery is returns current node on the iterator object query.

Source from the content-addressed store, hash-verified

83
84// contextQuery is returns current node on the iterator object query.
85type contextQuery struct {
86 count int
87}
88
89func (c *contextQuery) Select(t iterator) NodeNavigator {
90 if c.count > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected