Uses of Interface
org.dom4j.ElementPath
-
Packages that use ElementPath Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. -
-
Uses of ElementPath in org.dom4j
Methods in org.dom4j with parameters of type ElementPath Modifier and Type Method Description voidElementHandler. onEnd(ElementPath elementPath)Called by an event based processor when an elements closing tag is encountered.voidElementHandler. onStart(ElementPath elementPath)Called by an event based processor when an elements openning tag is encountered. -
Uses of ElementPath in org.dom4j.io
Classes in org.dom4j.io that implement ElementPath Modifier and Type Class Description (package private) classElementStackElementStackis used internally inside theSAXContentHandlerto maintain a stack ofElementinstances.(package private) classPruningElementStackPruningElementStackis a stack ofElementinstances which will prune the tree when a path expression is reached.Methods in org.dom4j.io with parameters of type ElementPath Modifier and Type Method Description voidDispatchHandler. onEnd(ElementPath elementPath)voidPruningDispatchHandler. onEnd(ElementPath elementPath)voidSAXModifyElementHandler. onEnd(ElementPath elementPath)voidDispatchHandler. onStart(ElementPath elementPath)voidSAXModifyElementHandler. onStart(ElementPath elementPath)
-