toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
XProcCollectionFinder
/
XProcResourceCollection
XProc
Resource
Collection
inner
class
XProcResourceCollection
(
val
coll
:
List
<
XProcDocument
>
)
:
ResourceCollection
(
source
)
Members
Constructors
XProc
Resource
Collection
Link copied to clipboard
constructor
(
coll
:
List
<
XProcDocument
>
)
Properties
coll
Link copied to clipboard
val
coll
:
List
<
XProcDocument
>
Functions
get
Collection
URI
Link copied to clipboard
open
override
fun
getCollectionURI
(
)
:
String
get
Resources
Link copied to clipboard
open
override
fun
getResources
(
context
:
XPathContext
?
)
:
MutableIterator
<
Resource
>
get
Resource
URIs
Link copied to clipboard
open
override
fun
getResourceURIs
(
context
:
XPathContext
?
)
:
MutableIterator
<
String
>
is
Stable
Link copied to clipboard
open
override
fun
isStable
(
context
:
XPathContext
?
)
:
Boolean