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.
|
org.basex.core.cmd |
Database commands.
|
org.basex.data |
Database structures.
|
org.basex.query.value.node |
Modifier and Type | Class and Description |
---|---|
class |
DirParser
This class recursively scans files and directories and parses all
relevant files.
|
class |
SingleParser
This class defines an abstract parser for single resources.
|
Modifier and Type | Method and Description |
---|---|
static Parser |
Parser.emptyParser(MainOptions options)
Returns a parser instance for creating empty databases.
|
Parser |
Parser.target(String path)
Sets the target path.
|
Modifier and Type | Method and Description |
---|---|
static MemData |
MemBuilder.build(Parser parser)
Builds a main memory database instance.
|
static MemData |
MemBuilder.build(String name,
Parser parser)
Builds a main memory database instance with the specified name.
|
Constructor and Description |
---|
DiskBuilder(String name,
Parser parser,
StaticOptions sopts,
MainOptions opts)
Constructor.
|
MemBuilder(String name,
Parser parse)
Constructor.
|
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 |
DOMWrapper
This class converts an DOM document instance to a database representation.
|
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. |
Modifier and Type | Method and Description |
---|---|
static Data |
CreateDB.create(String name,
Parser parser,
Context ctx,
MainOptions options)
Returns a database instance from the specified parser.
|
static Data |
CreateDB.create(String name,
Parser parser,
Context ctx,
MainOptions options,
boolean mem)
Creates a new database instance, using the specified parser.
|
void |
CreateDB.setParser(Parser prsr)
Attaches a parser.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaData.assign(Parser parser)
Assigns parser information.
|
Constructor and Description |
---|
DBNode(Parser parser)
Constructor, specifying a parser reference.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.