INRIA & FluxMedia

fr.fluxmedia.transmorpher.stdlib
Class ConcatHandler

java.lang.Object
  extended by 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, 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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

startDocument

public final void startDocument()
                         throws org.xml.sax.SAXException
The startDocument command

Specified by:
startDocument in interface org.xml.sax.ContentHandler
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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
Throws:
org.xml.sax.SAXException

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...