Package | Description |
---|---|
org.basex.build |
Classes for creating new database instances.
|
org.basex.build.csv | |
org.basex.build.html | |
org.basex.build.json | |
org.basex.build.text | |
org.basex.build.xml |
Classes for creating databases from XML documents.
|
Modifier and Type | Method and Description |
---|---|
static SingleParser |
Parser.singleParser(IO source,
MainOptions options,
String target)
Returns a parser instance, based on the current options.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvParser
This class parses files in the CSV format and converts them to XML.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlParser
This class uses TagSoup to convert HTML input to well-formed XML.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonParser
This class parses files in the JSON format
and converts them to XML.
|
Modifier and Type | Class and Description |
---|---|
class |
TextParser
This class parses files in the plain-text format
and converts them to XML.
|
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. |
Copyright © 2005–2015 BaseX Team. All rights reserved.