Class XmlTreeNodeAbstract

The base class representing a node that can have siblings.

Hierarchy (View Summary)

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