com.sun.msv.reader
Interface ExpressionOwner

All Known Implementing Classes:
AttPoolState, AttributeGroupState, AttributeState, AttributeState, AttributeState, ChoiceState, CompAttributeState, ComplexContentBodyState, ComplexContentState, ComplexTypeDeclState, ConcurState, DataState, DefineState, DefineState, DefineState, DivInGrammarState, DivInModuleState, ElementDeclState, ElementRuleWithHedgeState, ElementState, ElementState, ExpressionWithChildState, GlobalDeclState, GrammarState, GrammarState, GroupState, HedgeRuleBaseState, HedgeRuleState, IncludeMergeState, IncludePatternState, InlineTagState, InterleaveState, ListState, MixedState, MixedState, ModuleMergeState, ModuleState, NameClassAndExpressionState, OneOrMoreState, OptionalState, RedefinableDeclState, RedefineState, RootGrammarState, RootIncludedPatternState, RootMergedGrammarState, RootState, SchemaIncludedState, SchemaState, SequenceState, SimpleContentExtensionState, SimpleContentRestrictionState, SimpleContentState, StartState, StartState, TagState, TopLevelState, TypedElementState, ZeroOrMoreState

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

void onEndChild(Expression exp)