libxml2-wasm
    Preparing search index...

    Class XmlNodeAbstract

    The base class for all types of XML nodes.

    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

    • Remove the node from its parent.

      Returns void