Package com.sun.msv.reader
Interface ExpressionOwner
-
- All Known Implementing Classes:
AttPoolState,AttributeGroupState,AttributeState,AttributeState,AttributeState,ChoiceState,ClauseState,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 ExpressionOwnerinterface that must be implemented by the parent state of ExpressionState. ExpressionState notifies its parent by using this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEndChild(Expression exp)
-
-
-
Method Detail
-
onEndChild
void onEndChild(Expression exp)
-
-