Package-level declarations

Types

Link copied to clipboard

A namespace context that combines two namespace contexts. Resolution will first attempt to use the primary context, The secondary namespace is a fallback.

Link copied to clipboard

Helper reader that presents a reader that reads the given sources in order.

FragmentNamespaceContext
Link copied to clipboard
class FragmentNamespaceContext(val parent: FragmentNamespaceContext?, prefixes: Array<String>, namespaces: Array<String>)

Namespace context used in compact fragments. Intended for internal use.

Functions

Link copied to clipboard
fun createDocument(rootElementName: QName): Document