Uses of Class
gnu.kawa.xml.DescendantOrSelfAxis

Packages that use DescendantOrSelfAxis
gnu.kawa.xml Classes for using XML within Kawa. 
 

Uses of DescendantOrSelfAxis in gnu.kawa.xml
 

Fields in gnu.kawa.xml declared as DescendantOrSelfAxis
static DescendantOrSelfAxis DescendantOrSelfAxis.anyNode
           
 

Methods in gnu.kawa.xml that return DescendantOrSelfAxis
static DescendantOrSelfAxis DescendantOrSelfAxis.make(NodePredicate type)