Package com.sun.msv.reader.relax.core
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 void
endSelf
(Expression contentModel) derived class will receive child expression by this methodMethods inherited from class com.sun.msv.reader.relax.HedgeRuleBaseState
createChildState, endSelf, onEndChild
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElement
Methods inherited from class com.sun.msv.reader.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:HedgeRuleBaseState
derived class will receive child expression by this method- Specified by:
endSelf
in classHedgeRuleBaseState
-