com.sun.msv.reader.trex.ng
Class RefState
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.trex.RefState
com.sun.msv.reader.trex.ng.RefState
- All Implemented Interfaces:
- ContentHandler
public class RefState
- extends RefState
parses <ref> pattern.
- Author:
- Kohsuke KAWAGUCHI
Constructor Summary |
RefState(boolean parentRef)
|
Methods inherited from class com.sun.msv.reader.State |
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefState
public RefState(boolean parentRef)
wrapUp
protected void wrapUp(ReferenceExp r)
- Performs the final wrap-up.
- Overrides:
wrapUp
in class RefState
MSV