Save This Page
Home » dom4j-1.6.1 » org.dom4j.io » [javadoc | source]
org.dom4j.io
class: SAXModifyElementHandler [javadoc | source]
java.lang.Object
   org.dom4j.io.SAXModifyElementHandler

All Implemented Interfaces:
    ElementHandler

This org.dom4j.ElementHandler is used to trigger ElementModifier objects in order to modify (parts of) the Document on the fly.

When an element is completely parsed, a copy is handed to the associated (if any) ElementModifier that on his turn returns the modified element that has to come in the tree.

Constructor:
 public SAXModifyElementHandler(ElementModifier elemModifier) 
Method from org.dom4j.io.SAXModifyElementHandler Summary:
getModifiedElement,   onEnd,   onStart
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.io.SAXModifyElementHandler Detail:
 protected Element getModifiedElement() 
    DOCUMENT ME!
 public  void onEnd(ElementPath elementPath) 
 public  void onStart(ElementPath elementPath)