com.sun.msv.reader.trex
Class OneOrMoreState
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.OneOrMoreState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class OneOrMoreState
- extends SequenceState
parses <oneOrMore> pattern.
- 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 |
OneOrMoreState
public OneOrMoreState()
annealExpression
protected Expression annealExpression(Expression exp)
- Description copied from class:
ExpressionWithChildState
- performs final wrap-up and returns a fully created Expression object
that represents this element.
- Overrides:
annealExpression
in class ExpressionWithChildState
MSV