|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fr.fluxmedia.transmorpher.TProcessFactory.LoopStackMixer
Field Summary | |
(package private) ContentHandlerInfoStack |
iCHSI
the stack of content handler info |
(package private) ContentHandler |
iContentHandler
the content handler |
(package private) OneMixerHandler |
iOwner
the manager |
(package private) boolean |
isCurrent
true if the content handler is the current one |
(package private) boolean |
isDone
true if the mixer is finished |
Fields inherited from interface fr.fluxmedia.transmorpher.TProcessFactory.ContentHandler_Commands |
CHARACTERS, ContentHandlerInfo2String, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, IGNORABLE_WHITESPACE, PROCESSING_INSTRUCTION, SET_DOCUMENT_LOCATOR, SKIPPED_ENTITY, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING |
Constructor Summary | |
LoopStackMixer(OneMixerHandler pOwner)
the constructor |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
The characters command |
void |
ComputeStack()
Compute the stack of contentHandlerInfo |
void |
endDocument()
The endElement command |
void |
endElement(String ns,
String localName,
String name)
The endElement command |
void |
endPrefixMapping(String prefix)
The endPrefixMapping command |
protected void |
ExecuteContentHandlerInfo(ContentHandlerInfo current)
Execute one ContentHandlerInfo in the stack |
ContentHandler |
getContentHandler()
get the content handler for this element |
ContentHandlerInfoStack |
getContentHandlerInfoStack()
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
The ignorableWhitespace command |
boolean |
isCurrent()
test if the mixer is the current mixer |
boolean |
isDone()
Test if the mixer is done |
void |
processingInstruction(String target,
String data)
The processingInstruction command |
void |
setContentHandler(ContentHandler pContentHandler)
Set the content handler for this element |
void |
setCurrent(boolean pCurrent)
set the curent attribut |
void |
setDocumentLocator(Locator locator)
The endElement command |
void |
setDone(boolean pDone)
Set the done attribute |
void |
skippedEntity(String name)
The skippedEntity command |
void |
startDocument()
The endElement command |
void |
startElement(String ns,
String localName,
String name,
Attributes atts)
The startElement command |
void |
startPrefixMapping(String prefix,
String uri)
The startPrefixMapping command |
Field Detail |
ContentHandlerInfoStack iCHSI
boolean isCurrent
boolean isDone
OneMixerHandler iOwner
ContentHandler iContentHandler
Constructor Detail |
public LoopStackMixer(OneMixerHandler pOwner)
Method Detail |
public final void setContentHandler(ContentHandler pContentHandler)
public final ContentHandler getContentHandler()
public final ContentHandlerInfoStack getContentHandlerInfoStack()
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 startDocument() throws SAXException
public final void setDocumentLocator(Locator locator)
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 void setCurrent(boolean pCurrent)
public final void setDone(boolean pDone)
public final boolean isDone()
public final boolean isCurrent()
public final void ComputeStack() throws SAXException
protected final void ExecuteContentHandlerInfo(ContentHandlerInfo current) throws SAXException
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |