com.sun.msv.reader
Interface ExpressionOwner

All Known Implementing Classes:
ExpressionWithChildState, HedgeRuleBaseState, DivInModuleState, ElementRuleWithHedgeState, com.sun.msv.reader.relax.core.ClauseState, DivInGrammarState, RootMergedGrammarState, IncludePatternState, RootIncludedPatternState, IncludeMergeState, DataState, GlobalDeclState, RootGrammarState

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
 void onEndChild(Expression exp)
           
 

Method Detail

onEndChild

public void onEndChild(Expression exp)