|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleXMLDocHandler
The handler for the events fired by SimpleXMLParser
.
Method Summary | |
---|---|
void |
endDocument()
Called after the document is parsed. |
void |
endElement(java.lang.String tag)
Called when an end tag is found. |
void |
startDocument()
Called when the document starts to be parsed. |
void |
startElement(java.lang.String tag,
java.util.HashMap h)
Called when a start tag is found. |
void |
text(java.lang.String str)
Called when a text element is found. |
Method Detail |
---|
void startElement(java.lang.String tag, java.util.HashMap h)
tag
- the tag nameh
- the tag's attributesvoid endElement(java.lang.String tag)
tag
- the tag namevoid startDocument()
void endDocument()
void text(java.lang.String str)
str
- the text element, probably a fragment.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |