NamespaceContext

actual interface NamespaceContext(source)

Interface that provides access to namespace queries

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