Uses of Class
lux.xml.QName

Packages that use QName
lux   
lux.compiler   
lux.index.attribute   
lux.query   
lux.search.highlight   
lux.xpath   
lux.xquery   
 

Uses of QName in lux
 

Methods in lux that return types with arguments of type QName
 Map<QName,Object> QueryContext.getVariableBindings()
           
 

Methods in lux with parameters of type QName
 void QueryContext.bindVariable(QName varName, Object value)
          bind an external variable so that it will be available in the scope of queries evaluated using this context
 

Uses of QName in lux.compiler
 

Methods in lux.compiler with parameters of type QName
 AbstractExpression PathOptimizer.getBoundExpression(QName name)
           
static ParseableQuery PathOptimizer.makeAttributeValueQuery(QName qname, String value, IndexConfiguration config)
           
static NodeTextQuery PathOptimizer.makeElementValueQuery(QName qname, String value, IndexConfiguration config)
           
 

Uses of QName in lux.index.attribute
 

Methods in lux.index.attribute that return QName
 QName QNameAttributeImpl.next()
           
 QName QNameAttribute.next()
           
 

Methods in lux.index.attribute with parameters of type QName
 void QNameAttributeImpl.addQName(QName qname)
           
 void QNameAttribute.addQName(QName qname)
          add another QName, and reset the counter.
 

Uses of QName in lux.query
 

Fields in lux.query declared as QName
static QName BooleanPQuery.BOOLEAN_QUERY_QNAME
           
static QName BooleanPQuery.CLAUSE_QNAME
           
static QName SpanTermPQuery.REGEXP_TERM_QNAME
           
static QName SpanTermPQuery.SPAN_TERM_QNAME
           
static QName TermPQuery.TERM_QUERY_QNAME
           
 

Methods in lux.query with parameters of type QName
protected  ElementConstructor TermPQuery.toXmlNode(String field, QName elementName)
           
protected  ElementConstructor NodeTextQuery.toXmlNode(String field, QName elementName)
           
 

Uses of QName in lux.search.highlight
 

Methods in lux.search.highlight with parameters of type QName
 void StreamingElementTokens.pushElement(QName qname)
           
 

Uses of QName in lux.xpath
 

Fields in lux.xpath declared as QName
static QName FunCall.FN_COLLECTION
           
static QName FunCall.FN_CONTAINS
           
static QName FunCall.FN_COUNT
           
static QName FunCall.FN_DATA
           
static QName FunCall.FN_EMPTY
           
static QName FunCall.FN_EXISTS
           
static QName FunCall.FN_LAST
           
static QName FunCall.FN_NOT
           
static QName FunCall.FN_ROOT
           
static QName FunCall.FN_STRING_JOIN
           
static QName FunCall.FN_SUBSEQUENCE
           
static QName FunCall.LUX_COUNT
           
static QName FunCall.LUX_EXISTS
           
static QName FunCall.LUX_FIELD_VALUES
           
static QName FunCall.LUX_SEARCH
           
 

Methods in lux.xpath that return QName
 QName FunCall.getName()
           
 QName NodeTest.getQName()
           
 

Constructors in lux.xpath with parameters of type QName
FunCall(QName name, ValueType returnType, AbstractExpression... arguments)
           
NodeTest(ValueType type, QName name)
           
 

Uses of QName in lux.xquery
 

Methods in lux.xquery that return QName
 QName Let.getName()
           
 QName ElementConstructor.getName()
           
 QName Variable.getQName()
           
 

Methods in lux.xquery with parameters of type QName
 void Variable.setName(QName name2)
           
 

Constructors in lux.xquery with parameters of type QName
ElementConstructor(QName qname, AbstractExpression content, AttributeConstructor... attributes)
           
ElementConstructor(QName qname, AttributeConstructor... attributes)
           
ElementConstructor(QName qname, Namespace[] namespaces, AbstractExpression content, AttributeConstructor... attributes)
          Make an element constructor - this models literal element constructors, not computed element constructors.
FunctionDefinition(QName name, ValueType returnType, int cardinality, Variable[] args, AbstractExpression body)
           
Let(QName name, AbstractExpression assignment, AbstractExpression returnExp)
           
Variable(QName qname)
           
Variable(QName qname, String typeDesc)
           
 



Copyright © 2013. All Rights Reserved.