Uses of Class
gnu.kawa.xml.TreeScanner

Packages that use TreeScanner
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.xquery.util   
 

Uses of TreeScanner in gnu.kawa.xml
 

Subclasses of TreeScanner in gnu.kawa.xml
 class AncestorAxis
          Used to implement a ancestor:: step in a path expression.
 class AncestorOrSelfAxis
          Used to implement a ancestor-or-self:: step in a path expression.
 class AttributeAxis
          Used to implement an attribute:: step in a path expression.
 class ChildAxis
          Used to implement a child:: step in a path expression.
 class DescendantAxis
          Used to implement a descendant:: step in a path expression.
 class DescendantOrSelfAxis
          Used to implement a descendant-or-self:: step in a path expression.
 class FollowingAxis
          Used to implement a following:: step in a path expression.
 class FollowingSiblingAxis
          Used to implement a following-sibling:: step in a path expression.
 class ParentAxis
          Used to implement a parent:: step in a path expression.
 class PrecedingAxis
          Used to implement a following:: step in a path expression.
 class PrecedingSiblingAxis
          Used to implement a following-sibling:: step in a path expression.
 class SelfAxis
          Used to implement a self:: step in a path expression.
 

Uses of TreeScanner in gnu.xquery.util
 

Methods in gnu.xquery.util that return TreeScanner
static TreeScanner RelativeStep.extractStep(Expression exp)