INRIA & FluxMedia

fr.fluxmedia.transmorpher.stdlib
Class WrapHandler

java.lang.Object
  extended by fr.fluxmedia.transmorpher.stdlib.WrapHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler

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

WrapHandler does the real handling of SAX events.


Field Summary
(package private)  Wrap iOwner
          the manager
(package private)  java.lang.String localName
           
(package private)  java.lang.String ns
           
(package private)  int rank
          parenthesis rank
(package private)  java.lang.String tag
           
 
Constructor Summary
WrapHandler()
          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
 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(Wrap pOwner)
           
(package private)  void setTag(java.lang.String tag)
           
 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

tag

java.lang.String tag

ns

java.lang.String ns

localName

java.lang.String localName

iOwner

Wrap iOwner
the manager


rank

int rank
parenthesis rank

Constructor Detail

WrapHandler

public WrapHandler()
the constructor

Method Detail

setOwner

void setOwner(Wrap pOwner)

setTag

void setTag(java.lang.String tag)

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

INRIA & FluxMedia

..no bottom yet...