com.sun.msv.reader

Interface ExpressionOwner

public interface ExpressionOwner

interface that must be implemented by the parent state of ExpressionState. ExpressionState notifies its parent by using this interface.

Author: Kohsuke KAWAGUCHI

Method Summary
voidonEndChild(Expression exp)

Method Detail

onEndChild

public void onEndChild(Expression exp)