INRIA & FluxMedia

fr.fluxmedia.transmorpher.stdlib
Class concatHandler

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.stdlib.concatHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler

final class concatHandler
extends java.lang.Object
implements org.xml.sax.ContentHandler

concatHandler does the real handling of SAX events.


Field Summary
(package private)  concat iOwner
          the manager
(package private)  boolean isDone
          true if the mixer is finished
(package private)  int rank
          parenthesis rank
 
Constructor Summary
concatHandler()
          the constructor
 
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
 boolean isDone()
          Test if the mixer is done
 void processingInstruction(java.lang.String target, java.lang.String data)
          The processingInstruction command
 void setDocumentLocator(org.xml.sax.Locator locator)
          The setDocumentLocator command
 void setDone(boolean pDone)
          Set the done attribute
(package private)  void setOwner(concat pOwner)
           
 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, registerNatives, toString, wait, wait, wait
 

Field Detail

isDone

boolean isDone
true if the mixer is finished

iOwner

concat iOwner
the manager

rank

int rank
parenthesis rank
Constructor Detail

concatHandler

public concatHandler()
the constructor
Method Detail

setOwner

void setOwner(concat pOwner)

startElement

public 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
The startElement command
Specified by:
startElement in interface org.xml.sax.ContentHandler

endElement

public final void endElement(java.lang.String ns,
                             java.lang.String localName,
                             java.lang.String name)
                      throws org.xml.sax.SAXException
The endElement command
Specified by:
endElement in interface org.xml.sax.ContentHandler

startDocument

public final void startDocument()
                         throws org.xml.sax.SAXException
The startDocument command
Specified by:
startDocument in interface org.xml.sax.ContentHandler

setDocumentLocator

public final void setDocumentLocator(org.xml.sax.Locator locator)
The setDocumentLocator command
Specified by:
setDocumentLocator in interface org.xml.sax.ContentHandler

endDocument

public final void endDocument()
                       throws org.xml.sax.SAXException
The endDocument command
Specified by:
endDocument in interface org.xml.sax.ContentHandler

skippedEntity

public final void skippedEntity(java.lang.String name)
                         throws org.xml.sax.SAXException
The skippedEntity command
Specified by:
skippedEntity in interface org.xml.sax.ContentHandler

processingInstruction

public final void processingInstruction(java.lang.String target,
                                        java.lang.String data)
                                 throws org.xml.sax.SAXException
The processingInstruction command
Specified by:
processingInstruction in interface org.xml.sax.ContentHandler

ignorableWhitespace

public final void ignorableWhitespace(char[] ch,
                                      int start,
                                      int length)
                               throws org.xml.sax.SAXException
The ignorableWhitespace command
Specified by:
ignorableWhitespace in interface org.xml.sax.ContentHandler

characters

public final void characters(char[] ch,
                             int start,
                             int length)
                      throws org.xml.sax.SAXException
The characters command
Specified by:
characters in interface org.xml.sax.ContentHandler

startPrefixMapping

public final void startPrefixMapping(java.lang.String prefix,
                                     java.lang.String uri)
                              throws org.xml.sax.SAXException
The startPrefixMapping command
Specified by:
startPrefixMapping in interface org.xml.sax.ContentHandler

endPrefixMapping

public final void endPrefixMapping(java.lang.String prefix)
                            throws org.xml.sax.SAXException
The endPrefixMapping command
Specified by:
endPrefixMapping in interface org.xml.sax.ContentHandler

setDone

public final void setDone(boolean pDone)
Set the done attribute

isDone

public final boolean isDone()
Test if the mixer is done

INRIA & FluxMedia

..no bottom yet...