I

IXmlNamespaceManager

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.

Methods

Returns a unique namespace prefix, or creates and registers one.
abstract

Parameters

ns: string
The namespace URI for which a prefix is searched.

Return Value

string
a unique namespace prefix for ns.
Pops a current declaration scope.
Pushes a current declaration scope.
Register a local namespace/prefix mapping
abstract

Parameters

nsUri: string
The namespace URI
prefix: string
The preferred namespace prefix or null if any prefix may be used.

Return Value

string
The prefix that finally has been used for the namespace URI.
Seals the current declaration scope.
No further namespace mappings may be added to a sealed scope.
abstract