com.sun.msv.reader
Class ExpressionWithChildState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithChildState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
- Direct Known 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
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.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
ExpressionWithChildState
public ExpressionWithChildState()
onEndChild
public final void onEndChild(Expression childExpression)
- receives a Pattern object that is contained in this element.
- Specified by:
onEndChild
in interface ExpressionOwner