Uses of Class
org.basex.util.list.TokenList

Packages that use TokenList
org.basex.core.cmd Database commands. 
org.basex.index Database Index structures. 
org.basex.index.path   
org.basex.index.resource   
org.basex.io.serial   
org.basex.query XQuery implementation. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.util.inspect   
org.basex.query.util.pkg   
org.basex.query.util.unit   
org.basex.query.value.seq   
org.basex.server Server implementation. 
org.basex.util Utility classes. 
org.basex.util.list   
 

Uses of TokenList in org.basex.core.cmd
 

Methods in org.basex.core.cmd with parameters of type TokenList
static java.lang.String Find.findTable(StringList filter, TokenList cols, BoolList elem, byte[] tag, 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
 TokenList IndexTree.keys
          Keys saved in the tree.
 TokenList IndexTree.values
          Compressed id values.
 

Uses of TokenList in org.basex.index.path
 

Methods in org.basex.index.path that return TokenList
 TokenList PathSummary.desc(byte[] k, boolean d, boolean o)
          Returns descendant tags and attributes for the specified start key.
 TokenList PathSummary.desc(TokenList tl, boolean d, boolean o)
          Returns descendant tags and attributes for the specified descendant path.
 

Methods in org.basex.index.path with parameters of type TokenList
 TokenList PathSummary.desc(TokenList tl, boolean d, boolean o)
          Returns descendant tags and attributes for the specified descendant path.
 

Uses of TokenList in org.basex.index.resource
 

Methods in org.basex.index.resource that return TokenList
 TokenList Resources.binaries(java.lang.String path)
          Returns the database paths to all binary files that match the specified path.
 

Uses of TokenList in org.basex.io.serial
 

Fields in org.basex.io.serial declared as TokenList
protected  TokenList Serializer.tags
          Stack with opened tag names.
 

Uses of TokenList in org.basex.query
 

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

Uses of TokenList in org.basex.query.ft
 

Methods in org.basex.query.ft that return TokenList
 TokenList FTTokens.get(int i)
          Returns the element at the specified index.
 

Methods in org.basex.query.ft with parameters of type TokenList
 void FTTokens.add(TokenList e)
          Adds an element.
 

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

Method parameters in org.basex.query.util.inspect with type arguments of type TokenList
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 TokenList in org.basex.query.util.pkg
 

Fields in org.basex.query.util.pkg declared as TokenList
 TokenList JarDesc.jars
          List of jar files.
 

Uses of TokenList in org.basex.query.util.unit
 

Methods in org.basex.query.util.unit with parameters of type TokenList
 Item Suite.test(TokenList libs)
          Tests all specified libraries.
 

Uses of TokenList in org.basex.query.value.seq
 

Methods in org.basex.query.value.seq with parameters of type TokenList
static Value StrSeq.get(TokenList items)
          Creates a sequence with the specified items.
 

Uses of TokenList in org.basex.server
 

Fields in org.basex.server declared as TokenList
protected  TokenList Query.cache
          Cached results.
 

Uses of TokenList in org.basex.util
 

Fields in org.basex.util declared as TokenList
 TokenList Table.header
          Table header.
 

Fields in org.basex.util with type parameters of type TokenList
 java.util.ArrayList<TokenList> Table.contents
          Table contents.
 

Uses of TokenList in org.basex.util.list
 

Methods in org.basex.util.list that return TokenList
 TokenList TokenList.copy()
          Creates a copy of this list.
 TokenList TokenList.sort(boolean cs)
          Sorts the elements.