toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.xslt
/
XsltValueOf
/
processingInstruction
processing
Instruction
fun
processingInstruction
(
vocabularyPrefix
:
String
=
vPrefix
,
vocabularyNamespace
:
String
=
vNamespace
,
name
:
String
,
select
:
String
?
=
null
,
attributes
:
Map
<
QName
,
String
>
=
mapOf()
,
ns
:
Map
<
String
,
String
>
=
mapOf()
,
init
:
XsltProcessingInstruction
.
(
)
->
Unit
)
(
source
)