Expand description

Module for handling names according to the W3C Namespaces in XML 1.1 (Second Edition) specification

Structs

A local (unqualified) name of an element or an attribute, i.e. a name without prefix.

A namespace name that is declared in a xmlns[:prefix]="namespace name".

A namespace prefix part of the qualified name of an element tag or an attribute: a prefix in <prefix:local-element-name> or prefix:local-attribute-name="attribute value".

A qualified name of an element or an attribute, including an optional namespace prefix and a local name.

Enums

A namespace prefix declaration, xmlns or xmlns:<name>, as defined in XML Schema specification