|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.engine.TProcess_Impl | +--fr.fluxmedia.transmorpher.engine.TProcessBasic | +--fr.fluxmedia.transmorpher.engine.TTransformation
During the parse process an xsl file was generated to handle the define external. So, the external process, is only a transformer
Inner Class Summary | |
(package private) static class |
TTransformation.MapEntry
Description of the Class |
Field Summary | |
private static java.util.Map |
cache
Cache for stylesheets |
protected java.lang.String |
fileName
The file in which the transformation is stored |
(package private) java.lang.String[] |
In
port name in |
(package private) javax.xml.transform.sax.TransformerHandler |
iTransformerHandler
The transformer |
(package private) static java.util.Properties |
Op
the properties for all transformer |
(package private) java.lang.String[] |
Out
port name out |
(package private) javax.xml.transform.Templates |
templates
the templates |
protected javax.xml.transform.sax.SAXTransformerFactory |
tfactory
|
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic |
finished, isThread, param, procThread, type |
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut |
Constructor Summary | |
TTransformation(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters params)
The instance constructor |
Method Summary | |
void |
bindParameters(Parameters p)
Description of the Method |
void |
generatePort()
generates ports for a TTranformer |
java.lang.String |
getFile()
Returns file |
javax.xml.transform.Transformer |
getTransformer()
get The Transformer Handler |
protected javax.xml.transform.sax.SAXTransformerFactory |
getTransformerFactory()
|
javax.xml.transform.sax.TransformerHandler |
getTransformerHandler()
get The Transformer Handler |
void |
initParameters()
Description of the Method |
javax.xml.transform.Transformer |
initTransformer()
create The Transformer Handler |
void |
reset()
Creates a new TransformerHandler.Used by repeat process at each loop. |
void |
setOutputProperties()
Sets output properties for this Transformer |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic |
execProcess, getFinished, getType, run, setFinished, setThread, setType |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, setDebug, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.String[] In
java.lang.String[] Out
javax.xml.transform.Templates templates
javax.xml.transform.sax.TransformerHandler iTransformerHandler
private static java.util.Map cache
protected javax.xml.transform.sax.SAXTransformerFactory tfactory
protected java.lang.String fileName
static java.util.Properties Op
Constructor Detail |
public TTransformation(java.lang.String[] pIn, java.lang.String[] pOut, Parameters params) throws javax.xml.transform.TransformerException, javax.xml.transform.TransformerConfigurationException, org.xml.sax.SAXException, java.io.IOException
pIn
- Description of the ParameterpOut
- Description of the Parameterparams
- Description of the Parameterjavax.xml.transform.TransformerException
- Description of the Exceptionjavax.xml.transform.TransformerConfigurationException
- Description of the Exceptionorg.xml.sax.SAXException
- Description of the Exceptionjava.io.IOException
- Description of the ExceptionMethod Detail |
public java.lang.String getFile()
public final javax.xml.transform.Transformer initTransformer() throws TMRuntimeException
TMRuntimeException
- Description of the Exceptionpublic void setOutputProperties()
public final javax.xml.transform.sax.TransformerHandler getTransformerHandler()
public final javax.xml.transform.Transformer getTransformer()
public void reset()
reset
in class TProcess_Impl
protected javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
public void generatePort()
generatePort
in class TProcess_Impl
public void bindParameters(Parameters p) throws TMRuntimeException, TMException, org.xml.sax.SAXException
bindParameters
in class TProcess_Impl
p
- Description of the ParameterTMRuntimeException
- Description of the ExceptionTMException
- Description of the Exceptionorg.xml.sax.SAXException
- Description of the Exceptionpublic void initParameters()
initParameters
in class TProcessBasic
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |