Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XmlWriter

Hierarchy

  • XmlWriter

Index

Properties

translationTable

translationTable: any

visitedNode

visitedNode: any

Methods

endElement

  • endElement(): this

startElement

  • startElement(elementName: string): this

text

  • text(str: string): this

writeAttribute

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

writeComment

  • writeComment(comment: string): this

Generated using TypeDoc