Uses of Class
org.basex.util.hash.TokenSet
Packages that use TokenSet
Package
Description
Database structures.
XQuery implementation.
Full-text specific utility classes.
-
Uses of TokenSet in org.basex.data
Methods in org.basex.data that return TokenSet -
Uses of TokenSet in org.basex.index.name
Subclasses of TokenSet in org.basex.index.nameModifier and TypeClassDescriptionfinal classThis class indexes and organizes the element or attribute names used in an XML document. -
Uses of TokenSet in org.basex.query
Fields in org.basex.query declared as TokenSet -
Uses of TokenSet in org.basex.query.expr.index
Constructors in org.basex.query.expr.index with parameters of type TokenSet -
Uses of TokenSet in org.basex.query.scope
Fields in org.basex.query.scope declared as TokenSetModifier and TypeFieldDescriptionprotected final TokenSetAModule.importsNamespace URIs of imported modules (currently not used).Constructors in org.basex.query.scope with parameters of type TokenSetModifierConstructorDescriptionLibraryModule(String doc, TokenObjMap<StaticFunc> funcs, TokenObjMap<StaticVar> vars, TokenSet modules, StaticContext sc) Constructor.MainModule(VarScope vs, Expr expr, SeqType declType, String doc, InputInfo info, TokenObjMap<StaticFunc> funcs, TokenObjMap<StaticVar> vars, TokenSet imports) Constructor. -
Uses of TokenSet in org.basex.query.up
Fields in org.basex.query.up declared as TokenSet -
Uses of TokenSet in org.basex.util.ft
Subclasses of TokenSet in org.basex.util.ftModifier and TypeClassDescriptionfinal classSimple stemming directory for full-text requests. -
Uses of TokenSet in org.basex.util.hash
Subclasses of TokenSet in org.basex.util.hashModifier and TypeClassDescriptionfinal classThis is an efficient and memory-saving hash map for storing tokens and booleans.final classThis is an efficient and memory-saving hash map for storing tokens and integers.classThis is an efficient and memory-saving hash map for storing tokens.final classTokenObjMap<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