Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XmlWriter

Hierarchy

  • XmlWriter

Properties

translationTable

translationTable: any

visitedNode

visitedNode: any

Methods

endElement

  • endElement(): this
  • endElement(): this
  • Returns this

  • Returns this

startElement

  • startElement(elementName: string): this
  • startElement(elementName: string): this
  • Parameters

    • elementName: string

    Returns this

  • Parameters

    • elementName: string

    Returns this

text

  • text(str: string): this
  • text(str: string): this
  • Parameters

    • str: string

    Returns this

  • Parameters

    • str: string

    Returns this

writeAttribute

  • writeAttribute(attributeName: string, attributeValue: string | number): this
  • writeAttribute(attributeName: string, attributeValue: string | number): this
  • Parameters

    • attributeName: string
    • attributeValue: string | number

    Returns this

  • Parameters

    • attributeName: string
    • attributeValue: string | number

    Returns this

writeComment

  • writeComment(comment: string): this
  • writeComment(comment: string): this
  • Parameters

    • comment: string

    Returns this

  • Parameters

    • comment: string

    Returns this

Generated using TypeDoc