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

Method NodeType

xpath.go:34–34  ·  view source on GitHub ↗

NodeType returns the XPathNodeType of the current node.

()

Source from the content-addressed store, hash-verified

32type NodeNavigator interface {
33 // NodeType returns the XPathNodeType of the current node.
34 NodeType() NodeType
35
36 // LocalName gets the Name of the current node.
37 LocalName() string

Callers 4

getHashCodeFunction · 0.65
iterateNodesFunction · 0.65
axisPredicateFunction · 0.65
Benchmark_GetHashCodeFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by 2

iterateNodesFunction · 0.52
Benchmark_GetHashCodeFunction · 0.52