XmlDocument interface
Represents an XML Document object.
Properties
namespaces | A list of namespaces in the document. The key is the namespace prefix, and the value is the namespace URL. |
root | The root node of the XMl document. |
Property Details
namespaces
A list of namespaces in the document. The key is the namespace prefix, and the value is the namespace URL.
namespaces?: Record<string, string>
Property Value
Record<string, string>