Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
50
type
node
interface
{
51
Type() nodeType
52
}
53
54
// nodeType identifies the type of a parse tree node.
Callers
4
processAxis
Method · 0.65
processFilter
Method · 0.65
processNode
Method · 0.65
parsePrimaryExpr
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected