|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
configuration.TraiteurConfiguration
| Constructor Summary | |
TraiteurConfiguration()
Ce constructeur crée une instance opérationnelle de la classe. |
|
| Method Summary | |
void |
characters(char[] buf,
int offset,
int len)
Cette méthode est appelée à chaque fois que des caractères sont lus à l'intérieur d'un élément XML |
void |
endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
Cette méthode est appelée à chaque fois qu'une balise de fin d'élément XML est rencontrée. |
void |
error(org.xml.sax.SAXParseException e)
Cette méthode est appelée à chaque fois qu'une erreur de validation du document XML est rencontrée. |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, 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 |
| Constructor Detail |
public TraiteurConfiguration()
| Method Detail |
public void endElement(java.lang.String namespaceURI,
java.lang.String sName,
java.lang.String qName)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void characters(char[] buf,
int offset,
int len)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||