enum XPath2::NodeType

Overview

NodeType represents XPath node.

Defined in:

xpath2.cr

Enum Members

Root = 0
Element = 1
Attribute = 2
Text = 3
Comment = 4
Any = 5

Instance Method Summary

Instance Method Detail

def any? #

[View source]
def attribute? #

[View source]
def comment? #

[View source]
def element? #

[View source]
def root? #

[View source]
def text? #

[View source]