Class HedgeRuleState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.HedgeRuleBaseState
com.sun.msv.reader.relax.core.HedgeRuleState
- All Implemented Interfaces:
ExpressionOwner, ContentHandler
parses <hedgeRule> element
this class is used as the base class of TopLevelState
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidendSelf(Expression contentModel) derived class will receive child expression by this methodMethods inherited from class HedgeRuleBaseState
createChildState, endSelf, onEndChildMethods inherited from class SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
-
Constructor Details
-
HedgeRuleState
public HedgeRuleState()
-
-
Method Details
-
endSelf
Description copied from class:HedgeRuleBaseStatederived class will receive child expression by this method- Specified by:
endSelfin classHedgeRuleBaseState
-