com.sun.msv.schematron.reader
Class SGrammarState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.trex.DivInGrammarState
com.sun.msv.reader.trex.GrammarState
com.sun.msv.reader.trex.ng.GrammarState
com.sun.msv.schematron.reader.SGrammarState
- All Implemented Interfaces:
- ExpressionOwner, SRuleReceiver, ContentHandler
public class SGrammarState
- extends GrammarState
- implements SRuleReceiver
- Author:
- Kohsuke Kawaguchi
Methods inherited from class com.sun.msv.reader.State |
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SGrammarState
public SGrammarState()
createChildState
protected State createChildState(StartTagInfo tag)
- Description copied from class:
SimpleState
- creates appropriate child state object for this element
- Overrides:
createChildState
in class DivInGrammarState
onRule
public void onRule(SRule rule)
- Specified by:
onRule
in interface SRuleReceiver
MSV