| Package | Description |
|---|---|
| org.basex.api.dom |
Basic DOM API.
|
| org.basex.core |
Database core classes.
|
| org.basex.data |
Database structures.
|
| org.basex.gui.view |
Visualizations and View Observer framework.
|
| org.basex.query |
XQuery implementation.
|
| Constructor and Description |
|---|
BXNList(Nodes n)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
Nodes |
Context.copied
Copied nodes.
|
Nodes |
Context.marked
Marked nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Nodes |
Context.current()
Returns the current node context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.current(Nodes curr)
Sets the current node context.
|
void |
Context.set(Nodes curr,
Nodes mark)
Sets the current context and marked node set and resets the focus.
|
| Modifier and Type | Method and Description |
|---|---|
Nodes |
Nodes.checkRoot()
Checks if the node set contains all root nodes of the data instance,
and sets the
root flag. |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewNotifier.context(Nodes nodes,
boolean quick,
View vw)
Notifies all views of a context change.
|
void |
ViewNotifier.mark(Nodes mark,
View vw)
Notifies all views of a selection change.
|
| Modifier and Type | Method and Description |
|---|---|
Nodes |
QueryProcessor.queryNodes()
Evaluates the specified query and returns the result nodes.
|
| Modifier and Type | Method and Description |
|---|---|
QueryProcessor |
QueryProcessor.context(Nodes nodes)
Binds an initial nodeset to the context item.
|