|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlParserCallback
All classes that that are used to interprete data parsed by class
XmlParser need to implement this interface.
XmlParser| Method Summary | |
|---|---|
void |
handleEndTag(String tagName)
this method is called by XmlParser when an end tag is
encountered in the data that is being parsed. |
void |
handleStartTag(String tagName,
AttributeSet a)
this method is called by XmlParser when a start tag is
encountered in the data that is being parsed. |
void |
handleText(String text)
this method is called by XmlParser when a portion
of content text has been parsed. |
| Method Detail |
|---|
void handleStartTag(String tagName,
AttributeSet a)
XmlParser when a start tag is
encountered in the data that is being parsed.
tagName - the name of the tag that has been encountereda - the attributes of the tag that has been encounteredXmlParservoid handleEndTag(String tagName)
XmlParser when an end tag is
encountered in the data that is being parsed.
tagName - the name of the tag that has been encounteredXmlParservoid handleText(String text)
XmlParser when a portion
of content text has been parsed.
text - the text portion that has been parsedXmlParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||