FileDocCategorySizeDatePackage
ExpressionOwner.javaAPI DocJava SE 5 API1256Fri Aug 26 14:56:06 BST 2005com.sun.org.apache.xpath.internal

ExpressionOwner

public interface ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xpath.internal.ExpressiongetExpression()
Get the raw Expression object that this class wraps.

return
the raw Expression object, which should not normally be null.

public voidsetExpression(com.sun.org.apache.xpath.internal.Expression exp)
Set the raw expression object for this object.

param
exp the raw Expression object, which should not normally be null.