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

Struct selfQuery

query.go:737–740  ·  view source on GitHub ↗

selfQuery is an Self node query.(self::*)

Source from the content-addressed store, hash-verified

735
736// selfQuery is an Self node query.(self::*)
737type selfQuery struct {
738 Input query
739 Predicate func(NodeNavigator) bool
740}
741
742func (s *selfQuery) Select(t iterator) NodeNavigator {
743 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected