toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.documents
/
XProcDocument
XProc
Document
open
class
XProcDocument
(
source
)
Inheritors
XProcBinaryDocument
Members
Constructors
XProc
Document
Link copied to clipboard
constructor
(
valueFunction
:
(
)
->
LazyDocumentValue
,
context
:
DocumentContext
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_context
Link copied to clipboard
protected
lateinit
var
_context
:
DocumentContext
_properties
Link copied to clipboard
protected
val
_properties
:
DocumentProperties
_value
Link copied to clipboard
protected
var
_value
:
XdmValue
?
base
URI
Link copied to clipboard
val
baseURI
:
URI
?
content
Classification
Link copied to clipboard
val
contentClassification
:
MediaClassification
content
Type
Link copied to clipboard
val
contentType
:
MediaType
?
context
Link copied to clipboard
val
context
:
DocumentContext
id
Link copied to clipboard
val
id
:
Long
in
Scope
Namespaces
Link copied to clipboard
val
inScopeNamespaces
:
Map
<
String
,
NamespaceUri
>
properties
Link copied to clipboard
val
properties
:
DocumentProperties
value
Link copied to clipboard
val
value
:
XdmValue
Functions
serialize
Link copied to clipboard
fun
serialize
(
defProp
:
Map
<
QName
,
XdmValue
>
=
emptyMap()
)
fun
serialize
(
out
:
OutputStream
,
defProp
:
Map
<
QName
,
XdmValue
>
=
emptyMap()
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Link copied to clipboard
open
fun
with
(
properties
:
DocumentProperties
)
:
XProcDocument
open
fun
with
(
baseUri
:
URI
?
)
:
XProcDocument
open
fun
with
(
newValue
:
ByteArray
)
:
XProcDocument
open
fun
with
(
newValue
:
XdmValue
)
:
XProcDocument
open
fun
with
(
contentType
:
MediaType
,
removeSerialization
:
Boolean
=
false
)
:
XProcDocument
open
fun
with
(
newValue
:
ByteArray
,
baseURI
:
URI
?
)
:
XProcDocument
open
fun
with
(
newValue
:
XdmValue
,
baseURI
:
URI
?
)
:
XProcDocument