|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Nodes | |
|---|---|
| org.basex.core | This package contains the core classes. |
| org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
| org.basex.gui.view | Contains the views and the observer framework. |
| org.basex.query | Provides classes for querying the data. |
| org.basex.query.xpath | Includes an implementation of XPath 1.0. |
| org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
| Uses of Nodes in org.basex.core |
|---|
| Methods in org.basex.core that return Nodes | |
|---|---|
Nodes |
Context.copied()
Returns the copied context set. |
Nodes |
Context.current()
Returns the current context set. |
Nodes |
Context.marked()
Returns the marked context set. |
| Methods in org.basex.core with parameters of type Nodes | |
|---|---|
void |
Context.copy(Nodes copy)
Sets the current node set copy. |
void |
Context.current(Nodes curr)
Sets the current context set. |
void |
Context.marked(Nodes mark)
Sets the marked context set. |
| Uses of Nodes in org.basex.data |
|---|
| Methods in org.basex.data that return Nodes | |
|---|---|
Nodes |
Nodes.add(int p)
The specified pre value is added to or removed from the context set. |
Nodes |
Nodes.copy()
Returns a copy of the node set. |
Nodes |
Nodes.toggle(int p)
The specified pre value is added to or removed from the context set. |
| Methods in org.basex.data with parameters of type Nodes | |
|---|---|
static void |
Serialize.table(PrintOutput out,
Data data,
Nodes nodes)
Writes the database as table. |
static void |
Serialize.xml(PrintOutput out,
Data data,
Nodes nodes,
boolean valid)
Prints the specified node set to the output stream. |
static void |
Serialize.xml(ResultReader rr,
Data data,
Nodes nodes)
Prints the specified node set to the output stream. |
| Uses of Nodes in org.basex.gui.view |
|---|
| Fields in org.basex.gui.view declared as Nodes | |
|---|---|
static Nodes[] |
View.MARKHIST
Zoomed rectangle history. |
static Nodes[] |
View.NODEHIST
Zoomed rectangle history. |
| Methods in org.basex.gui.view with parameters of type Nodes | |
|---|---|
static void |
View.notifyContext(Nodes nodes,
boolean quick)
Notifies all views of a context change. |
static void |
View.notifyMark(Nodes mark)
Notifies all views of a selection change. |
static void |
View.notifySwitch(Nodes nodes)
Notifies all views of a context switch without storing nodes in the history. |
| Uses of Nodes in org.basex.query |
|---|
| Methods in org.basex.query that return Nodes | |
|---|---|
Nodes |
QueryProcessor.queryNodes(Nodes nodes)
Parses the specified query and returns the result nodes. |
| Methods in org.basex.query with parameters of type Nodes | |
|---|---|
QueryContext |
QueryProcessor.compile(Nodes nodes)
Parses the specified query and writes the result to the specified output stream. |
abstract void |
QueryContext.compile(Nodes nodes)
Optimizes the expression. |
abstract Result |
QueryContext.eval(Nodes nodes)
Evaluates the expression with the specified context set. |
Result |
QueryProcessor.query(Nodes n)
Parses the specified query and returns the result. |
Nodes |
QueryProcessor.queryNodes(Nodes nodes)
Parses the specified query and returns the result nodes. |
| Uses of Nodes in org.basex.query.xpath |
|---|
| Methods in org.basex.query.xpath with parameters of type Nodes | |
|---|---|
void |
XPContext.compile(Nodes n)
|
Result |
XPContext.eval(Nodes nodes)
|
| Uses of Nodes in org.basex.query.xquery |
|---|
| Methods in org.basex.query.xquery that return Nodes | |
|---|---|
Nodes |
XQResult.nodes(Data data)
Converts nodes of a XQuery result into a BaseX nodeset. |
| Methods in org.basex.query.xquery with parameters of type Nodes | |
|---|---|
void |
XQContext.compile(Nodes nodes)
|
Result |
XQContext.eval(Nodes nodes)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||