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. -
-
Uses of ElementPath in org.dom4j
Methods in org.dom4j with parameters of type ElementPath Modifier and Type Method Description void
ElementHandler. onEnd(ElementPath elementPath)
Called by an event based processor when an elements closing tag is encountered.void
ElementHandler. onStart(ElementPath elementPath)
Called by an event based processor when an elements openning tag is encountered.
-