Class XmlSimpleNodeAbstract

A simple node that contains only text content without children.

Hierarchy (View Summary)

Accessors

  • get content(): string
  • The content string of the node.

    Returns string

  • set content(value: string): void
  • Set the content of the node.

    Parameters

    • value: string

      the new content

    Returns void

  • get line(): number
  • The line number of the node if the node is parsed from an XML document.

    Returns number

Methods