Uses of Class
org.basex.data.Skeleton.Node

Packages that use Skeleton.Node
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
 

Uses of Skeleton.Node in org.basex.data
 

Fields in org.basex.data declared as Skeleton.Node
 Skeleton.Node[] Skeleton.Node.ch
          Children.
 

Methods in org.basex.data that return Skeleton.Node
 Skeleton.Node Skeleton.root()
          Returns the skeleton root.
 

Methods in org.basex.data that return types with arguments of type Skeleton.Node
 java.util.ArrayList<Skeleton.Node> Skeleton.desc(java.util.ArrayList<Skeleton.Node> in, int t, int k, boolean desc)
          Returns the descendant for the specified nodes.
 

Method parameters in org.basex.data with type arguments of type Skeleton.Node
 void Skeleton.Node.desc(java.util.ArrayList<Skeleton.Node> nodes)
          Recursively adds the node and its descendants to the specified list.
 java.util.ArrayList<Skeleton.Node> Skeleton.desc(java.util.ArrayList<Skeleton.Node> in, int t, int k, boolean desc)
          Returns the descendant for the specified nodes.