| Package | Description |
|---|---|
| org.basex.data |
Database structures.
|
| Modifier and Type | Field and Description |
|---|---|
Names |
Data.atnindex
Attribute name index.
|
Names |
Data.tagindex
Tag index.
|
| Constructor and Description |
|---|
DiskData(MetaData md,
Names nm,
Names at,
PathSummary ps,
Namespaces n)
Internal database constructor, called from
DiskBuilder.build(). |
MemData(Names tag,
Names att,
PathSummary ps,
Namespaces ns,
Prop pr)
Constructor.
|