Properties
attributes
baseName
baseName: string
Readonly
childNodes
localName
localName: string
namespaceURI
namespaceURI: string
nodeType
nodeValue
nodeValue: string
ownerDocument
text
text: string
textContent
textContent: string
value
value: string
xml
xml: string
Methods
appendChild
- appendChild(child): void
Parameters
Returns void
cloneNode
- cloneNode(deep?): XmlNode
Parameters
getAttributeNodeNS
- getAttributeNodeNS(namespaceName, localName): XmlAttribute
Parameters
namespaceName: string
localName: string
removeChild
- removeChild(child): void
Parameters
Returns void
setAttributeNode
- setAttributeNode(attr): void
Parameters
Returns void