INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyQuery

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
                    |
                    +--fr.fluxmedia.transmorpher.TProcessFactory.TApplyQuery
All Implemented Interfaces:
TProcess

public final class TApplyQuery
extends TTransformer


Field Summary
private static String DEFAULT_PARSER_NAME
           
(package private)  ReadWrite FileRW
           
(package private)  SAXParser iParser
          XML Parser
(package private)  String iRoot
           
protected  String ref
          the ref for the file of the transformer
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
In, iTransformerHandler, iXSLFile, Op, Out
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
type
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TApplyQuery(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
           
 
Method Summary
 void generatePort()
           
 String getFile()
           
 String getRef()
           
 void setRef(String ref)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
bindParameters, getTransformerHandler, initTransformer, setProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameters, 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

DEFAULT_PARSER_NAME

private static final String DEFAULT_PARSER_NAME

iParser

SAXParser iParser
XML Parser

FileRW

ReadWrite FileRW

iRoot

String iRoot

ref

protected String ref
the ref for the file of the transformer
Constructor Detail

TApplyQuery

public TApplyQuery(String[] pIn,
                   String[] pOut,
                   Parameters pParam,
                   StringParameters staticAttributes)
            throws TransformerException,
                   SAXException,
                   IOException,
                   TransformerConfigurationException
Method Detail

setRef

public void setRef(String ref)

getRef

public String getRef()

getFile

public String getFile()

generatePort

public void generatePort()
Overrides:
generatePort in class TTransformer

INRIA & FluxMedia

..no bottom yet...