Interface | Description |
---|---|
NamespacePrefixMap |
Union of
PrefixToNamespace and NamespaceToPrefixes
interfaces. |
NamespaceToPrefixes |
Specifies a map from namespace to a list of prefixes.
|
PrefixToNamespace |
Specifies a map from prefix to namespace.
|
Class | Description |
---|---|
Name |
Represents the name of a XML element or attribute.
|
Namespace |
Represents a XML namespace.
|
PrefixEntries |
A trivial, static, implementation of
NamespacePrefixMap . |
PrefixEntry |
Represents an association prefix/namespace.
|
PrefixPreferences |
An implementation of
NamespacePrefixMap specifically designed to
capture user preferences in terms of namespace prefixes. |
The classes in this package are either thread-safe or their code is reentrant (e.g. you must create one instance of PrefixPreferences per thread).