Package | Description |
---|---|
org.basex.index.name | |
org.basex.index.value | |
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.up | |
org.basex.query.util.hash |
Query processor, hash structures.
|
org.basex.query.util.pkg | |
org.basex.util.ft |
Full-text specific utility classes.
|
org.basex.util.hash | |
org.basex.util.list |
Modifier and Type | Class and Description |
---|---|
class |
Names
This class indexes and organizes the element or attribute names used in an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
MemValues
This class provides main memory access to attribute values and text contents.
|
Modifier and Type | Field and Description |
---|---|
TokenSet |
QueryParser.modules
Modules loaded by the current file.
|
Modifier and Type | Class and Description |
---|---|
class |
Functions
This class provides access to built-in and user-defined functions.
|
Modifier and Type | Field and Description |
---|---|
static TokenSet |
Function.URIS
URIs of built-in functions.
|
Modifier and Type | Field and Description |
---|---|
TokenSet |
Updates.putPaths
All file paths that are targeted during a snapshot by an fn:put expression.
|
Modifier and Type | Class and Description |
---|---|
class |
QNmMap
This class caches frequently used QNames.
|
Modifier and Type | Method and Description |
---|---|
TokenObjMap<TokenSet> |
Repo.nsDict()
Returns the namespace dictionary.
|
Modifier and Type | Class and Description |
---|---|
class |
StemDir
Simple stemming directory for full-text requests.
|
class |
StopWords
Simple stop words set for full-text requests.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenBoolMap
This is an efficient and memory-saving hash map for storing tokens and booleans.
|
class |
TokenIntMap
This is an efficient and memory-saving hash map for storing tokens and integers.
|
class |
TokenMap
This is an efficient and memory-saving hash map for storing tokens.
|
class |
TokenObjMap<E>
This is an efficient and memory-saving hash map for storing tokens and objects.
|
Constructor and Description |
---|
TokenList(TokenSet set)
Constructor, adopting the elements from the specified set.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.