| Package | Description |
|---|---|
| lux | |
| lux.compiler | |
| lux.index.attribute | |
| lux.query | |
| lux.search.highlight | |
| lux.xml | |
| lux.xpath | |
| lux.xquery |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Object> |
QueryContext.getVariableBindings() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
QName |
QNameAttributeImpl.next() |
QName |
QNameAttribute.next() |
| Modifier and Type | Method and Description |
|---|---|
void |
QNameAttributeImpl.addQName(QName qname) |
void |
QNameAttribute.addQName(QName qname)
add another QName, and reset the counter.
|
| Modifier and Type | Field and Description |
|---|---|
static QName |
BooleanPQuery.BOOLEAN_QUERY_QNAME |
static QName |
BooleanPQuery.CLAUSE_QNAME |
static QName |
RangePQuery.NUMERIC_RANGE_QUERY_QNAME |
static QName |
SpanTermPQuery.REGEXP_TERM_QNAME |
static QName |
SpanTermPQuery.SPAN_TERM_QNAME |
static QName |
TermPQuery.TERM_QUERY_QNAME |
static QName |
RangePQuery.TERM_RANGE_QUERY_QNAME |
| Modifier and Type | Method and Description |
|---|---|
protected ElementConstructor |
TermPQuery.toXmlNode(String field,
QName elementName) |
protected ElementConstructor |
NodeTextQuery.toXmlNode(String field,
QName elementName) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingElementTokens.pushElement(QName qname) |
| Modifier and Type | Method and Description |
|---|---|
String |
ValueType.toString(QName qName) |
| Modifier and Type | Field and Description |
|---|---|
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_MAX |
static QName |
FunCall.FN_MIN |
static QName |
FunCall.FN_NOT |
static QName |
FunCall.FN_ROOT |
static QName |
FunCall.FN_STRING_JOIN |
static QName |
FunCall.FN_SUBSEQUENCE |
static QName |
FunCall.FN_UNORDERED |
static QName |
FunCall.LUX_COUNT |
static QName |
FunCall.LUX_EXISTS |
static QName |
FunCall.LUX_FIELD_VALUES |
static QName |
FunCall.LUX_KEY |
static QName |
FunCall.LUX_SEARCH |
| Modifier and Type | Method and Description |
|---|---|
QName |
FunCall.getName() |
QName |
NodeTest.getQName() |
| Constructor and Description |
|---|
FunCall(QName name,
ValueType returnType,
AbstractExpression... arguments) |
NodeTest(ValueType type,
QName name) |
| Modifier and Type | Method and Description |
|---|---|
QName |
Let.getName() |
QName |
ElementConstructor.getName() |
QName |
Variable.getQName() |
QName |
FunctionDefinition.getReturnTypeName() |
| Constructor and Description |
|---|
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,
QName returnTypeName,
Variable[] args,
AbstractExpression body) |
Let(QName name,
AbstractExpression assignment,
AbstractExpression returnExp) |
Variable(QName qname) |
Variable(QName qname,
String typeDesc) |
Copyright © 2013. All Rights Reserved.