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
- Author:
- Kohsuke KAWAGUCHI
-
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 com.sun.msv.reader.relax.HedgeRuleBaseState
createChildState, endSelf, onEndChildMethods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class com.sun.msv.reader.State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
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
-