Uses of Package
jd.xml.xpath.model.walk

Packages that use jd.xml.xpath.model.walk
jd.xml.xpath.axis Contains classes that implement the path expressions. 
jd.xml.xpath.expr Contains the base XPath expression classes. 
jd.xml.xpath.expr.path   
jd.xml.xpath.model.walk Contains walker classes for the XPath tree model. 
 

Classes in jd.xml.xpath.model.walk used by jd.xml.xpath.axis
ModelWalker
          A ModelWalker represents a certain way to navigate through a XPath tree.
 

Classes in jd.xml.xpath.model.walk used by jd.xml.xpath.expr
ModelWalker
          A ModelWalker represents a certain way to navigate through a XPath tree.
 

Classes in jd.xml.xpath.model.walk used by jd.xml.xpath.expr.path
ModelWalker
          A ModelWalker represents a certain way to navigate through a XPath tree.
 

Classes in jd.xml.xpath.model.walk used by jd.xml.xpath.model.walk
ChildWalker
          A ModelWalker for the following nodes in document order.
DescendantsWalker
          DescendantsWalker implements a depth-first enumeration of the children of a XPathNode in document order.
FollowingWalker
          A ModelWalker for the following nodes in document order.
ListWalker
          An walker for an array of nodes.
ModelWalker
          A ModelWalker represents a certain way to navigate through a XPath tree.