com.sun.msv.reader.relax

Class HedgeRuleBaseState

Implemented Interfaces:
ContentHandler, ExpressionOwner
Known Direct Subclasses:
HedgeRuleState, TopLevelState

public abstract class HedgeRuleBaseState
extends SimpleState
implements ExpressionOwner

Base implementation for HedgeRuleState and TopLevelState. expects one and only one expression as its child.
Author:
Kohsuke KAWAGUCHI

Field Summary

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

reader

Method Summary

void
onEndChild(Expression exp)

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 void onEndChild(Expression exp)
Specified by:
onEndChild in interface ExpressionOwner