com.sun.msv.reader.trex.ng
Class ListState
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.ng.ListState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class ListState
- extends SequenceState
state that parses <list> pattern of RELAX NG.
- 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 |
ListState
public ListState()
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