DocumentContext

Properties

Link copied to clipboard
abstract val baseUri: URI?
Link copied to clipboard
abstract val inscopeNamespaces: Map<String, NamespaceUri>
Link copied to clipboard
abstract val location: Location
Link copied to clipboard
abstract val processor: Processor

Functions

Link copied to clipboard
abstract fun copy(): DocumentContext
Link copied to clipboard
abstract fun exception(error: XProcError): XProcException
abstract fun exception(error: XProcError, cause: Throwable): XProcException
Link copied to clipboard
abstract fun newXPathCompiler(): XPathCompiler
Link copied to clipboard
abstract fun resolve(href: String): URI
Link copied to clipboard
abstract fun updateWith(location: Location)
abstract fun updateWith(baseUri: URI)
abstract fun updateWith(namespaces: Map<String, NamespaceUri>)
abstract fun updateWith(node: XdmNode)
abstract fun updateWith(prefix: String, ns: NamespaceUri)
Link copied to clipboard
abstract fun with(location: Location): DocumentContext
abstract fun with(prefix: String, uri: NamespaceUri): DocumentContext