JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
,
SElementState
,
SequenceState
,
SGrammarState
,
SimpleContentExtensionState
,
SimpleContentRestrictionState
,
SimpleContentState
,
SRootMergedGrammarState
,
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
Methods
Modifier and Type
Method and Description
void
onEndChild
(
Expression
exp)
Method Detail
onEndChild
void onEndChild(
Expression
exp)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
MSV