|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
reset.MySAXApp
Cette classe est la classe qui gere le parsing d'un fichier xml.
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 |
StackInterface itf
org.xml.sax.Locator loc
Constructor Detail |
public MySAXApp(StackInterface itf)
Method Detail |
public void characters(char[] ch, int start, int length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |