|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.basex.api.xmldb | |
| org.basex.core | This package contains the core classes. |
| org.basex.core.proc | This package contains the command implementations. |
| org.basex.fs | Provides file system specific query classes. |
| org.basex.gui | Contains the graphical user interface of BaseX. |
| org.basex.query.xpath | Includes an implementation of XPath 1.0. |
| Uses of Context in org.basex.api.xmldb |
|---|
| Methods in org.basex.api.xmldb that return Context | |
|---|---|
static Context |
BXCollectionManagementService.create(java.lang.String name)
Creates a new collection and returns the context. |
| Constructors in org.basex.api.xmldb with parameters of type Context | |
|---|---|
BXCollection(Context c)
Standard constructor. |
|
| Uses of Context in org.basex.core |
|---|
| Fields in org.basex.core declared as Context | |
|---|---|
Context |
CommandParser.ctx
Context. |
| Methods in org.basex.core with parameters of type Context | |
|---|---|
abstract boolean |
AbstractProcess.execute(Context ctx)
Executes a command. |
boolean |
Process.execute(Context ctx)
|
boolean |
ClientProcess.execute(Context ctx)
|
void |
Process.execute(Context ctx,
PrintOutput out)
Executes the process and serializes the results. |
| Constructors in org.basex.core with parameters of type Context | |
|---|---|
CommandParser(java.lang.String in,
Context c)
Constructor, parsing the input queries. |
|
| Uses of Context in org.basex.core.proc |
|---|
| Methods in org.basex.core.proc with parameters of type Context | |
|---|---|
static java.lang.String |
Find.find(java.lang.String query,
Context ctx,
boolean root)
Creates an XPath representation for the specified query. |
| Uses of Context in org.basex.fs |
|---|
| Methods in org.basex.fs with parameters of type Context | |
|---|---|
void |
FSCmd.context(Context ctx)
Sets the query context. |
| Uses of Context in org.basex.gui |
|---|
| Fields in org.basex.gui declared as Context | |
|---|---|
static Context |
GUI.context
Database Context. |
| Uses of Context in org.basex.query.xpath |
|---|
| Constructors in org.basex.query.xpath with parameters of type Context | |
|---|---|
XPSuggest(java.lang.String q,
Context c)
Constructor, specifying a node set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||