Uses of Package
com.fatdog.xmlEngine

Packages that use com.fatdog.xmlEngine
Default Package  
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.junitTest A variety of tests for testing program functionality. 
com.fatdog.xmlEngine.words Low-level routines for word storage and string <=> intKey conversions. 
com.fatdog.xmlEngine.words.dictionaries Low-level routines for word storage and string <=> intKey conversions. 
 

Classes in com.fatdog.xmlEngine used by Default Package
XQEngine
          The main driver for the query engine.
 

Classes in com.fatdog.xmlEngine used by com.fatdog.xmlEngine
DocItems
          A collection of items corresponding to one document's contribution to a ResultList.
IndexManager
          The main class responsible for managing internal index data structures.
IntList
          A dynamic array structure for storing collections of integers.
IProtocolHandler
          Provides a callback for implementers of custom protocols.
NodeTree
          A dynamic array structure for storing a collection of nodes from a single indexed document.
QueryDocumentTree
          A NodeTree optimized to hold constructed nodes.
ResultList
          A collection class representing the results of a query.
SAXHandler
          A SAX2 ContentHandler for parsing XML documents.
TreeWalker
          Walks the query tree returned by the JavaCC parser.
XQEngine
          The main driver for the query engine.
 

Classes in com.fatdog.xmlEngine used by com.fatdog.xmlEngine.junitTest
IProtocolHandler
          Provides a callback for implementers of custom protocols.
 

Classes in com.fatdog.xmlEngine used by com.fatdog.xmlEngine.words
IndexManager
          The main class responsible for managing internal index data structures.
IntList
          A dynamic array structure for storing collections of integers.
NodeTree
          A dynamic array structure for storing a collection of nodes from a single indexed document.
 

Classes in com.fatdog.xmlEngine used by com.fatdog.xmlEngine.words.dictionaries
IntList
          A dynamic array structure for storing collections of integers.