toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.datamodel
/
DocumentContext
Document
Context
interface
DocumentContext
(
source
)
Inheritors
StepConfiguration
DocumentContextImpl
Members
Properties
base
Uri
Link copied to clipboard
abstract
val
baseUri
:
URI
?
inscope
Namespaces
Link copied to clipboard
abstract
val
inscopeNamespaces
:
Map
<
String
,
NamespaceUri
>
location
Link copied to clipboard
abstract
val
location
:
Location
processor
Link copied to clipboard
abstract
val
processor
:
Processor
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
DocumentContext
exception
Link copied to clipboard
abstract
fun
exception
(
error
:
XProcError
)
:
XProcException
abstract
fun
exception
(
error
:
XProcError
,
cause
:
Throwable
)
:
XProcException
new
XPath
Compiler
Link copied to clipboard
abstract
fun
newXPathCompiler
(
)
:
XPathCompiler
resolve
Link copied to clipboard
abstract
fun
resolve
(
href
:
String
)
:
URI
update
With
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
)
with
Link copied to clipboard
abstract
fun
with
(
location
:
Location
)
:
DocumentContext
abstract
fun
with
(
prefix
:
String
,
uri
:
NamespaceUri
)
:
DocumentContext