org.sapia.util.xml.confix
Interface JDOMHandlerIF


public interface JDOMHandlerIF

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.

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.jdom.Element elem)
          Call-back that is invoked by a JDOMProcessor.
 

Method Detail

handleElement

public void handleElement(org.jdom.Element elem)
                   throws ConfigurationException
Call-back that is invoked by a JDOMProcessor.

Parameters:
elem - a JDOM Element.
ConfigurationException


Copyright © 2002 Sapia Open Source Software. All Rights Reserved.