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

Method Select

query.go:56–56  ·  view source on GitHub ↗

Select traversing iterator returns a query matched node NodeNavigator.

(iterator)

Source from the content-addressed store, hash-verified

54type query interface {
55 // Select traversing iterator returns a query matched node NodeNavigator.
56 Select(iterator) NodeNavigator
57
58 // Evaluate evaluates query and returns values of the current query.
59 Evaluate(iterator) interface{}

Callers 15

SelectMethod · 0.95
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
doMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65

Implementers 15

nopQueryquery.go
contextQueryquery.go
childQueryquery.go
parentQueryquery.go
selfQueryquery.go

Calls

no outgoing calls

Tested by 3

ExampleFunction · 0.52
TestNamespacePrefixQueryFunction · 0.52
TestMustCompileFunction · 0.52