ltxmlts
    Preparing search index...

    Type Alias XmlNodeType

    XmlNodeType:
        | "Element"
        | "Text"
        | "Comment"
        | "CDATA"
        | "ProcessingInstruction"
        | "Entity"
        | "Attribute"
        | "Document"
        | null

    Union type representing the kind of XML node.

    Every XObject carries a nodeType property whose value is one of these string literals, or null before the node has been fully initialised.