com.sun.msv.reader
Interface ExpressionOwner

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

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)