Uses of Class
org.basex.util.hash.TokenObjMap
Packages that use TokenObjMap
Package
Description
XQuery implementation.
Inspection Functions.
-
Uses of TokenObjMap in org.basex.query
Fields in org.basex.query declared as TokenObjMapModifier and TypeFieldDescriptionQueryContext.collationsAvailable collations.final TokenObjMap<DecFormatter>StaticContext.decFormatsDecimal formats. -
Uses of TokenObjMap in org.basex.query.func.inspect
Methods in org.basex.query.func.inspect with parameters of type TokenObjMapModifier and TypeMethodDescriptionstatic byte[]Inspect.doc(TokenObjMap<TokenList> doc, byte[] name) Returns a value for the specified parameter ornull. -
Uses of TokenObjMap in org.basex.query.scope
Methods in org.basex.query.scope that return TokenObjMapModifier and TypeMethodDescriptionfinal TokenObjMap<TokenList>StaticScope.doc()Returns a map with all documentation tags found for this scope ornullif no documentation exists.final TokenObjMap<StaticFunc>AModule.funcs()Return static functions.final TokenObjMap<StaticVar>AModule.vars()Return static variables.Constructors in org.basex.query.scope with parameters of type TokenObjMapModifierConstructorDescriptionLibraryModule(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.