Package com.sun.msv.reader.relax
Class ElementRefState
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.relax.LabelRefState
com.sun.msv.reader.relax.ElementRefState
- All Implemented Interfaces:
ContentHandler
parses <ref label="..." /> element.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Expression
gets or creates appropriate referenceMethods inherited from class com.sun.msv.reader.relax.LabelRefState
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
-
Constructor Details
-
ElementRefState
public ElementRefState()
-
-
Method Details
-
resolve
Description copied from class:LabelRefState
gets or creates appropriate reference- Specified by:
resolve
in classLabelRefState
-