|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface defines the behavior that should be implemented by classes whose objects "consume" XML.
This interface binds implementations to the JDOM api; using the XMLConsumer
interface is preferrable.
XMLConsumer| Method Summary | |
|---|---|
void |
handleElement(org.jdom.Element elem)
Call-back that is invoked by a JDOMProcessor. |
| Method Detail |
public void handleElement(org.jdom.Element elem)
throws ConfigurationException
JDOMProcessor.
elem - a JDOM Element.
ConfigurationException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||