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

Struct parentQuery

query.go:697–700  ·  view source on GitHub ↗

parentQuery is an XPath parent node query.(parent::*)

Source from the content-addressed store, hash-verified

695
696// parentQuery is an XPath parent node query.(parent::*)
697type parentQuery struct {
698 Input query
699 Predicate func(NodeNavigator) bool
700}
701
702func (p *parentQuery) Select(t iterator) NodeNavigator {
703 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected