INRIA & FluxMedia

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
 java.util.Properties Op
          Description of the Field
protected  javax.xml.transform.sax.SAXTransformerFactory tfactory
          a factory to create a transformer handler
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TSerializer
fileName, format, outputStream, printNull, printOut
 
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
StdOut(java.lang.String[] pIn, Parameters pParam, StringParameters pStaticAttributes)
          Constructor for the StdOut object
 
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.TSerializer
bindParameters, generatePort, getOutputStream, initParameters, printNull, printStdout
 
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, 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
 

Field Detail

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

Op

public java.util.Properties Op
Description of the Field
Constructor Detail

StdOut

public StdOut(java.lang.String[] pIn,
              Parameters pParam,
              StringParameters pStaticAttributes)
       throws TMRuntimeException
Constructor for the StdOut object
Parameters:
pIn - in port of this object
pParam - the parameters of this component
pStaticAttributes - static attributes of tjis component
Throws:
TMRuntimeException - Description of the Exception
Method Detail

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 Exception
TMException - Description of the Exception
org.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

INRIA & FluxMedia

..no bottom yet...