Class XmlNodeAbstract

Hierarchy (view full)

Accessors

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

    Returns string

  • get line(): number
  • The line number of the node.

    Returns number

Methods

  • Find out corresponding namespace uri of a prefix

    Parameters

    • prefix: string

    Returns null | string