Uses of Class
lux.xquery.ElementConstructor

Packages that use ElementConstructor
lux.query   
lux.xpath   
 

Uses of ElementConstructor in lux.query
 

Fields in lux.query declared as ElementConstructor
static ElementConstructor MatchAllPQuery.INSTANCE_ELEMENT_CONSTRUCTOR
           
 

Methods in lux.query that return ElementConstructor
 ElementConstructor TermPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanTermPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanNearPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanMatchAll.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor SpanBooleanPQuery.toXmlNode(String field, IndexConfiguration config)
           
abstract  ElementConstructor ParseableQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor NodeTextQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor MatchAllPQuery.toXmlNode(String field, IndexConfiguration config)
           
 ElementConstructor BooleanPQuery.toXmlNode(String field, IndexConfiguration config)
           
protected  ElementConstructor TermPQuery.toXmlNode(String field, QName elementName)
           
protected  ElementConstructor NodeTextQuery.toXmlNode(String field, QName elementName)
           
 

Uses of ElementConstructor in lux.xpath
 

Methods in lux.xpath with parameters of type ElementConstructor
 AbstractExpression ExpressionVisitorBase.visit(ElementConstructor elementConstructor)
           
abstract  AbstractExpression ExpressionVisitor.visit(ElementConstructor elementConstructor)
           
 



Copyright © 2013. All Rights Reserved.