Uses of Interface
org.dom4j.io.ElementModifier
-
Packages that use ElementModifier Package Description org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. -
-
Uses of ElementModifier in org.dom4j.io
Methods in org.dom4j.io with parameters of type ElementModifier Modifier and Type Method Description voidSAXModifier. addModifier(String path, ElementModifier modifier)Adds theElementModifierto be called when the specified element path is encounted while parsing the source.Constructors in org.dom4j.io with parameters of type ElementModifier Constructor Description SAXModifyElementHandler(ElementModifier elemModifier)
-