| Name: | xml.saxon.XSLT2 | | Description: | | | Id: | xml.saxon.XSLT2 | | Category: | accessor |
Identifier Syntaxxml.saxon.XSLT2 is an accessor using Active URI syntax with the following base identifiers:
and the following arguments: (for more details on argument passing details see here)
| Argument | Rules | Typing | Description | | operand | Mandatory | Representation (java.lang.Object) | input document | | operator | Mandatory | Representation (java.lang.Object) | XSLT 2.0 stylesheet | | typemap | Optional | Representation (java.lang.Object) | typemap declaration | | varargs
[varargs]
| Any quantity | Representation (java.lang.Object) | Varargs allows an arbitrary number of additional unspecified arguments.
|
Request VerbsThe following
verb is supported:
ResponseThe response representation of this accessor for SOURCE requests is unknown. This accessor throws no documented exceptions.Import RequirementsTo use xml.saxon.XSLT2 accessor you must import the module
urn:org:netkernel:xml:saxon:
<import> <uri>urn:org:netkernel:xml:saxon</uri> </import>
|