|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLParserEventListener
Interface for classes which wants to listen to events generated by the XMLParser.
Method Summary | |
---|---|
void |
elementBegin(Element element,
java.util.List attributeList)
Method called when an tag start is encountered. |
void |
elementEnd(java.lang.String tagName)
The method called when a tag end is encountered. |
void |
text(java.lang.String text)
Method called when some plain text between two tags is encountered. |
Method Detail |
---|
void elementBegin(Element element, java.util.List attributeList) throws XMLException
element
- the current elementattributeList
- the list of Attribute
objects (Note: the list is live!)
XMLException
void text(java.lang.String text) throws XMLException
XMLException
void elementEnd(java.lang.String tagName) throws XMLException
XMLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |