Uses of Class
org.basex.util.Atts
Packages that use Atts
Package
Description
Classes for creating new database instances.
Database structures.
Constructor expressions.
XQuery utility classes.
Utility classes.
-
Uses of Atts in org.basex.build
Fields in org.basex.build declared as AttsModifier and TypeFieldDescriptionprotected final AttsParser.attsAttributes of currently parsed element.protected final AttsParser.nspNamespaces of currently parsed element.Methods in org.basex.build with parameters of type Atts -
Uses of Atts in org.basex.data
Methods in org.basex.data that return AttsModifier and TypeMethodDescriptionfinal AttsData.namespaces(int pre) Returns all namespace prefixes and uris that are defined for the specified pre value.Methods in org.basex.data with parameters of type Atts -
Uses of Atts in org.basex.query.expr.constr
Constructors in org.basex.query.expr.constr with parameters of type Atts -
Uses of Atts in org.basex.query.util
Fields in org.basex.query.util declared as AttsModifier and TypeFieldDescriptionfinal AttsNSContext.listStatic namespaces, containing prefixes and URIs.static final AttsNSGlobal.NSNamespaces: prefixes and namespace URIs.Methods in org.basex.query.util that return AttsMethods in org.basex.query.util with parameters of type Atts -
Uses of Atts in org.basex.query.value.node
Methods in org.basex.query.value.node that return AttsModifier and TypeMethodDescriptionANode.namespaces()Returns all namespaces defined for the nodes.final AttsDBNode.namespaces()FElem.namespaces()final AttsANode.nsScope(StaticContext sc) Returns a copy of the namespace hierarchy.Constructors in org.basex.query.value.node with parameters of type Atts -
Uses of Atts in org.basex.util
Methods in org.basex.util that return Atts