XNodeType
@Js
@Serializable { simple=true }
const class XNodeType : Enum
Return the XNodeType instance for the specified name
Element node type returned by XElem.nodeType
List of XNodeType values indexed by ordinal
Document node type by XDoc.nodeType
Processing instruction node type returned by XPi.nodeType
Text node type returned by XText.nodeType
End of element used by XParser when pull parsing
Start of element used by XParser when pull parsing
const static XNodeType : doc
Document node type by XDoc.nodeType
const static XNodeType : elem
Element node type returned by XElem.nodeType
const static XNodeType : elemEnd
End of element used by XParser when pull parsing.
const static XNodeType : elemStart
Start of element used by XParser when pull parsing.
static new fromStr(Str name, Bool checked)
Return the XNodeType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static XNodeType : pi
Processing instruction node type returned by XPi.nodeType
const static XNodeType : text
Text node type returned by XText.nodeType
const static XNodeType[] : vals
List of XNodeType values indexed by ordinal