Generated: Sat Jan 12 15:22:23 2002. By RNG2HTML.py
AuthorInfo
|
Author Information. Must be well formed. Basic XHTML recommended. |
Doc
|
Documentation for the XComponent. Must be well formed. XHTML recommended. |
Input
|
Typically an XML instance. 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. |
Keyword
|
A keyword. |
Keywords
|
Keywords are used for cataloging and retrieval of XComponents. A controlled vocabular is under consideration. |
Parameter
|
A named parameter. In an XPipe the named parameters can have values associated with them. At execution time, the parameter values are made available to the executing XComponent on its command line. |
Parameters
|
An XComponent can take command line parameters. The parameters have names which are used for documentation purposes only. Only the values will be passed into the executing XComponent by the XPipe executive. Parameters are passed into the XComponent in the order specified in the XComponent. |
Resources
|
Resources are "files" used by this XComponent. They can be input/output files for unit tests, schemas etc. |
Test
|
A unit test. Used to exercise the XComponent and ensure it is doing what it is supposed to do. The XComponentUnitTester application can be used to execute the test. |
Title
|
XComponent Title. A reasonably descriptive string for what the XComponent does. |
UnitTests
|
Unit Tests. Used to exercise the XComponent and ensure it is doing what it is supposed to do. The XComponentUnitTester application can be used to execute the tests. |
Version
|
XComponent version information. |
XComponent
|
XComponent RelaxNG Schema. Part of the XPipe system http://xpipe.sourceforge.net. The RelaxNG Schema itself can be found at http://xpipe.sourceforge.net/XComponent.rng. It makes use of some common RelaxNG patterns housed in http://xpipe.sourceforge.net/Common.rng. |
Code[CLASSPATH]
|
Additions to the CLASSPATH made by the XPipe executive prior to executing the XComponent. |
Code[Encoding]
|
Code encoding (PLAIN or 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. |
Input[Encoding]
|
Encoding - default is "PLAIN" |
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). |
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). |
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. |
Pre[CLASSPATH]
|
Additions to the CLASSPATH made by the XPipe executive prior to executing the XComponent. |
Pre[Encoding]
|
Pre condition Encoding (PLAIN or 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. |
Resource[Encoding]
|
Encoding - default is "PLAIN" |
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. |
AuthorInfo
|
Author Information. Must be well formed. Basic XHTML recommended.
|
Doc
|
Documentation for the XComponent. Must be well formed. XHTML recommended.
|
Input
|
Typically an XML instance. 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.
Refer to an external URI or, if prefixed with a "#" a
named resource from the Resources section of the XComponent.
Encoding - default is "PLAIN"
PLAIN
BASE64
|
Keyword
|
A keyword.
|
Keywords
|
Keywords are used for cataloging and retrieval of XComponents. A controlled vocabular is
under consideration.
|
Parameter
|
A named parameter. In an XPipe the named parameters can have values associated with them.
At execution time, the parameter values are made available to the executing XComponent on its
command line.
|
Parameters
|
An XComponent can take command line parameters. The parameters have names which are used for documentation
purposes only. Only the values will be passed into the executing XComponent by the XPipe executive.
Parameters are passed into the XComponent in the order specified in the XComponent.
|
Resources
|
Resources are "files" used by this XComponent. They can be input/output files for unit tests, schemas
etc.
|
Test
|
A unit test. Used to exercise the XComponent and ensure it is doing what it is supposed to
do. The XComponentUnitTester application can be used to execute the test.
An optional Name for the Test. Used in XComponentUnitTest application for example, to display
test progress to the user.
|
Title
|
XComponent Title. A reasonably descriptive string for what the XComponent does.
|
UnitTests
|
Unit Tests. Used to exercise the XComponent and ensure it is doing what it is supposed to
do. The XComponentUnitTester application can be used to execute the tests.
|
Version
|
XComponent version information.
|
XComponent
|
XComponent RelaxNG Schema. Part of the XPipe system http://xpipe.sourceforge.net.
The RelaxNG Schema itself can be found at http://xpipe.sourceforge.net/XComponent.rng.
It makes use of some common RelaxNG patterns housed in http://xpipe.sourceforge.net/Common.rng.
|
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
|
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.
|