com.icl.saxon.expr
Class BooleanExpression
(package private) class BooleanExpression
Boolean expression: two booleans combined using AND or OR
containsReferences, display, enumerate, evaluate, evaluateAsBoolean, evaluateAsNodeSet, evaluateAsNumber, evaluateAsString, getDataType, getDependencies, getStaticContext, indent, isContextDocumentNodeSet, make, outputStringValue, reduce, setStaticContext, simplify, usesCurrent |
BooleanExpression
public BooleanExpression()
getDataType
public int getDataType()
Determine the data type of the expression
- getDataType in interface Expression
reduce
public Expression reduce(int dependencies,
Context context)
throws XPathException Perform a partial evaluation of the expression, by eliminating specified dependencies
on the context.
- reduce in interface Expression
dependencies - The dependencies to be removedcontext - The context to be used for the partial evaluation
- a new expression that does not have any of the specified
dependencies