Uses of Package
org.basex.core

Packages that use org.basex.core
org.basex.api.xmldb   
org.basex.build Contains classes for creating new database instances. 
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.gui.dialog Contains dialog windows used in the GUI. 
org.basex.index Contains database index implementations. 
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. 
 

Classes in org.basex.core used by org.basex.api.xmldb
Context
          This class stores the reference to the currently opened database.
 

Classes in org.basex.core used by org.basex.build
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.core
AbstractProcess
          This class provides the architecture for local and client process interpretation.
Commands.Cmd
          Command definitions.
Commands.CmdCreate
          Create Command definitions.
Commands.CmdDrop
          Drop command definitions.
Commands.CmdFS
          Filesystem command definitions.
Commands.CmdIndex
          Index Types definition.
Commands.CmdInfo
          Info command definitions.
Commands.CmdSet
          Set command definitions.
Commands.CmdUpdate
          Insert command definitions.
Context
          This class stores the reference to the currently opened database.
Process
          This class provides the architecture for all internal command implementations.
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.core.proc
AbstractProcess
          This class provides the architecture for local and client process interpretation.
Commands.CmdIndex
          Index Types definition.
Commands.CmdUpdate
          Insert command definitions.
Context
          This class stores the reference to the currently opened database.
Process
          This class provides the architecture for all internal command implementations.
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.fs
Commands.CmdFS
          Filesystem command definitions.
Context
          This class stores the reference to the currently opened database.
 

Classes in org.basex.core used by org.basex.gui
Context
          This class stores the reference to the currently opened database.
Process
          This class provides the architecture for all internal command implementations.
 

Classes in org.basex.core used by org.basex.gui.dialog
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.index
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.query
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.query.xpath
Context
          This class stores the reference to the currently opened database.
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.query.xquery
Progress
          This class is implemented by all kinds of processes.