|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl | +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic | +--fr.fluxmedia.transmorpher.TProcessFactory.TDispatcher
this class define the dispatcher process. dispatch one data flow to different process.
Field Summary | |
(package private) ContentHandler[] |
iListOfContent
a list of content handler to dispatch information |
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl |
iListIn, iListOut, iName, iNbIn, iNbOut |
Constructor Summary | |
TDispatcher(String[] pIn,
String[] pOut)
the constructor |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
the characters method of content handler interface |
void |
endDocument()
the endDocument method of content handler interface |
void |
endElement(String ns,
String localName,
String name)
the endElement method of content handler interface |
void |
endPrefixMapping(String prefix)
the endPrefixMapping method of content handler interface |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
the ignorableWhitespace method of content handler interface |
TProcess |
internalCopy()
The copy of this element. |
void |
processingInstruction(String target,
String data)
the processingInstruction method of content handler interface |
void |
setContentHandler(int i,
ContentHandler pContentHandler)
set a content handler |
void |
setDocumentLocator(Locator locator)
the setDocumentLocator method of content handler interface |
void |
skippedEntity(String name)
the skippedEntity method of content handler interface |
void |
startDocument()
the startDocument method of content handler interface |
void |
startElement(String ns,
String localName,
String name,
Attributes atts)
the start element method of content handler interface |
void |
startPrefixMapping(String prefix,
String uri)
the startPrefixMapping method of content handler interface |
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl |
Copy, getIn, getIn, getName, getOut, getOut, setIn, setName, setOut |
Methods inherited from class java.lang.Object |
|
Field Detail |
ContentHandler[] iListOfContent
Constructor Detail |
public TDispatcher(String[] pIn, String[] pOut)
Method Detail |
public final void setContentHandler(int i, ContentHandler pContentHandler)
public final void startElement(String ns, String localName, String name, Attributes atts) throws SAXException
startElement
in interface ContentHandler
public final void endElement(String ns, String localName, String name) throws SAXException
endElement
in interface ContentHandler
public final void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
public final void startDocument() throws SAXException
startDocument
in interface ContentHandler
public final void endDocument() throws SAXException
endDocument
in interface ContentHandler
public final void skippedEntity(String name) throws SAXException
skippedEntity
in interface ContentHandler
public final void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
public final void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
public final void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
public final void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping
in interface ContentHandler
public final void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping
in interface ContentHandler
public final TProcess internalCopy()
internalCopy
in class TProcess_Impl
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |