|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessFactory
Field Summary | |
(package private) Vector |
iGeneratorList
|
(package private) static int |
INFINITY
|
(package private) static int |
NB_READER_RISE
|
(package private) static SAXTransformerFactory |
saxTFactory
the SAXTransformerFactory |
(package private) static TransformerFactory |
tFactory
The Transformer factory |
Constructor Summary | |
TProcessFactory()
The constructor |
Method Summary | |
(package private) static void |
Class constructor |
void |
execProcess()
|
(package private) static SAXTransformerFactory |
getSAXTFactory()
Return the sax factory |
static TProcess |
newComposite(String[] pIn,
String[] pOut)
Create a new composite process |
static TProcess |
newConnector(String pType,
String[] pIn,
String[] pOut)
Build a new Connector. currently only build a basic one. |
static TProcess |
newDispatcher(String pType,
String[] pIn,
String[] pOut)
Build a new dispatcher. currently only build a basic one. |
TProcess |
newGenerator(String pType,
String[] pOut,
String pFilename)
Create a new generator. |
TProcess |
newLoop(String[] pIn,
String[] pOut,
String pRefOn,
int pCount,
TProcessComposite pTemplateList)
Create a new generator. |
static TProcess |
newQuery(String pType,
String[] pIn,
String[] pOut,
String pFilename)
Build a new query. currently only build a internal one. |
static TProcess |
newRuleSet(String[] pIn,
String[] pOut,
String pRefOn)
Build an new ruleset process |
static TProcess |
newSerializer(String pType,
String[] pIn,
String pFilename)
Build a new Connector. currently only build a basic one. |
static TProcess |
newTransformer(String pType,
String[] pIn,
String[] pOut,
String pFilename)
Build a new Transformer according th the given type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
static final int NB_READER_RISE
static final int INFINITY
Vector iGeneratorList
static TransformerFactory tFactory
static SAXTransformerFactory saxTFactory
Constructor Detail |
public TProcessFactory() throws TransformerException, TransformerConfigurationException, SAXException, IOException
Method Detail |
static void()
static final SAXTransformerFactory getSAXTFactory()
public final TProcess newGenerator(String pType, String[] pOut, String pFilename) throws SAXException, IOException
public final TProcess newLoop(String[] pIn, String[] pOut, String pRefOn, int pCount, TProcessComposite pTemplateList) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newComposite(String[] pIn, String[] pOut) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newDispatcher(String pType, String[] pIn, String[] pOut)
public static final TProcess newTransformer(String pType, String[] pIn, String[] pOut, String pFilename) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newQuery(String pType, String[] pIn, String[] pOut, String pFilename) throws TransformerException, SAXException, IOException
public static final TProcess newRuleSet(String[] pIn, String[] pOut, String pRefOn) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newConnector(String pType, String[] pIn, String[] pOut)
public static final TProcess newSerializer(String pType, String[] pIn, String pFilename) throws SAXException, IOException
public final void execProcess() throws SAXException, IOException
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |