Uses of Class
org.basex.query.item.QNm

Packages that use QNm
org.basex.query.expr Contains XQuery 1.0 expressions. 
org.basex.query.item Contains XQuery 1.0 data types. 
org.basex.query.path Contains XQuery 1.0 path expressions. 
org.basex.query.util Contains XQuery utility classes. 
 

Uses of QNm in org.basex.query.expr
 

Methods in org.basex.query.expr that return QNm
static QNm CAttr.name(QueryContext ctx, Item i)
          Returns an updated name expression.
 

Constructors in org.basex.query.expr with parameters of type QNm
Catch(Expr ct, QNm[] c, Var v1, Var v2, Var v3)
          Constructor.
 

Uses of QNm in org.basex.query.item
 

Fields in org.basex.query.item declared as QNm
 QNm SeqType.ext
          Extended type info.
 QNm FPI.name
          PI name.
 

Methods in org.basex.query.item that return QNm
 QNm Nod.qname()
          Returns the node name.
 QNm FPI.qname()
           
 QNm FElem.qname()
           
 QNm FAttr.qname()
           
 QNm DBNode.qname()
           
 QNm Nod.qname(QNm nm)
          Returns a temporary node name.
 QNm DBNode.qname(QNm name)
           
 

Methods in org.basex.query.item with parameters of type QNm
 boolean QNm.eq(QNm n)
          Compares the specified item.
static Type Type.find(QNm type, boolean nodes)
          Finds and returns the specified data type.
static Type Type.node(QNm type)
          Finds and returns the specified node type.
 QNm Nod.qname(QNm nm)
          Returns a temporary node name.
 QNm DBNode.qname(QNm name)
           
 

Constructors in org.basex.query.item with parameters of type QNm
FAttr(QNm n, byte[] v, Nod p)
          Constructor.
FElem(QNm n, byte[] b, Nod p)
          Constructor.
FElem(QNm n, NodIter ch, NodIter at, byte[] b, Atts ns, Nod p)
          Constructor.
FPI(QNm n, byte[] v, Nod p)
          Constructor.
SeqType(QNm name, int o, boolean e)
          Constructor.
 

Uses of QNm in org.basex.query.path
 

Fields in org.basex.query.path declared as QNm
 QNm Test.name
          Name test.
 

Constructors in org.basex.query.path with parameters of type QNm
KindTest(Type t, QNm ext)
          Constructor.
NameTest(QNm nm, Test.Kind t, boolean att)
          Constructor.
 

Uses of QNm in org.basex.query.util
 

Fields in org.basex.query.util declared as QNm
 QNm Var.name
          Variable name.
 

Methods in org.basex.query.util with parameters of type QNm
 void NSLocal.add(QNm name)
          Adds the specified namespace.
 void NSLocal.delete(QNm name)
          Deletes the specified namespace.
 void Functions.funError(QNm name)
          Finds similar function names and throws an error message.
 Expr Functions.get(QNm name, Expr[] args)
          Returns the specified function.
static void Functions.typeErr(QNm type)
          Throws an error for the specified name.
 void NSLocal.uri(QNm qname)
          Assigns a uri to the specified QName.
 

Constructors in org.basex.query.util with parameters of type QNm
Var(QNm n, boolean g)
          Constructor.
Var(QNm n, SeqType t, boolean g)
          Constructor.