Uses of Class
lux.xml.ValueType

Packages that use ValueType
lux.compiler   
lux.xml   
lux.xpath   
lux.xquery   
 

Uses of ValueType in lux.compiler
 

Methods in lux.compiler that return ValueType
 ValueType XPathQuery.getResultType()
           
 

Methods in lux.compiler with parameters of type ValueType
 XPathQuery XPathQuery.combineBooleanQueries(org.apache.lucene.search.BooleanClause.Occur occur, XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur precursorOccur, ValueType type, IndexConfiguration config)
          Combines this query with another.
 XPathQuery XPathQuery.combineSpanQueries(XPathQuery precursor, org.apache.lucene.search.BooleanClause.Occur occur, ValueType type, int distance, IndexConfiguration config)
          Combines this query with another, separated by the given distance.
static XPathQuery XPathQuery.getQuery(ParseableQuery query, long resultFacts, ValueType valueType, IndexConfiguration indexConfig, org.apache.lucene.search.SortField[] sortFields)
           
 void XPathQuery.setType(ValueType type)
           
 

Constructors in lux.compiler with parameters of type ValueType
XPathQuery(ParseableQuery query, long resultFacts, ValueType valueType)
           
XPathQuery(ParseableQuery query, long resultFacts, ValueType valueType, boolean immutable)
           
 

Uses of ValueType in lux.xml
 

Methods in lux.xml that return ValueType
 ValueType ValueType.promote(ValueType type)
           
 ValueType ValueType.restrict(ValueType type)
           
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in lux.xml with parameters of type ValueType
 boolean ValueType.is(ValueType other)
           
 ValueType ValueType.promote(ValueType type)
           
 ValueType ValueType.restrict(ValueType type)
           
 

Uses of ValueType in lux.xpath
 

Methods in lux.xpath that return ValueType
 ValueType BinaryOperation.Operator.getResultType()
           
 ValueType FunCall.getReturnType()
           
 ValueType NodeTest.getType()
           
 ValueType LiteralExpression.getValueType()
           
 

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

Uses of ValueType in lux.xquery
 

Constructors in lux.xquery with parameters of type ValueType
FunctionDefinition(QName name, ValueType returnType, int cardinality, Variable[] args, AbstractExpression body)
           
TreatAs(AbstractExpression expr, ValueType type, String occurrence)
           
 



Copyright © 2013. All Rights Reserved.