GatheringNamespaceContext
class GatheringNamespaceContext(parentContext: NamespaceContext?, resultMap: MutableMap<String, String>) : NamespaceContext
Class that gathers namespace queries and records them in the given map (prefix, namespace uri).
Functions
Link copied to clipboard
Convert a prefixed element name (CNAME) to a qname. If there is no prefix, the default prefix is used.
Link copied to clipboard
Return the namespace uri for a given prefix. Note that some prefixes are predefined.
Link copied to clipboard
Return an iterator that provides all prefixes for the given namespace.
