Uses of Class
org.basex.util.list.TokenList
Packages that use TokenList
Package
Description
Client sessions.
Database commands.
Database Index structures.
XQuery Full Text expressions.
Full-text Functions.
Inspection Functions.
Utility classes.
-
Uses of TokenList in org.basex.api.client
Fields in org.basex.api.client declared as TokenList -
Uses of TokenList in org.basex.core.cmd
Methods in org.basex.core.cmd that return TokenListModifier and TypeMethodDescriptionstatic TokenListCreates a table entry.static TokenListReturns all registered ids.Methods in org.basex.core.cmd with parameters of type TokenListModifier and TypeMethodDescriptionstatic StringFind.findTable(StringList filter, TokenList cols, BoolList elem, byte[] name, boolean root) Creates an XQuery representation for the specified table query. -
Uses of TokenList in org.basex.index
Fields in org.basex.index declared as TokenList -
Uses of TokenList in org.basex.index.path
Methods in org.basex.index.path that return TokenListModifier and TypeMethodDescriptionPathIndex.desc(byte[] name, boolean desc, boolean occ) Returns descendant element and attribute names for the specified start key.Returns descendant element and attribute names for the specified descendant path.Methods in org.basex.index.path with parameters of type TokenList -
Uses of TokenList in org.basex.index.resource
Methods in org.basex.index.resource that return TokenList -
Uses of TokenList in org.basex.io.parse.csv
Fields in org.basex.io.parse.csv declared as TokenList -
Uses of TokenList in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft that return TokenList -
Uses of TokenList in org.basex.query.func.ft
Methods in org.basex.query.func.ft that return TokenListModifier and TypeMethodDescriptionprotected final TokenListFtTokenize.tokens(QueryContext qc, boolean all) Returns all tokens. -
Uses of TokenList in org.basex.query.func.inspect
Method parameters in org.basex.query.func.inspect with type arguments of type TokenListModifier and TypeMethodDescriptionstatic byte[]Inspect.doc(TokenObjMap<TokenList> doc, byte[] name) Returns a value for the specified parameter ornull. -
Uses of TokenList in org.basex.query.scope
Methods in org.basex.query.scope that return types with arguments of type TokenListModifier and TypeMethodDescriptionfinal TokenObjMap<TokenList>StaticScope.doc()Returns a map with all documentation tags found for this scope ornullif no documentation exists. -
Uses of TokenList in org.basex.query.util.parse
Fields in org.basex.query.util.parse declared as TokenList -
Uses of TokenList in org.basex.query.value.seq
Methods in org.basex.query.value.seq with parameters of type TokenList -
Uses of TokenList in org.basex.util
Fields in org.basex.util declared as TokenListFields in org.basex.util with type parameters of type TokenList -
Uses of TokenList in org.basex.util.list
Methods in org.basex.util.list that return TokenList