Facilitates namespace handling together with IXmlWriter instances.
Inheritance Hierarchy
Members
No filters for this type
Properties
Gets a list of all namespace declarations that should be declared at the document's root element.
Gets a list of all namespace declarations that should be declared at the document's root element.
Methods
abstract
Parameters
- ns: string
- The namespace URI for which a prefix is searched.
Return Value
- string
- a unique namespace prefix for
ns.
abstract
Parameters
- nsUri: string
- The namespace URI
- prefix: string
- The preferred namespace prefix or
nullif any prefix may be used.
Return Value
- string
- The prefix that finally has been used for the namespace URI.