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

Function newVariableNode

parse.go:106–108  ·  view source on GitHub ↗

newVariableNode returns new variable node VariableNode.

(prefix, name string)

Source from the content-addressed store, hash-verified

104
105// newVariableNode returns new variable node VariableNode.
106func newVariableNode(prefix, name string) node {
107 return &variableNode{nodeType: nodeVariable, Name: name, Prefix: prefix}
108}
109
110// newFilterNode returns a new filter node FilterNode.
111func newFilterNode(n, m node) node {

Callers 1

parsePrimaryExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…