Uses of Class
org.basex.build.Parser
Packages that use Parser
Package
Description
Classes for creating new database instances.
Classes for creating databases from XML documents.
Database commands.
Database structures.
-
Uses of Parser in org.basex.build
Subclasses of Parser in org.basex.buildModifier and TypeClassDescriptionfinal classThis class recursively scans files and directories and parses all relevant files.classThis class defines an abstract parser for single resources.Methods in org.basex.build that return ParserModifier and TypeMethodDescriptionstatic ParserParser.emptyParser(MainOptions options) Returns a parser instance for creating empty databases.Sets the target path.Methods in org.basex.build with parameters of type ParserModifier and TypeMethodDescriptionstatic MemDataBuilds a main memory database instance with the specified name.static MemDataBuilds a main memory database instance.Constructors in org.basex.build with parameters of type ParserModifierConstructorDescriptionDiskBuilder(String name, Parser parser, StaticOptions sopts, MainOptions opts) Constructor.MemBuilder(String name, Parser parse) Constructor. -
Uses of Parser in org.basex.build.csv
Subclasses of Parser in org.basex.build.csvModifier and TypeClassDescriptionfinal classThis class parses files in the CSV format and converts them to XML. -
Uses of Parser in org.basex.build.html
Subclasses of Parser in org.basex.build.htmlModifier and TypeClassDescriptionfinal classThis class uses TagSoup to convert HTML input to well-formed XML. -
Uses of Parser in org.basex.build.json
Subclasses of Parser in org.basex.build.jsonModifier and TypeClassDescriptionfinal classThis class parses files in the JSON format and converts them to XML. -
Uses of Parser in org.basex.build.text
Subclasses of Parser in org.basex.build.textModifier and TypeClassDescriptionfinal classThis class parses files in the plain-text format and converts them to XML. -
Uses of Parser in org.basex.build.xml
Subclasses of Parser in org.basex.build.xmlModifier and TypeClassDescriptionfinal classThis class converts an DOM document instance to a database representation.final classThis class parses an XML document with Java's internal SAX parser.classThis class parses the tokens that are delivered by theXMLScannerand sends them to the specified database builder. -
Uses of Parser in org.basex.core.cmd
Methods in org.basex.core.cmd with parameters of type ParserModifier and TypeMethodDescriptionstatic DataCreateDB.create(String name, Parser parser, Context ctx, MainOptions options) Returns a database instance from the specified parser.static DataCreateDB.create(String name, Parser parser, Context ctx, MainOptions options, boolean mem) Creates a new database instance, using the specified parser.voidAttaches a parser. -
Uses of Parser in org.basex.data
Methods in org.basex.data with parameters of type Parser -
Uses of Parser in org.basex.query.value.node
Constructors in org.basex.query.value.node with parameters of type Parser