reset
Class MySAXApp

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byreset.MySAXApp
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

class MySAXApp
extends org.xml.sax.helpers.DefaultHandler

Cette classe est la classe qui gere le parsing d'un fichier xml.

Since:
5/11/05
Version:
1.14
Author:
Olivio_Mariano

Field Summary
(package private)  StackInterface itf
           
(package private)  org.xml.sax.Locator loc
          Locator reference.
 
Constructor Summary
MySAXApp(StackInterface itf)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itf

StackInterface itf

loc

org.xml.sax.Locator loc
Locator reference.

Constructor Detail

MySAXApp

public MySAXApp(StackInterface itf)
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)