code [CLASSPATH]
|
Additions to the CLASSPATH made by the XPipe executive prior to executing the XComponent.
|
code [encoding]
|
Code encoding (PLAIN or BASE64).
PLAIN
BASE64
|
code [extractFilename]
|
Filename to extract the Code element into. Used with Encodinging=BASE64 and Type = JavaClass
|
code [type]
|
Code Type. JavaClass indicated Java .class file (base64 encoded).
"Exec" signifies that Code element contains a command suitable
for command line execution to invoke the component.
JavaClass
Jython
XSLT
Exec
|
encoding
|
Encoding - default is "PLAIN"
PLAIN
BASE64
|
extractFilename
|
Filename to extract the Resource into. If not supplied, resource not extracted when XComponent installed.
|
id
|
Resource identifier - must be unique in the XComponent.
|
input [encoding]
|
Encoding - default is "PLAIN"
PLAIN
BASE64
|
input [href]
|
Refer to an external URI or, if prefixed with a "#" a
named resource from the Resources section of the XComponent.
|
output [encoding]
|
Code encoding (PLAIN or BASE64).
PLAIN
BASE64
|
output [href]
|
Href attribute can be used to refer to an external URI or, if prefixed with a "#" a
named resource from the Resources section of the XComponent.
|
post [CLASSPATH]
|
Additions to the CLASSPATH made by the XPipe executive prior to executing the code.
|
post [encoding]
|
Code encoding (PLAIN or BASE64).
PLAIN
BASE64
|
post [extractFilename]
|
Filename to extract the Pre element into. Used primarily with Encodinging=BASE64 and Type = JavaClass
|
post [href]
|
href attribute can be used to refer to an external URI or, if prefixed with a "#" a
named resource from the Resources section of the XComponent.
|
post [type]
|
Post condition type.
JavaClass
Jython
DTD
RNG
XSD
|
pre [CLASSPATH]
|
Additions to the CLASSPATH made by the XPipe executive prior to executing the XComponent.
|
pre [encoding]
|
Pre condition Encoding (PLAIN or BASE64).
PLAIN
BASE64
|
pre [extractFilename]
|
Filename to extract the Pre element into. Used primarily with Encodinging=BASE64 and Type = JavaClass
|
pre [href]
|
Href attribute can be used to refer to an external URI or, if prefixed with a "#" a
named resource from the Resources section of the XComponent.
|
pre [type]
|
Pre condition type.
JavaClass
Jython
XSD
RNG
DTD
|
resource [encoding]
|
Encoding - default is "PLAIN"
PLAIN
BASE64
|
resource [extractFilename]
|
Filename to extract the Resource into. If not supplied, resource not extracted when XComponent installed.
|
resource [id]
|
Resource identifier - must be unique in the XComponent.
|
test [name]
|
An optional Name for the Test. Used in XComponentUnitTest application for example, to display
test progress to the user.
|