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

Method Type

parse.go:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49// A node is an XPath node in the parse tree.
50type node interface {
51 Type() nodeType
52}
53
54// nodeType identifies the type of a parse tree node.

Callers 4

processAxisMethod · 0.65
processFilterMethod · 0.65
processNodeMethod · 0.65
parsePrimaryExprMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected