|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for objects which receive data from the SAXEventParser. This is used by Event classes.
Method Summary | |
---|---|
void |
endElement(java.lang.String name,
java.lang.String value)
Called by the parser at the end of each element. |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes atts)
Parser calls this for each element in a document. |
Method Detail |
public void startElement(java.lang.String name, org.xml.sax.Attributes atts)
name
- The element tagpublic void endElement(java.lang.String name, java.lang.String value)
name
- The element tagvalue
- An optional character value of the element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |