|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLReaderEventListener
Interface for classes which wants to listen to events generated by the XMLReader.
Method Summary | |
---|---|
void |
elementBegin(Element element,
XMLReader.Scope scope)
Method called when an tag start is encountered. |
void |
elementEnd(Element element,
XMLReader.Scope scope)
The method called when a tag end is encountered. |
void |
text(java.lang.String text,
XMLReader.Scope scope)
Method called when some plain text between two tags is encountered. |
Method Detail |
---|
void elementBegin(Element element, XMLReader.Scope scope) throws XMLException
XMLException
void text(java.lang.String text, XMLReader.Scope scope) throws XMLException
XMLException
void elementEnd(Element element, XMLReader.Scope scope) throws XMLException
XMLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |