Module namespace

Module namespace 

Source
Expand description

Support for XML Namespaces

The NamespaceMap object represents a static mapping of prefix to namespace URI. Since namespaces don’t change once they are declared, this object is usually Rc-shared.

Structs§

NamespaceMap
In some circumstances, a transformation must resolve a qualified name. To do this, it must have a copy of the in-scope namespaces. This type represents a mapping from prefix to Namespace URI. The “None” prefix is for the default namespace.