|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLListener
Listener for parsing an XML stream.
XMLReader,
XMLPrinter| Method Summary | |
|---|---|
void |
beginElement(java.lang.String tag,
java.util.Hashtable attributes,
boolean ifEmpty)
Handles the start of an element. |
void |
endElement(java.lang.String tag)
Handles the end of an element. |
void |
foundContent(java.lang.String content)
Handles the content of an element. |
| Method Detail |
|---|
void beginElement(java.lang.String tag,
java.util.Hashtable attributes,
boolean ifEmpty)
void foundContent(java.lang.String content)
void endElement(java.lang.String tag)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||