FileDocCategorySizeDatePackage
ExpressionOwner.javaAPI DocJava SE 6 API1263Tue Jun 10 00:23:12 BST 2008com.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.