Uses of Interface
org.dom4j.io.ElementModifier
Packages that use ElementModifier
Package
Description
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 ElementModifierModifier and TypeMethodDescriptionvoidSAXModifier.addModifier(String path, ElementModifier modifier) Adds theElementModifierto be called when the specified element path is encounted while parsing the source.