|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenSet | |
---|---|
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 | XQuery utility classes. |
org.basex.query.util.pkg | |
org.basex.util.ft | Full-text specific utility classes. |
org.basex.util.hash | |
org.basex.util.list |
Uses of TokenSet in org.basex.index.name |
---|
Subclasses of TokenSet in org.basex.index.name | |
---|---|
class |
Names
This class indexes and organizes the tags or attribute names, used in an XML document. |
Uses of TokenSet in org.basex.index.value |
---|
Subclasses of TokenSet in org.basex.index.value | |
---|---|
class |
MemValues
This class provides a main memory access to attribute values and text contents. |
class |
UpdatableMemValues
This class provides a main memory access to attribute values and text contents. |
Uses of TokenSet in org.basex.query |
---|
Fields in org.basex.query declared as TokenSet | |
---|---|
TokenSet |
QueryParser.modules
Modules loaded by the current file. |
Uses of TokenSet in org.basex.query.func |
---|
Subclasses of TokenSet in org.basex.query.func | |
---|---|
class |
Functions
This class provides access to statically available functions. |
Uses of TokenSet in org.basex.query.up |
---|
Fields in org.basex.query.up declared as TokenSet | |
---|---|
TokenSet |
Updates.putPaths
All file paths that are targeted during a snapshot by an fn:put expression. |
Uses of TokenSet in org.basex.query.util |
---|
Subclasses of TokenSet in org.basex.query.util | |
---|---|
class |
QNmCache
This class caches frequently used QNames. |
Uses of TokenSet in org.basex.query.util.pkg |
---|
Methods in org.basex.query.util.pkg that return types with arguments of type TokenSet | |
---|---|
TokenObjMap<TokenSet> |
Repo.nsDict()
Returns the namespace dictionary. |
Uses of TokenSet in org.basex.util.ft |
---|
Subclasses of TokenSet in org.basex.util.ft | |
---|---|
class |
StemDir
Simple stemming directory for full-text requests. |
class |
StopWords
Simple stop words set for full-text requests. |
Uses of TokenSet in org.basex.util.hash |
---|
Subclasses of TokenSet in org.basex.util.hash | |
---|---|
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. |
Uses of TokenSet in org.basex.util.list |
---|
Constructors in org.basex.util.list with parameters of type TokenSet | |
---|---|
TokenList(TokenSet set)
Constructor, adopting the elements from the specified set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |