Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
json-xpath
v0.1.3
JSONXPath
Node
NodeType
Built with Crystal 1.9.2
2023-10-07 23:40:47 UTC
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
#document?
#element?
#text?
Instance Method Detail
def
document?
#
[
View source
]
def
element?
#
[
View source
]
def
text?
#
[
View source
]