NamespaceContext

expect interface NamespaceContext(source)

Interface that provides access to namespace queries

Inheritors

actual interface NamespaceContext(source)

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