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

Struct attributeQuery

query.go:233–239  ·  view source on GitHub ↗

attributeQuery is an XPath attribute node query.(@*)

Source from the content-addressed store, hash-verified

231
232// attributeQuery is an XPath attribute node query.(@*)
233type attributeQuery struct {
234 name string
235 iterator func() NodeNavigator
236
237 Input query
238 Predicate func(NodeNavigator) bool
239}
240
241func (a *attributeQuery) Select(t iterator) NodeNavigator {
242 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected