| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |