Uses of Class
com.fatdog.xmlEngine.NodeTree

Packages that use NodeTree
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.words Low-level routines for word storage and string <=> intKey conversions. 
 

Uses of NodeTree in com.fatdog.xmlEngine
 

Subclasses of NodeTree in com.fatdog.xmlEngine
 class ConstructedNodes
          An ancillary NodeTree subclass that helps in assembling constructed nodes.
 class QueryDocumentTree
          A NodeTree optimized to hold constructed nodes.
 

Methods in com.fatdog.xmlEngine that return NodeTree
 NodeTree IndexManager.getTree(int id)
           
 NodeTree[] IndexManager.getTrees()
           
 NodeTree DocItems.getTree()
           
 

Methods in com.fatdog.xmlEngine with parameters of type NodeTree
 int IndexManager.addTree(NodeTree tree, java.lang.String name)
           
 void IndexManager.endDocument(NodeTree tree)
           
 

Constructors in com.fatdog.xmlEngine with parameters of type NodeTree
DocItems(NodeTree itsTree)
           
DocItems(NodeTree itsTree, int initialAllocs)
           
DocItems(NodeTree itsTree, IntList itsList)
           
 

Uses of NodeTree in com.fatdog.xmlEngine.words
 

Methods in com.fatdog.xmlEngine.words with parameters of type NodeTree
 void WordManager.startDocument(NodeTree tree)