Uses of Class
org.basex.core.Prop

Packages that use Prop
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.data Database structures. 
org.basex.query.up.primitives   
org.basex.query.util.http   
org.basex.query.value.node   
org.basex.util.ft Full-text specific utility classes. 
 

Uses of Prop in org.basex.build
 

Fields in org.basex.build declared as Prop
protected  Prop Parser.prop
          Database properties.
 

Methods in org.basex.build with parameters of type Prop
static Parser Parser.emptyParser(Prop pr)
          Returns a parser instance for creating empty databases.
static SingleParser Parser.singleParser(IO in, Prop prop, java.lang.String target)
          Returns a parser instance, based on the current options.
static SingleParser Parser.xmlParser(IO in, Prop prop)
          Returns an XML parser instance.
 

Constructors in org.basex.build with parameters of type Prop
DirParser(IO source, Prop pr, IOFile path)
          Constructor.
Parser(IO source, Prop pr)
          Constructor.
Parser(java.lang.String source, Prop pr)
          Constructor.
SingleParser(IO source, Prop pr)
          Constructor.
 

Uses of Prop in org.basex.build.file
 

Constructors in org.basex.build.file with parameters of type Prop
CSVParser(IO source, Prop pr)
          Constructor.
HTMLParser(IO source, Prop pr)
          Constructor.
HTMLParser(IO source, java.lang.String options, Prop pr)
          Constructor.
JSONParser(IO source, Prop pr)
          Constructor.
JSONParser(IO source, Prop pr, java.lang.String options)
          Constructor.
MAB2Parser(IO source, Prop pr)
          Constructor.
TextParser(IO source, Prop pr)
          Constructor.
 

Uses of Prop in org.basex.build.xml
 

Constructors in org.basex.build.xml with parameters of type Prop
DOMWrapper(org.w3c.dom.Document doc, java.lang.String fn, Prop pr)
          Constructor.
SAXWrapper(IO source, Prop pr)
          Constructor.
XMLParser(IO source, Prop pr)
          Constructor.
XMLParser(IO source, Prop pr, boolean frag)
          Constructor.
 

Uses of Prop in org.basex.core
 

Fields in org.basex.core declared as Prop
 Prop Context.prop
          Client-related properties.
protected  Prop Command.prop
          Database properties.
 

Uses of Prop in org.basex.data
 

Fields in org.basex.data declared as Prop
 Prop MetaData.prop
          Properties.
 

Constructors in org.basex.data with parameters of type Prop
MemData(Names tag, Names att, PathSummary ps, Namespaces ns, Prop pr, Index txt, Index atv)
          Constructor.
MemData(PathSummary ps, Namespaces ns, Prop pr)
          Constructor.
MemData(Prop pr)
          Constructor, creating a new, empty database.
MetaData(Prop pr)
          Constructor, specifying the database properties.
 

Uses of Prop in org.basex.query.up.primitives
 

Methods in org.basex.query.up.primitives with parameters of type Prop
protected  void DBNew.set(Prop prop, int[] nums, boolean[] bools, java.lang.String[] strs)
          Assigns the specified options.
 

Uses of Prop in org.basex.query.util.http
 

Methods in org.basex.query.util.http with parameters of type Prop
static Value HTTPPayload.value(IO in, Prop prop, java.lang.String ctype, java.lang.String ext)
          Returns an XQuery value for the specified content type.
 

Constructors in org.basex.query.util.http with parameters of type Prop
HTTPClient(InputInfo ii, Prop pr)
          Constructor.
HTTPPayload(java.io.InputStream is, boolean st, InputInfo ii, Prop pr)
          Constructor.
HTTPResponse(InputInfo ii, Prop pr)
          Constructor.
 

Uses of Prop in org.basex.query.value.node
 

Methods in org.basex.query.value.node with parameters of type Prop
 DBNode DBNode.dbCopy(Prop prop)
           
 DBNode ANode.dbCopy(Prop prop)
          Returns a database node representation of the node.
 

Constructors in org.basex.query.value.node with parameters of type Prop
DBNode(IO input, Prop prop)
          Constructor, specifying an XML input reference.
 

Uses of Prop in org.basex.util.ft
 

Methods in org.basex.util.ft with parameters of type Prop
static Language Language.get(Prop prop)
          Returns an instance for the current language property, or English as default language.