Package com.sun.msv.reader.trex
Interface NameClassOwner
-
- All Known Implementing Classes:
AttributeState
,AttributeState
,CompAttributeState
,ElementState
,ElementState
,NameClassAndExpressionState
,NameClassChoiceState
,NameClassDifferenceState
,NameClassNotState
,NameClassWithChildState
,NGNameState
,NGNameState.AnyNameState
,NGNameState.NsNameState
,TypedElementState
interface NameClassOwner
interface that must be implemented by the parent state of NameClassState. NameClassState notifies its parent by using this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEndChild(NameClass p)
-
-
-
Method Detail
-
onEndChild
void onEndChild(NameClass p)
-
-