Interface 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
Returns this
-
Parameters
Returns this
text
- text(str: string): this
- text(str: string): this
-
Parameters
Returns this
-
Parameters
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
Returns this
-
Parameters
Returns this