org.sapia.util.xml.confix
Interface Dom4jHandlerIF
- public interface Dom4jHandlerIF
This interface defines the behavior that should be implemented by classes whose
objects "consume" XML.
This interface binds implementations to the Dom4j api; using the XMLConsumer
interface is preferrable.
- Author:
- Yanick Duchesne
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
- See Also:
XMLConsumer
|
Method Summary |
void |
handleElement(org.dom4j.Element elem)
Call-back that is invoked by a Dom4jProcessor. |
handleElement
public void handleElement(org.dom4j.Element elem)
throws ConfigurationException
- Call-back that is invoked by a
Dom4jProcessor.
- Parameters:
elem - a Dom4j Element.
ConfigurationException
Copyright © 2002 Sapia Open Source Software. All Rights Reserved.