com.sun.msv.reader
Class TerminalState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithoutChildState
com.sun.msv.reader.TerminalState
- All Implemented Interfaces:
- ContentHandler
public class TerminalState
- extends ExpressionWithoutChildState
State that always returns the same expression.
Typically used for <empty/>, <notAllowed/> and <text/> of RELAX NG.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Methods inherited from class com.sun.msv.reader.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
TerminalState
public TerminalState(Expression exp)