libxml2-wasm
    Preparing search index...

    Class XmlTreeNodeAbstract

    The base class representing a node that can have siblings.

    Hierarchy (View Summary)

    Index

    Accessors

    • get content(): string

      The content string of the node.

      Returns string

    • get line(): number

      The line number of the node if the node is parsed from an XML document.

      Returns number

    Methods