toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.spi
/
DocumentResolver
Document
Resolver
interface
DocumentResolver
(
source
)
Inheritors
InternalDocumentResolver
SimpleDocumentResolverProvider
StandardDocumentResolver
Members
Functions
configure
Link copied to clipboard
abstract
fun
configure
(
manager
:
DocumentManager
)
resolvable
Library
Uris
Link copied to clipboard
abstract
fun
resolvableLibraryUris
(
)
:
List
<
URI
>
resolvable
Uris
Link copied to clipboard
abstract
fun
resolvableUris
(
)
:
List
<
URI
>
resolve
Link copied to clipboard
abstract
fun
resolve
(
context
:
StepConfiguration
,
uri
:
URI
,
current
:
XProcDocument
?
)
:
XProcDocument
?