toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.datamodel
/
DocumentContextImpl
Document
Context
Impl
class
DocumentContextImpl
(
saxonConfig
:
SaxonConfiguration
)
:
DocumentContext
(
source
)
Members
Constructors
Document
Context
Impl
Link copied to clipboard
constructor
(
saxonConfig
:
SaxonConfiguration
)
Properties
base
Uri
Link copied to clipboard
open
override
val
baseUri
:
URI
?
inscope
Namespaces
Link copied to clipboard
open
override
val
inscopeNamespaces
:
Map
<
String
,
NamespaceUri
>
location
Link copied to clipboard
open
override
val
location
:
Location
processor
Link copied to clipboard
open
override
val
processor
:
Processor
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
)
:
DocumentContext
exception
Link copied to clipboard
open
override
fun
exception
(
error
:
XProcError
)
:
XProcException
open
override
fun
exception
(
error
:
XProcError
,
cause
:
Throwable
)
:
XProcException
new
XPath
Compiler
Link copied to clipboard
open
override
fun
newXPathCompiler
(
)
:
XPathCompiler
resolve
Link copied to clipboard
open
override
fun
resolve
(
href
:
String
)
:
URI
update
With
Link copied to clipboard
open
override
fun
updateWith
(
location
:
Location
)
open
override
fun
updateWith
(
baseUri
:
URI
)
open
override
fun
updateWith
(
namespaces
:
Map
<
String
,
NamespaceUri
>
)
open
override
fun
updateWith
(
node
:
XdmNode
)
open
override
fun
updateWith
(
prefix
:
String
,
ns
:
NamespaceUri
)
with
Link copied to clipboard
open
override
fun
with
(
location
:
Location
)
:
DocumentContext
open
override
fun
with
(
prefix
:
String
,
uri
:
NamespaceUri
)
:
DocumentContext