Uses of Class
org.basex.util.Atts

Packages that use Atts
org.basex.build This package contains classes for creating new database instances. 
org.basex.data This package contains the main database structures. 
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.query.item This package contains XQuery data types. 
org.basex.query.util This package contains XQuery utility classes. 
org.basex.util This package assembles utility classes. 
org.deepfs.fs This package contains the DeepFS implementation. 
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
 

Uses of Atts in org.basex.build
 

Methods in org.basex.build with parameters of type Atts
 void Builder.emptyElem(byte[] tag, Atts att)
          Stores an empty element.
 int Builder.startElem(byte[] tag, Atts att)
          Opens a new element node.
 

Uses of Atts in org.basex.data
 

Fields in org.basex.data declared as Atts
 Atts Serializer.ns
          Namespaces.
 

Methods in org.basex.data that return Atts
 Atts Data.ns(int pre)
          Returns namespace key and value ids.
 

Uses of Atts in org.basex.query.expr
 

Constructors in org.basex.query.expr with parameters of type Atts
CElem(Expr t, Expr[] cont, Atts ns)
          Constructor.
 

Uses of Atts in org.basex.query.item
 

Methods in org.basex.query.item that return Atts
 Atts Nod.ns()
          Returns a namespace array.
 Atts FElem.ns()
           
 Atts DBNode.ns()
           
static Atts FElem.ns(Nod node)
          Returns the namespace hierarchy for the specified node.
 

Constructors in org.basex.query.item with parameters of type Atts
FElem(QNm n, NodIter ch, NodIter at, byte[] b, Atts nsp, Nod p)
          Constructor.
 

Uses of Atts in org.basex.query.util
 

Fields in org.basex.query.util declared as Atts
 Atts NSLocal.ns
          Namespaces.
 

Uses of Atts in org.basex.util
 

Methods in org.basex.util that return Atts
 Atts Atts.add(byte[] k, byte[] v)
          Adds next value.
 Atts Atts.reset()
          Resets the integer list.
 

Uses of Atts in org.deepfs.fs
 

Methods in org.deepfs.fs that return Atts
static Atts DeepFS.atts(File f, boolean root)
          Constructs attributes for file and directory tags.
 

Uses of Atts in org.deepfs.fsml
 

Methods in org.deepfs.fsml that return Atts
 Atts DeepFile.getFSAtts()
          Returns the file system attributes for the deep file.