enum XPath2::ParserNodeType

Defined in:

xpath2/parse.cr

Enum Members

Root = 0
Axis = 1
Filter = 2
Function = 3
Operator = 4
Variable = 5
ConstantOperand = 6

Instance Method Summary

Instance Method Detail

def axis? #

[View source]
def constant_operand? #

[View source]
def filter? #

[View source]
def function? #

[View source]
def operator? #

[View source]
def root? #

[View source]
def variable? #

[View source]