| Package | Description |
|---|---|
| org.basex.build |
Classes for creating new database instances.
|
| org.basex.data |
Database structures.
|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.util |
XQuery utility classes.
|
| org.basex.util |
Utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Atts |
Parser.atts
Temporary attribute array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.emptyElem(byte[] nm,
Atts att)
Stores an empty element.
|
void |
Builder.startElem(byte[] nm,
Atts att)
Opens a new element node.
|
| Modifier and Type | Method and Description |
|---|---|
Atts |
Data.ns(int pre)
Returns all namespace keys and values.
|
| Modifier and Type | Field and Description |
|---|---|
Atts |
Constr.nspaces
Namespace array.
|
| Constructor and Description |
|---|
CElem(InputInfo ii,
Expr t,
Atts ns,
Expr... cont)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Atts |
FElem.namespaces() |
Atts |
ANode.namespaces()
Returns all namespaces defined for the nodes.
|
Atts |
DBNode.namespaces() |
Atts |
ANode.nsScope()
Returns a copy of the namespace hierarchy.
|
| Constructor and Description |
|---|
FElem(QNm n,
Atts nsp)
Constructor.
|
FElem(QNm nm,
NodeCache ch,
NodeCache at,
Atts nsp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Atts |
NSContext.reset()
Resets the stack and returns the old instance.
|
Atts |
NSContext.stack()
Returns the namespace stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NSContext.stack(Atts s)
Sets the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
Atts |
Atts.add(byte[] name,
byte[] string)
Adds the next name/string pair.
|
Atts |
Atts.reset()
Resets the container.
|