|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gnu.xml.ezparse.ElementAdapter
ElementAdapter provides stubs for methods defined in ElementListener. A listener may only be interested in endElement().
| Constructor Summary | |
ElementAdapter()
|
|
| Method Summary | |
void |
endElement(Element element,
Context ctx)
endElement is called when the closing tag is encountered. |
void |
startElement(Element element,
Context ctx)
This method is called when the element is first encountered. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElementAdapter()
| Method Detail |
public void startElement(Element element,
Context ctx)
startElement in interface ElementListenerelement - the elementctx - the Context
public void endElement(Element element,
Context ctx)
endElement in interface ElementListenerelement - the parsed elementctx - the Context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||