Uses of Interface
org.dom4j.ElementPath
Packages that use ElementPath
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
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 ElementPathModifier and TypeMethodDescriptionvoid
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. -
Uses of ElementPath in org.dom4j.io
Classes in org.dom4j.io that implement ElementPathModifier and TypeClassDescription(package private) class
ElementStack
is used internally inside theSAXContentHandler
to maintain a stack ofElement
instances.(package private) class
PruningElementStack
is a stack ofElement
instances which will prune the tree when a path expression is reached.Methods in org.dom4j.io with parameters of type ElementPathModifier and TypeMethodDescriptionvoid
DispatchHandler.onEnd
(ElementPath elementPath) void
PruningDispatchHandler.onEnd
(ElementPath elementPath) void
SAXModifyElementHandler.onEnd
(ElementPath elementPath) void
DispatchHandler.onStart
(ElementPath elementPath) void
SAXModifyElementHandler.onStart
(ElementPath elementPath) -
Uses of ElementPath in org.dom4j.jaxb
Methods in org.dom4j.jaxb with parameters of type ElementPathModifier and TypeMethodDescriptionvoid
JAXBReader.PruningElementHandler.onEnd
(ElementPath elementPath) void
JAXBReader.UnmarshalElementHandler.onEnd
(ElementPath elementPath) void
JAXBReader.PruningElementHandler.onStart
(ElementPath parm1) void
JAXBReader.UnmarshalElementHandler.onStart
(ElementPath elementPath)