Uses of Class
org.basex.util.InputParser

Packages that use InputParser
org.basex.core.parse   
org.basex.query XQuery implementation. 
org.basex.query.util.json   
org.basex.util Utility classes. 
 

Uses of InputParser in org.basex.core.parse
 

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

Uses of InputParser in org.basex.query
 

Subclasses of InputParser in org.basex.query
 class QueryParser
          Parser for XQuery expressions.
 class QuerySuggest
          This class analyzes the current path and gives suggestions for code completions.
 

Methods in org.basex.query with parameters of type InputParser
 QueryException QueryException.suggest(InputParser qp, StringList sug)
          Sets code suggestions.
 

Uses of InputParser in org.basex.query.util.json
 

Subclasses of InputParser in org.basex.query.util.json
 class JsonParser
          A JSON parser generating parse events similar to a SAX XML parser.
 

Uses of InputParser in org.basex.util
 

Constructors in org.basex.util with parameters of type InputParser
InputInfo(InputParser parser)
          Constructor.