Package net.sf.saxon.expr
Interface ExpressionOwner
- All Known Implementing Classes:
Accumulator
,Actor
,AttributeSet
,CompoundMode
,GlobalParam
,GlobalVariable
,KeyDefinition
,MemoFunction
,Mode
,ModeEE
,ModePE
,NamedTemplate
,Operand
,SimpleMode
,StreamableUserFunction
,TemplateRule
,TemplateRuleEE
,UndeclaredVariable
,UserFunction
,XQueryExpression
,XQueryExpressionEE
public interface ExpressionOwner
Abstraction representing any class that can act as the container
for an expression: either an Operand of a parent expression, or a
top-level construct such as a function or template or XQuery expression
-
Method Summary
-
Method Details
-
getChildExpression
Expression getChildExpression() -
setChildExpression
-