Uses of Class
org.basex.util.hash.TokenObjMap

Packages that use TokenObjMap
org.basex.index.value   
org.basex.query XQuery implementation. 
org.basex.query.util.inspect   
org.basex.query.util.pkg   
 

Uses of TokenObjMap in org.basex.index.value
 

Methods in org.basex.index.value with parameters of type TokenObjMap
 void UpdatableDiskValues.delete(TokenObjMap<IntList> m)
           
 void DiskValues.delete(TokenObjMap<IntList> m)
          Delete records from the index.
 void UpdatableDiskValues.index(TokenObjMap<IntList> m)
           
 void DiskValues.index(TokenObjMap<IntList> m)
          Add entries to the index.
 

Uses of TokenObjMap in org.basex.query
 

Fields in org.basex.query declared as TokenObjMap
 TokenObjMap<Collation> QueryContext.collations
          Available collations.
 TokenObjMap<DecFormatter> StaticContext.decFormats
          Decimal formats.
 

Methods in org.basex.query that return TokenObjMap
 TokenObjMap<TokenList> StaticScope.doc()
          Returns a map with all documentation tags found for this scope, or null if no documentation exists.
 

Uses of TokenObjMap in org.basex.query.util.inspect
 

Methods in org.basex.query.util.inspect with parameters of type TokenObjMap
protected  void Inspect.comment(TokenObjMap<TokenList> tags, FElem parent)
          Creates a comment sub element.
static byte[] Inspect.doc(TokenObjMap<TokenList> doc, byte[] name)
          Returns a value for the specified parameter, or null.
 

Uses of TokenObjMap in org.basex.query.util.pkg
 

Methods in org.basex.query.util.pkg that return TokenObjMap
 TokenObjMap<TokenSet> Repo.nsDict()
          Returns the namespace dictionary.