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

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

Uses of QNm in org.basex.query.xquery.expr
 

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

Uses of QNm in org.basex.query.xquery.item
 

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

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

Methods in org.basex.query.xquery.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 DNode.qname(QNm name)
           
 

Constructors in org.basex.query.xquery.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.xquery.path
 

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

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

Uses of QNm in org.basex.query.xquery.util
 

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

Methods in org.basex.query.xquery.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.xquery.util with parameters of type QNm
Var(QNm n)
          Constructor.
Var(QNm n, SeqType t)
          Constructor.