Uses of Class
jd.xml.xpath.model.build.ElementInfo

Packages that use ElementInfo
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
jd.xml.xpath.model.parse Contains classes to parse a XML document and construct a XPath model. 
 

Uses of ElementInfo in jd.xml.xpath.model.build
 

Methods in jd.xml.xpath.model.build with parameters of type ElementInfo
abstract  void ModelBuilder.startElement(ElementInfo info)
           
 

Uses of ElementInfo in jd.xml.xpath.model.build.normal
 

Methods in jd.xml.xpath.model.build.normal with parameters of type ElementInfo
 void NormalModelBuilder.startElement(ElementInfo info)
          Receive notification of the beginning of an element.
 

Uses of ElementInfo in jd.xml.xpath.model.parse
 

Fields in jd.xml.xpath.model.parse declared as ElementInfo
protected  ElementInfo ParseHandler.elementInfo_