Uses of Class
org.basex.util.InputParser

Packages that use InputParser
org.basex.core This package contains the database core classes. 
org.basex.query This package contains the XQuery implementation. 
 

Uses of InputParser in org.basex.core
 

Subclasses of InputParser in org.basex.core
 class CommandParser
          This is a parser for command strings, creating Proc instances.
 

Uses of InputParser in org.basex.query
 

Subclasses of InputParser in org.basex.query
 class QueryParser
          Simple query parser; can be overwritten to support more complex parsings.
 class QuerySuggest
          This class analyzes the current path and gives suggestions for code completions.
 

Methods in org.basex.query with parameters of type InputParser
 void QueryException.complete(InputParser qp, StringList comp)
          Sets code completions.
 void QueryException.pos(InputParser parser)
          Sets the error position.