com.sun.msv.reader

Class ExpressionWithChildState

Implemented Interfaces:
ContentHandler, ExpressionOwner
Known Direct Subclasses:
AttributeState, ChoiceState, ComplexContentState, ConcurState, ElementDeclState, InterleaveState, MixedState, RedefinableDeclState, SequenceState, SimpleContentState

public abstract class ExpressionWithChildState
extends ExpressionState
implements ExpressionOwner

State that parses Expression which contains other expressions.
Author:
Kohsuke KAWAGUCHI

Field Summary

Fields inherited from class com.sun.msv.reader.State

reader

Method Summary

void
onEndChild(Expression childExpression)
receives a Pattern object that is contained in this element.

Methods inherited from class com.sun.msv.reader.SimpleState

endDocument, endElement, startElement

Methods inherited from class com.sun.msv.reader.State

_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping

Method Details

onEndChild

public final void onEndChild(Expression childExpression)
receives a Pattern object that is contained in this element.
Specified by:
onEndChild in interface ExpressionOwner