|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fr.fluxmedia.transmorpher.TProcessFactory.TDispatcher
Field Summary | |
(package private) ContentHandler[] |
iListOfContent
a list of content handler to dispatch information |
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 |
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
public final void endElement(String ns, String localName, String name) throws SAXException
public final void setDocumentLocator(Locator locator)
public final void startDocument() throws SAXException
public final void endDocument() throws SAXException
public final void skippedEntity(String name) throws SAXException
public final void processingInstruction(String target, String data) throws SAXException
public final void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
public final void characters(char[] ch, int start, int length) throws SAXException
public final void startPrefixMapping(String prefix, String uri) throws SAXException
public final void endPrefixMapping(String prefix) throws SAXException
public final TProcess internalCopy()
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |