|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLParserHandler
XML parser handler
Method Summary | |
---|---|
Object |
end(Object current,
String tag,
String value)
End tag handling |
Object |
start(Object current,
String tag,
Attributes attributes)
Start tag handling |
Method Detail |
---|
Object start(Object current, String tag, Attributes attributes) throws SAXException
current
- current objecttag
- tagattributes
- tag attributes
SAXException
- sax exceptionObject end(Object current, String tag, String value) throws SAXException
current
- current objecttag
- tagvalue
- tag's value
SAXException
- sax exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |