com.sun.msv.reader.trex
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
- All Implemented Interfaces:
- ContentHandler
- Direct Known Subclasses:
- RefState
public class RefState
- extends ExpressionWithoutChildState
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 |
parentRef
protected boolean parentRef
RefState
public RefState(boolean parentRef)
makeExpression
protected Expression makeExpression()
- Description copied from class:
ExpressionState
- This method is called from endElement method.
Implementation has to provide Expression object that represents the content of
this element.
- Specified by:
makeExpression
in class ExpressionState
wrapUp
protected void wrapUp(ReferenceExp r)
- Performs the final wrap-up.
MSV