Uses of Class
org.basex.core.Context

Packages that use Context
org.basex.core This package contains the core classes. 
org.basex.core.proc This package contains the command implementations. 
org.basex.gui Contains the graphical user interface of BaseX. 
org.basex.gui.view.plot Contains the classes for the scatterplot view. 
org.basex.query Provides classes for querying the data. 
 

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
 boolean Process.execute(Context ctx)
           
 boolean ClientProcess.execute(Context ctx)
           
abstract  boolean AbstractProcess.execute(Context ctx)
          Executes a command.
 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 XQuery representation for the specified query.
 

Uses of Context in org.basex.gui
 

Fields in org.basex.gui declared as Context
 Context GUI.context
          Database Context.
 

Uses of Context in org.basex.gui.view.plot
 

Constructors in org.basex.gui.view.plot with parameters of type Context
PlotData(Context ctx)
          Default Constructor.
 

Uses of Context in org.basex.query
 

Constructors in org.basex.query with parameters of type Context
QuerySuggest(QueryContext c, Context context)
          Constructor.