Uses of Class
org.basex.core.Prop

Packages that use Prop
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.query.ft This package contains all XQuery Full Text expressions. 
org.basex.util This package assembles utility classes. 
org.deepfs.fsml.parsers This package contains classes for extracting file metadata and content. 
 

Uses of Prop in org.basex.build
 

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

Methods in org.basex.build with parameters of type Prop
static Parser Parser.emptyParser(IO io, Prop pr)
          Returns a parser instance for creating empty databases.
static Parser Parser.xmlParser(IO io, Prop prop)
          Returns an XML parser instance.
 

Uses of Prop in org.basex.build.mediovis
 

Constructors in org.basex.build.mediovis with parameters of type Prop
MAB2Parser(IO fn, Prop pr)
          Constructor.
 

Uses of Prop in org.basex.build.xml
 

Constructors in org.basex.build.xml with parameters of type Prop
DirParser(IO f, Prop pr)
          Constructor.
DOCWrapper(Document d, String fn, Prop pr)
          Constructor.
SAXWrapper(SAXSource s, Prop pr)
          Constructor.
XMLParser(IO f, Prop pr)
          Constructor.
XMLScanner(IO f, Prop pr)
          Initializes the scanner.
 

Uses of Prop in org.basex.core
 

Fields in org.basex.core declared as Prop
 Prop Context.prop
          Database properties.
 

Uses of Prop in org.basex.core.proc
 

Methods in org.basex.core.proc with parameters of type Prop
static boolean DropDB.delete(String db, String pat, Prop pr)
          Recursively deletes a database directory.
static boolean DropDB.drop(String db, Prop pr)
          Deletes the specified database.
static Data CreateDB.xml(IO io, Prop pr)
          Creates a main memory database from the specified input reference.
static Data CreateDB.xml(SAXSource s, Prop pr)
          Creates a main memory database from the specified SAX source.
 

Uses of Prop in org.basex.data
 

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

Methods in org.basex.data with parameters of type Prop
static boolean MetaData.found(String path, String db, Prop pr)
          Checks if the specified file path refers to the specified database.
 

Constructors in org.basex.data with parameters of type Prop
DiskData(String db, Prop pr)
          Default constructor.
MemData(Names tag, Names att, Namespaces n, PathSummary s, Prop pr)
          Constructor.
MemData(Prop pr)
          Constructor, creating a new, empty database.
MetaData(String db, Prop pr)
          Constructor, specifying the database name.
 

Uses of Prop in org.basex.query.ft
 

Constructors in org.basex.query.ft with parameters of type Prop
FTOpt(Prop pr)
          Constructor.
 

Uses of Prop in org.basex.util
 

Constructors in org.basex.util with parameters of type Prop
Tokenizer(byte[] txt, FTOpt fto, boolean f, Prop pr)
          Constructor.
Tokenizer(byte[] txt, Prop pr)
          Constructor.
Tokenizer(Prop pr)
          Empty constructor.
 

Uses of Prop in org.deepfs.fsml.parsers
 

Methods in org.deepfs.fsml.parsers with parameters of type Prop
 Data XMLParser.parse(BufferedFileChannel f, Prop prop)
          Checks if the document is well-formed and returns the corresponding main memory database.