Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.data |
Database structures.
|
org.basex.gui.view |
Visualizations and View Observer framework.
|
Modifier and Type | Field and Description |
---|---|
DBNodes |
Context.copied
Copied nodes.
|
DBNodes |
Context.marked
Marked nodes.
|
Modifier and Type | Method and Description |
---|---|
DBNodes |
Context.current()
Returns the current node context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.current(DBNodes curr)
Sets the current node context.
|
void |
Context.set(DBNodes curr,
DBNodes mark)
Sets the current context and marked node set and resets the focus.
|
Modifier and Type | Method and Description |
---|---|
DBNodes |
DBNodes.discardDocs()
Returns
null if the pre values comprise all documents of the database. |
Modifier and Type | Method and Description |
---|---|
void |
ViewNotifier.context(DBNodes nodes,
boolean quick,
View vw)
Notifies all views of a context change.
|
void |
ViewNotifier.mark(DBNodes mark,
View vw)
Notifies all views of a selection change.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.