Package com.sun.msv.reader.trex.ng
Class RefState
- java.lang.Object
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
public class RefState extends RefState
parses <ref> pattern.
-
-
Constructor Summary
Constructors Constructor Description RefState(boolean parentRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
wrapUp(ReferenceExp r)
Performs the final wrap-up.-
Methods inherited from class com.sun.msv.reader.trex.RefState
makeExpression
-
Methods inherited from class com.sun.msv.reader.ExpressionWithoutChildState
createChildState
-
Methods inherited from class com.sun.msv.reader.ExpressionState
endSelf
-
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElement
-
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
-
-
-
-
Method Detail
-
wrapUp
protected void wrapUp(ReferenceExp r)
Performs the final wrap-up.
-
-