Uses of Package
org.basex.core

Packages that use org.basex.core
org.basex Main package of the project, containing all starter classes with main methods. 
org.basex.build Classes for creating new database instances. 
org.basex.build.file Classes for creating databases from different sources. 
org.basex.build.xml Classes for creating databases from XML documents. 
org.basex.core Database core classes. 
org.basex.core.cmd Database commands. 
org.basex.core.parse   
org.basex.data Database structures. 
org.basex.gui GUI Package. 
org.basex.gui.dialog GUI Dialog Windows. 
org.basex.gui.view.info GUI Info View 
org.basex.gui.view.text GUI Text View. 
org.basex.index Database Index structures. 
org.basex.index.ft   
org.basex.index.value   
org.basex.io Input and Output classes. 
org.basex.io.random   
org.basex.io.serial   
org.basex.query XQuery implementation. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.func XQuery functions. 
org.basex.query.up.primitives   
org.basex.query.util XQuery utility classes. 
org.basex.query.util.http   
org.basex.query.util.inspect   
org.basex.query.util.pkg   
org.basex.query.value.node   
org.basex.server Server implementation. 
org.basex.util Utility classes. 
org.basex.util.ft Full-text specific utility classes. 
 

Classes in org.basex.core used by org.basex
BaseXException
          Database exception, extending the IOException.
Context
          This class serves as a central database context.
Main
          This is the abstract main class for the starter classes.
 

Classes in org.basex.core used by org.basex.build
Context
          This class serves as a central database context.
Proc
          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.file
AProp
          This class assembles properties which are used all around the project.
Proc
          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
Proc
          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
          Database exception, extending the IOException.
Command
          This class provides the architecture for all internal command implementations.
Context
          This class serves as a central database context.
Databases
          Manages a two-way-map of all available databases and backups.
Datas
          This class organizes all currently opened databases.
Events
          This class organizes all known events.
InfoListener
          Info listener, receiving and handling information generated during the evaluation of a command or query.
Locking
          Lock interface; will get obsolete after database locking has been finalized.
LockResult
          Result object for databases function.
MainProp
          This class assembles admin properties which are used all around the project.
Perm
          User permissions.
Proc
          This class is implemented by all kinds of processes.
Prop
          This class assembles properties which are used all around the project.
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.cmd
BaseXException
          Database exception, extending the IOException.
Command
          This class provides the architecture for all internal command implementations.
Context
          This class serves as a central database context.
LockResult
          Result object for databases function.
Perm
          User permissions.
Proc
          This class is implemented by all kinds of processes.
 

Classes in org.basex.core used by org.basex.core.parse
Command
          This class provides the architecture for all internal command implementations.
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.basex.data
Context
          This class serves as a central database context.
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.
Command
          This class provides the architecture for all internal command implementations.
Context
          This class serves as a central database context.
InfoListener
          Info listener, receiving and handling information generated during the evaluation of a command or query.
 

Classes in org.basex.core used by org.basex.gui.dialog
Command
          This class provides the architecture for all internal command implementations.
 

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

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

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

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

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

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

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

Classes in org.basex.core used by org.basex.io.serial
AProp
          This class assembles properties which are used all around the project.
 

Classes in org.basex.core used by org.basex.query
Context
          This class serves as a central database context.
LockResult
          Result object for databases function.
Proc
          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.
 

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

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

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

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

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

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

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

Classes in org.basex.core used by org.basex.server
BaseXException
          Database exception, extending the IOException.
Command
          This class provides the architecture for all internal command implementations.
Context
          This class serves as a central database context.
 

Classes in org.basex.core used by org.basex.util
BaseXException
          Database exception, extending the IOException.
Context
          This class serves as a central database context.
 

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