| Package | Description |
|---|---|
| org.basex.build |
Classes for creating new database instances.
|
| org.basex.build.xml |
Classes for creating databases from XML documents.
|
| org.basex.io.serial |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskBuilder
This class creates a database instance on disk.
|
class |
MemBuilder
This class creates a database instance in main memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected Builder |
SingleParser.builder
Builder reference.
|
| Modifier and Type | Method and Description |
|---|---|
SingleParser |
SingleParser.builder(Builder b)
Sets the database builder.
|
void |
SingleParser.parse(Builder build) |
abstract void |
Parser.parse(Builder build)
Parses all nodes and sends events to the specified builder.
|
void |
DirParser.parse(Builder build) |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMWrapper.parse(Builder builder) |
| Constructor and Description |
|---|
BuilderSerializer(Builder b)
Constructor taking a Builder.
|