GatheringNamespaceContext

Class that gathers namespace queries and records them in the given map (prefix, namespace uri). Created by pdvrieze on 20/10/15.

Constructors

Link copied to clipboard
constructor(parentContext: NamespaceContext?, resultMap: MutableMap<String, String>)

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
open override fun getNamespaceURI(prefix: String): String?
Link copied to clipboard
open override fun getPrefix(namespaceURI: String): String?
Link copied to clipboard
open override fun getPrefixes(namespaceURI: String): Iterator<String>