Uses of Class
org.basex.util.InputParser
Packages that use InputParser
Package
Description
XQuery implementation.
Utility classes.
-
Uses of InputParser in org.basex.io.parse.json
Subclasses of InputParser in org.basex.io.parse.jsonModifier and TypeClassDescriptionfinal classA JSON parser generating parse events similar to a SAX XML parser. -
Uses of InputParser in org.basex.query
Subclasses of InputParser in org.basex.queryModifier and TypeClassDescriptionclassParser for XQuery expressions.final classThis class analyzes the current path and gives suggestions for code completions.Methods in org.basex.query with parameters of type InputParserModifier and TypeMethodDescriptionfinal QueryExceptionQueryException.suggest(InputParser qp, StringList sug) Sets code suggestions. -
Uses of InputParser in org.basex.util
Constructors in org.basex.util with parameters of type InputParser