|
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.TReader | +--fr.fluxmedia.transmorpher.stdlib.ReadFile
This class provide a basic process which is able to read an XML file reads a file which coordinates (local path or URL) is give in the file parameter of the generate call, parse it and generate a SAX event flow to the next handler
Fields inherited from class fr.fluxmedia.transmorpher.engine.TReader |
DEFAULT_NAMESPACES, DEFAULT_NAMESPACES_PREFIXES, DEFAULT_SCHEMA_VALIDATION, DEFAULT_VALIDATION, iFilename, inSource, iReader, isRunning, LEXICAL_HANDLER_PROPERTY_ID, NAMESPACES_FEATURE_ID, NAMESPACES_PREFIXES_FEATURE_ID, raisedException, SCHEMA_VALIDATION_FEATURE_ID, standardInput, VALIDATION_FEATURE_ID |
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 | |
ReadFile(java.lang.String[] pOut,
Parameters pParam,
StringParameters pStaticAttributes)
Constructor for the ReadFile object |
Method Summary | |
void |
read()
Description of the Method |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TReader |
execProcess, execProcess, generatePort, getInputSource, getInputStream, getRaisedException, run |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic |
getFinished, getType, initParameters, setFinished, setThread, setType |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
bindParameters, 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 |
|
Constructor Detail |
public ReadFile(java.lang.String[] pOut, Parameters pParam, StringParameters pStaticAttributes) throws org.xml.sax.SAXException, java.io.IOException
pOut
- Description of the ParameterpParam
- Description of the ParameterpStaticAttributes
- Description of the Parameterorg.xml.sax.SAXException
- Description of the Exceptionjava.io.IOException
- Description of the ExceptionMethod Detail |
public void read() throws java.io.IOException, org.xml.sax.SAXException
read
in class TReader
java.io.IOException
- if an IO operations failedorg.xml.sax.SAXException
- can wrap others exceptions
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |