Uses of Interface org.dom4j.ElementPath (dom4j 1.6.1 API)

dom4j API


Uses of Interface
org.dom4j.ElementPath

Packages that use ElementPath
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
 void ElementHandler.onStart(ElementPath elementPath)
          Called by an event based processor when an elements openning tag is encountered.
 void ElementHandler.onEnd(ElementPath elementPath)
          Called by an event based processor when an elements closing tag is encountered.
 



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.