|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Prop | |
|---|---|
| org.basex.build | Contains classes for creating new database instances. |
| org.basex.build.fs | Contains classes for file system traversals. |
| org.basex.build.mediovis | Contains classes for building database instances from MAB2 library data. |
| org.basex.build.xml | Provides classes for creating database instances from XML files. |
| org.basex.core | This package contains the core classes. |
| org.basex.core.proc | This package contains the command implementations. |
| org.basex.data | Contains classes for handling the XML table and textual data. |
| org.basex.index | Contains database index implementations. |
| org.basex.io | Contains project specific input/output classes needed for reading and writing database files, displaying queries, etc. |
| org.basex.query.ft | Contains XQuery Full-Text 1.0 expressions. |
| org.basex.util | Provides utility classes. |
| 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.fs |
|---|
| Constructors in org.basex.build.fs with parameters of type Prop | |
|---|---|
FSParser(java.lang.String path,
Prop pr)
Constructor to parse single file nodes. |
|
FSParser(java.lang.String path,
java.lang.String mp,
java.lang.String bs,
Prop pr)
Constructor. |
|
NewFSParser(java.lang.String path,
Prop pr)
Constructor to parse single file nodes. |
|
NewFSParser(java.lang.String path,
java.lang.String mp,
java.lang.String bs,
Prop pr)
Constructor. |
|
| 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(org.w3c.dom.Document d,
java.lang.String fn,
Prop pr)
Constructor. |
|
SAXWrapper(javax.xml.transform.sax.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.drop(java.lang.String db,
Prop pr)
Deletes the specified database. |
static Data |
CreateDB.xml(IO io,
Prop pr)
Creates and returns a main memory database from the specified input reference. |
static Data |
CreateDB.xml(javax.xml.transform.sax.SAXSource s,
Prop pr)
Creates and returns 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(java.lang.String path,
java.lang.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(java.lang.String db,
Prop pr)
Default constructor. |
|
MemData(int cap,
Names tag,
Names att,
Namespaces n,
PathSummary s,
Prop pr)
Constructor. |
|
MetaData(java.lang.String db,
DataInput in,
Prop pr)
Constructor, specifying the database name and the input reference. |
|
MetaData(java.lang.String db,
Prop pr)
Constructor, specifying the database name. |
|
NativeData(int cap,
Names tag,
Names att,
Namespaces n,
PathSummary s,
Prop pr)
Constructor. |
|
| Uses of Prop in org.basex.index |
|---|
| Constructors in org.basex.index with parameters of type Prop | |
|---|---|
FTFuzzyBuilder(Data d,
Prop pr)
Constructor. |
|
FTTrieBuilder(Data d,
Prop pr)
Constructor. |
|
| Uses of Prop in org.basex.io |
|---|
| Constructors in org.basex.io with parameters of type Prop | |
|---|---|
DataAccess(java.lang.String db,
java.lang.String fn,
Prop pr)
Constructor, initializing the file reader. |
|
TableDiskAccess(java.lang.String nm,
java.lang.String f,
Prop pr)
Constructor. |
|
TableMemAccess(java.lang.String db,
java.lang.String fn,
int size,
Prop pr)
Stores the file content in a long array. |
|
TableOutput(java.lang.String db,
java.lang.String fn,
Prop pr)
Initializes the output. |
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||