Package | Description |
---|---|
org.basex.build |
Classes for creating new database instances.
|
org.basex.data |
Database structures.
|
org.basex.data.atomic | |
org.basex.index.resource |
Modifier and Type | Method and Description |
---|---|
DataClip |
MemBuilder.dataClip() |
DataClip |
DiskBuilder.dataClip() |
abstract DataClip |
Builder.dataClip()
Returns a data clip with the parsed input.
|
Modifier and Type | Method and Description |
---|---|
void |
Data.insert(int tpre,
int tpar,
DataClip source)
Inserts a data instance at the specified pre value.
|
void |
Data.insertAttr(int pre,
int par,
DataClip source)
Inserts attributes.
|
void |
Data.replace(int tpre,
DataClip source)
Rapid Replace implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomicUpdateCache.addInsert(int pre,
int par,
DataClip clip)
Adds an insert atomic to the list.
|
void |
AtomicUpdateCache.addReplace(int pre,
DataClip clip)
Adds a replace atomic to the list.
|
Modifier and Type | Method and Description |
---|---|
void |
Resources.insert(int pre,
DataClip clip)
Adds entries to the index and updates subsequent nodes.
|
void |
Resources.replace(int pre,
int size,
DataClip clip)
Replaces entries in the index.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.