enum JSONXPath::NodeType

Overview

NodeType is the type of a Node

Defined in:

node.cr

Enum Members

Document = 0_u32
Element = 1_u32
Text = 2_u32

Instance Method Summary

Instance Method Detail

def document? #

[View source]
def element? #

[View source]
def text? #

[View source]