|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.fluxmedia.transmorpher.engine.LoopManagerHandler
final class LoopManagerHandler
This is the controller handler for a TLoop process
Field Summary | |
---|---|
(package private) BufferingHandler |
buffer
a buffer for the output of inner process of the loop |
(package private) TLoop |
iOwner
the owner |
(package private) LoopHandler |
loopHandler
the loop handler to manage |
(package private) int |
nbLoop
number of loop |
Constructor Summary | |
---|---|
LoopManagerHandler(TLoop loop)
Constructs a new LoopManagerHandler and sets its owner * |
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
The characters command |
void |
endDocument()
The endDocument command |
void |
endElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name)
The endElement command |
void |
endPrefixMapping(java.lang.String prefix)
The endPrefixMapping command |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
The ignorableWhitespace command |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
The processingInstruction command |
void |
setDocumentLocator(org.xml.sax.Locator locator)
The setDocumentLocator command |
(package private) void |
setOwner(TLoop loop)
Sets owner of this LoopManagerHandler |
(package private) void |
setTestHandler()
Changes loop handler to test handler. |
void |
skippedEntity(java.lang.String name)
The skippedEntity command |
void |
startDocument()
The startDocument command |
void |
startElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
The startElement command |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
The startPrefixMapping command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
TLoop iOwner
LoopHandler loopHandler
BufferingHandler buffer
int nbLoop
Constructor Detail |
---|
public LoopManagerHandler(TLoop loop)
loop
- - ownerMethod Detail |
---|
void setTestHandler()
void setOwner(TLoop loop)
loop
- - ownerpublic final void startElement(java.lang.String ns, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
ns
- The Namespace URI.localName
- The local name without prefix.name
- The local name with prefix.atts
- The attributes attached to the element.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void endElement(java.lang.String ns, java.lang.String localName, java.lang.String name) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
ns
- The Namespace URI.localName
- The local name without prefix.name
- The local name with prefix.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void setDocumentLocator(org.xml.sax.Locator locator)
setDocumentLocator
in interface org.xml.sax.ContentHandler
locator
- An object that can return the location of any SAX document event.public final void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void skippedEntity(java.lang.String name) throws org.xml.sax.SAXException
skippedEntity
in interface org.xml.sax.ContentHandler
name
- The name of the skipped entity. If it is a parameter entity, the name will begin with '%', and if it is the external DTD subset, it will be the string "[dtd]".
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
processingInstruction
in interface org.xml.sax.ContentHandler
target
- The processing instruction target.data
- The processing instruction data, or null if none was supplied. The data does not include any whitespace separating it from the target.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void ignorableWhitespace(char[] ch, int start, int length) throws org.xml.sax.SAXException
ignorableWhitespace
in interface org.xml.sax.ContentHandler
ch
- The characters from the XML document.start
- The start position in the array.length
- The number of characters to read from the array.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
ch
- The characters from the XML document.start
- The start position in the array.length
- The number of characters to read from the array.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException
startPrefixMapping
in interface org.xml.sax.ContentHandler
prefix
- The prefix that was being mapping.uri
- The Namespace URI the prefix is mapped to.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.public final void endPrefixMapping(java.lang.String prefix) throws org.xml.sax.SAXException
endPrefixMapping
in interface org.xml.sax.ContentHandler
prefix
- The prefix that was being mapping.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping another exception.
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |