com.sun.msv.schematron.reader
Class SElementState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithChildState
com.sun.msv.reader.SequenceState
com.sun.msv.reader.trex.NameClassAndExpressionState
com.sun.msv.reader.trex.ElementState
com.sun.msv.reader.trex.ng.ElementState
com.sun.msv.schematron.reader.SElementState
- All Implemented Interfaces:
- ExpressionOwner, SActionReceiver, SRuleReceiver, ContentHandler
public class SElementState
- extends ElementState
- implements SActionReceiver, SRuleReceiver
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 |
SElementState
public SElementState()
createChildState
protected State createChildState(StartTagInfo tag)
- Description copied from class:
SimpleState
- creates appropriate child state object for this element
- Overrides:
createChildState
in class NameClassAndExpressionState
onAssert
public void onAssert(SAction action)
- Specified by:
onAssert
in interface SActionReceiver
onReport
public void onReport(SAction action)
- Specified by:
onReport
in interface SActionReceiver
onRule
public void onRule(SRule rule)
- Specified by:
onRule
in interface SRuleReceiver
annealExpression
protected Expression annealExpression(Expression contentModel)
- Description copied from class:
ExpressionWithChildState
- performs final wrap-up and returns a fully created Expression object
that represents this element.
- Overrides:
annealExpression
in class ElementState
MSV