fr.fluxmedia.transmorpher.stdlib
Class StdOut
java.lang.Object
|
+--fr.fluxmedia.transmorpher.engine.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.engine.TProcessBasic
|
+--fr.fluxmedia.transmorpher.engine.TSerializer
|
+--fr.fluxmedia.transmorpher.stdlib.StdOut
- All Implemented Interfaces:
- java.lang.Runnable, TProcess
- public final class StdOut
- extends TSerializer
Description of the Class
- Author:
- triolet
Field Summary |
protected javax.xml.transform.sax.TransformerHandler |
handler
the handler for the serialization |
protected javax.xml.transform.sax.SAXTransformerFactory |
tfactory
a factory to create a transformer handler |
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut |
Method Summary |
org.xml.sax.ContentHandler |
getContentHandler()
Gets the contentHandler attribute of the StdOut object |
protected javax.xml.transform.sax.SAXTransformerFactory |
getTransformerFactory()
Gets the transformerFactory attribute of the StdOut object |
void |
setOutputStream()
Sets the outputStream attribute of the StdOut object |
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, reset, setDebug, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
handler
protected javax.xml.transform.sax.TransformerHandler handler
- the handler for the serialization
tfactory
protected javax.xml.transform.sax.SAXTransformerFactory tfactory
- a factory to create a transformer handler
StdOut
public StdOut(java.lang.String[] pIn,
Parameters pParam,
StringParameters pStaticAttributes)
throws TMRuntimeException
- Constructor for the StdOut object
- Parameters:
pIn
- in port of this objectpParam
- the parameters of this componentpStaticAttributes
- static attributes of tjis component- Throws:
TMRuntimeException
- Description of the Exception
getTransformerFactory
protected javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
- Gets the transformerFactory attribute of the StdOut object
- Returns:
- The transformerFactory value
setOutputStream
public void setOutputStream()
- Sets the outputStream attribute of the StdOut object
- Overrides:
setOutputStream
in class TSerializer
- Following copied from class:
fr.fluxmedia.transmorpher.engine.TSerializer
- Throws:
TMRuntimeException
- Description of the ExceptionTMException
- Description of the Exceptionorg.xml.sax.SAXException
- Description of the Exception
getContentHandler
public org.xml.sax.ContentHandler getContentHandler()
- Gets the contentHandler attribute of the StdOut object
- Overrides:
getContentHandler
in class TSerializer
- Returns:
- The contentHandler value
..no bottom yet...