NamespaceContextImpl

Deprecated

Just use NamespaceContext

Replace with

import nl.adaptivity.xmlutil.NamespaceContext
NamespaceContext

Inheritors

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?
Link copied to clipboard
expect abstract fun getPrefix(namespaceURI: String): String?
Link copied to clipboard
expect abstract fun getPrefixes(namespaceURI: String): Iterator<String>
Link copied to clipboard
inline fun NamespaceContext.prefixesFor(namespaceURI: String): Iterator<String>