|
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
Field Summary | |
(package private) int |
i
|
(package private) ContentHandler[] |
iListOfContent
a list of content handler to dispatch information |
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 | |
TDispatcher(String[] pIn,
String[] pOut,
Parameters pParam)
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 |
generatePort()
The copy of this element. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
the ignorableWhitespace method of content handler interface |
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.TProcessBasic |
getType, setType |
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl |
bindParameters, 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 |
|
Field Detail |
ContentHandler[] iListOfContent
int i
Constructor Detail |
public TDispatcher(String[] pIn, String[] pOut, Parameters pParam)
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 void generatePort()
generatePort
in class TProcess_Impl
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |