IterableNamespaceContext

Namespace context that allows iterating over the namespaces.

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
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
abstract operator fun iterator(): Iterator<Namespace>
Link copied to clipboard