libxml2-wasm
    Preparing search index...

    Class XmlTreeNodeAbstract

    The base class representing a node that can have siblings.

    Hierarchy (View Summary)

    Index

    Properties

    canonicalize: (
        handler: XmlOutputBufferHandler,
        options?: SubtreeC14NOptions,
    ) => void

    Canonicalize this node and its subtree to a buffer and invoke the handler to process.

    Type Declaration

    canonicalizeToString: (options?: SubtreeC14NOptions) => string

    Canonicalize this node and its subtree and return the result as a string.

    Type Declaration

    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