Uses of Class
org.basex.core.AProp

Packages that use AProp
org.basex.build.file Classes for creating databases from different sources. 
org.basex.core Database core classes. 
org.basex.gui GUI Package. 
org.basex.io.serial   
 

Uses of AProp in org.basex.build.file
 

Subclasses of AProp in org.basex.build.file
 class HTMLProp
          This class contains HTML parsing properties for TagSoup.
 class ParserProp
          This class contains parser properties.
 

Uses of AProp in org.basex.core
 

Subclasses of AProp in org.basex.core
 class MainProp
          This class assembles admin properties which are used all around the project.
 class Prop
          This class assembles properties which are used all around the project.
 

Method parameters in org.basex.core with type arguments of type AProp
static java.lang.Object[][] AProp.props(java.lang.Class<? extends AProp> clz)
          Returns all property objects from the specified property class.
 

Uses of AProp in org.basex.gui
 

Subclasses of AProp in org.basex.gui
 class GUIProp
          This class contains properties which are used in the GUI.
 

Uses of AProp in org.basex.io.serial
 

Subclasses of AProp in org.basex.io.serial
 class SerializerProp
          This class defines all available serialization parameters.