Uses of Class
org.basex.util.Atts

Packages that use Atts
org.basex.build Classes for creating new database instances. 
org.basex.data Database structures. 
org.basex.query.expr XQuery expressions. 
org.basex.query.util XQuery utility classes. 
org.basex.query.value.node   
org.basex.util Utility classes. 
 

Uses of Atts in org.basex.build
 

Fields in org.basex.build declared as Atts
protected  Atts Parser.atts
          Attributes of currently parsed element.
protected  Atts Parser.nsp
          Namespaces of currently parsed element.
 

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

Uses of Atts in org.basex.data
 

Methods in org.basex.data that return Atts
 Atts Data.ns(int pre)
          Returns all namespace keys and values.
 

Uses of Atts in org.basex.query.expr
 

Fields in org.basex.query.expr declared as Atts
 Atts Constr.nspaces
          Namespace array.
 

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

Uses of Atts in org.basex.query.util
 

Methods in org.basex.query.util that return Atts
 Atts NSContext.stack()
          Returns the namespace stack.
 

Uses of Atts in org.basex.query.value.node
 

Methods in org.basex.query.value.node that return Atts
 Atts DBNode.namespaces()
           
 Atts ANode.namespaces()
          Returns all namespaces defined for the nodes.
 Atts FElem.namespaces()
           
 Atts ANode.nsScope()
          Returns a copy of the namespace hierarchy.
 

Constructors in org.basex.query.value.node with parameters of type Atts
FElem(QNm nm, Atts nsp, ANodeList ch, ANodeList at)
          Constructor for creating an element with nodes, attributes and namespace declarations.
 

Uses of Atts in org.basex.util
 

Methods in org.basex.util that return Atts
 Atts Atts.add(byte[] name, byte[] value)
          Adds the next name/value pair.
 Atts Atts.clear()
          Clears the container.
 Atts Atts.copy()
          Creates a shallow copy which shares all keys and values.