Uses of Package
org.basex.core

Packages that use org.basex.core
org.basex This is the main package of the project. 
org.basex.api.xmldb This package contains the implementation of the XML:DB API. 
org.basex.build This package contains classes for creating new database instances. 
org.basex.build.mediovis This package contains classes for building database instances from MAB2 library data. 
org.basex.build.xml This package provides classes for creating database instances from XML documents. 
org.basex.core This package contains the database core classes. 
org.basex.core.proc This package contains the implementations of all database commands. 
org.basex.data This package contains the main database structures. 
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.dialog This package contains dialog windows used in the GUI. 
org.basex.gui.view.plot This package contains the implementation of the Plot view. 
org.basex.gui.view.text This package contains the implementation of the Text view. 
org.basex.index This package contains all database index structures. 
org.basex.query This package contains the XQuery implementation. 
org.basex.query.ft This package contains all XQuery Full Text expressions. 
org.basex.server This package contains the server implementation. 
org.basex.test.examples Contains examples for using the project code. 
org.basex.util This package assembles utility classes. 
org.deepfs.fs This package contains the DeepFS implementation. 
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
org.deepfs.util This package contains DeepFS utility classes. 
 

Classes in org.basex.core used by org.basex
Context
          This class serves as a central database context.
Main
          This is the abstract main class for all starter classes.
 

Classes in org.basex.core used by org.basex.api.xmldb
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.basex.build
Context
          This class serves as a central database context.
Progress
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.build.mediovis
Progress
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.build.xml
Progress
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.core
AProp
          This class assembles properties which are used all around the project.
BaseXException
          This is a simple container for sessions.
Commands.Cmd
          Command definitions.
Commands.CmdCreate
          Create commands.
Commands.CmdDrop
          Drop commands.
Commands.CmdIndex
          Index types.
Commands.CmdIndexInfo
          Index types.
Commands.CmdInfo
          Info commands.
Commands.CmdPerm
          Permission commands.
Commands.CmdSet
          Set commands.
Commands.CmdShow
          Show commands.
Context
          This class serves as a central database context.
DataPool
          This class organizes all currently opened database.
Proc
          This class provides the architecture for all internal command implementations.
Progress
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
Session
          This class allows a generic process execution.
User
          This class contains information on a single user.
Users
          This class organizes all users.
 

Classes in org.basex.core used by org.basex.core.proc
Context
          This class serves as a central database context.
Proc
          This class provides the architecture for all internal command implementations.
Progress
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.data
Prop
          This class assembles properties which are used all around the project.
Users
          This class organizes all users.
 

Classes in org.basex.core used by org.basex.gui
AProp
          This class assembles properties which are used all around the project.
Context
          This class serves as a central database context.
Proc
          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.
Session
          This class allows a generic process execution.
 

Classes in org.basex.core used by org.basex.gui.view.plot
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.basex.gui.view.text
Proc
          This class provides the architecture for all internal command implementations.
 

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
Context
          This class serves as a central database context.
Progress
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.query.ft
Context
          This class serves as a central database context.
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.server
Context
          This class serves as a central database context.
LocalSession
          This wrapper executes commands locally.
Proc
          This class provides the architecture for all internal command implementations.
Session
          This class allows a generic process execution.
 

Classes in org.basex.core used by org.basex.test.examples
BaseXException
          This is a simple container for sessions.
 

Classes in org.basex.core used by org.basex.util
Prop
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.deepfs.fs
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.deepfs.fsml
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.deepfs.util
Context
          This class serves as a central database context.