|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LightXmlParserHandler
Method Summary | |
---|---|
void |
characters(java.lang.String characters,
boolean isCDATA)
Receive notification of character data inside an element. |
void |
endDocument()
Receive notification of the end of the document. |
void |
endElement(java.lang.String name)
Receive notification of the end of an element. |
void |
startDocument()
Receive notification of the beginning of the document. |
void |
startElement(java.lang.String name,
java.util.Hashtable attributes)
Receive notification of the start of an element. |
Method Detail |
---|
void startDocument()
void startElement(java.lang.String name, java.util.Hashtable attributes)
name
- attributes
- void endElement(java.lang.String name)
name
- void characters(java.lang.String characters, boolean isCDATA)
characters
- isCDATA
- void endDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |