Uses of Class
org.basex.build.SingleParser

Packages that use SingleParser
org.basex.build Classes for creating new database instances. 
org.basex.build.file Classes for creating databases from different sources. 
org.basex.build.xml Classes for creating databases from XML documents. 
 

Uses of SingleParser in org.basex.build
 

Methods in org.basex.build that return SingleParser
 SingleParser SingleParser.builder(Builder b)
          Sets the database builder.
static SingleParser Parser.singleParser(IO in, Prop prop, java.lang.String target)
          Returns a parser instance, based on the current options.
static SingleParser Parser.xmlParser(IO in, Prop prop)
          Returns an XML parser instance.
 

Uses of SingleParser in org.basex.build.file
 

Subclasses of SingleParser in org.basex.build.file
 class CSVParser
          This class parses files in the CSV format and sends events to the specified database builder.
 class HTMLParser
          This class uses TagSoup to convert HTML input to well-formed XML.
 class JSONParser
          This class parses files in the JSON format and sends events to the specified database builder.
 class MAB2Parser
          This class parses files in the MAB2 format and sends events to the specified database builder.
 class TextParser
          This class parses files in the plain-text format and sends events to the specified database builder.
 

Uses of SingleParser in org.basex.build.xml
 

Subclasses of SingleParser in org.basex.build.xml
 class SAXWrapper
          This class parses an XML document with Java's internal SAX parser.
 class XMLParser
          This class parses the tokens that are delivered by the XMLScanner and sends them to the specified database builder.