And
, AxesWalker
, Bool
, ContextMatchStepPattern
, Div
, ElemApplyTemplates
, ElemCallTemplate
, ElemForEach
, Equals
, FilterExprWalker
, FuncBoolean
, FuncCeiling
, FuncConcat
, FuncContains
, FuncCount
, FuncDoclocation
, FuncDocument
, FuncExtElementAvailable
, FuncExtFunctionAvailable
, FuncFloor
, FuncFormatNumb
, FuncGenerateId
, FuncId
, FuncKey
, FuncLang
, FuncLocalPart
, FuncNamespace
, FuncNormalizeSpace
, FuncNot
, FuncNumber
, FuncQname
, FuncRound
, FuncStartsWith
, FuncString
, FuncStringLength
, FuncSubstring
, FuncSubstringAfter
, FuncSubstringBefore
, FuncSum
, FuncSystemProperty
, Function2Args
, Function3Args
, FunctionDef1Arg
, FunctionMultiArgs
, FunctionOneArg
, FunctionPattern
, FuncTranslate
, FuncUnparsedEntityURI
, Gt
, Gte
, Lt
, Lte
, Minus
, Mod
, Mult
, Neg
, NotEquals
, Number
, Operation
, Or
, Plus
, Quo
, ReverseAxesWalker
, StepPattern
, String
, UnaryOperation
, WalkingIterator
, WalkingIteratorSorted
, XPath
public interface ExpressionOwner
Modifier and Type | Method | Description |
---|---|---|
Expression |
getExpression() |
Get the raw Expression object that this class wraps.
|
void |
setExpression(Expression exp) |
Set the raw expression object for this object.
|
Expression getExpression()
void setExpression(Expression exp)
exp
- the raw Expression object, which should not normally be null.Copyright ? 2014 Apache XML Project. All Rights Reserved.