Class Summary |
ApplyExternal |
This class allows to instanciate a call for an object able to apply a transformation on the SAX events flow.
|
ApplyImpl |
This class is an helper class for the Apply Call .
|
ApplyProcess |
This class allows to create an object able to call a transformation defined in a Process |
ApplyQuery |
The ApplyQuery Class introduces the use of a query in a process body. |
ApplyRuleset |
The ApplyRuleset Class introduces the use of a ruleset in a process body. |
CallImpl |
This class is an helper class which implements most of methods specified
in the Call interface. |
Channel |
Transmorpher graph channel representation |
Dispatch |
This class allows to instanciate a call for an object able to produce multiple SAX events flows.
|
FeedBack |
A feed back channel is made of two subchannels, It thus takes two
additionnal ports.
in is the begining of the first sub-channel
innerIn that of the second one (that will be recopied on the first one)
out is be the output of the first subchannel
innerOut is the input of the second subchannel.
|
Generate |
This class allows to instanciate a call for an object able to produce SAX events.
|
Iterator |
Transmorpher graph iterator implementation The iterator class introduces the
use of a variable which will be iterated over a particular structure. |
Main |
A Main instance is a graph component that can contains calls |
MainProcess |
The MainProcess class is an helper class which provides methods to create an execution structure
and methods to produce the java code corresponding to its type.
|
Merge |
This class allows to instanciate a call for an object able to merge multiple SAX events flows in one flow.
|
Null |
Transmorpher graph null channel representation.
|
Port |
Transmorpher graph list of ports/channels |
PortList |
Transmorpher graph list of ports/channels |
Process |
Transmorpher graph processes definitions. |
Query |
Transmorpher graph query definitions |
Repeat |
Transmorpher graph repeat node |
RepeatProcess |
Transmorpher graph repeat process definitions |
Ruleset |
Transmorpher graph ruleset definitions |
Serialize |
This class allows to instanciate a call that is used for ending a transformation.
|
Servlet |
Transmorpher graph servlet definitions |
StdIn |
Transmorpher graph _stdin_ channel representation |
StdOut |
Transmorpher graph _stdout_ channel representation |
Test |
Transmorpher graph test channel representation |
TransformationImpl |
This class is an helper class that implements most of the Transformation interface methods |
Transformer |
Transmorpher graph (JAXP) transformer definitions |
Transmorpher |
This class provides methods to create a graph structure corresponding to a transformation process
defined in an XML file or with Flowcomposer ( a GUI tool for Transmorpher) .
|