net.sourceforge.streamdom
Interface JDOMElementHandler


public interface JDOMElementHandler

Attach an object that implements this interface to a JDOMStream using JDOMStream::addElementHandler


Method Summary
 void handleElement(org.jdom.Element e)
           
 

Method Detail

handleElement

public void handleElement(org.jdom.Element e)
Parameters:
e - Element to handle. This element is complete, i.e. all its children, text nodes, attributes, etc. are present and can be extracted using the standard JDOM methods.