Class AttributeState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.relax.core.AttributeState
- All Implemented Interfaces:
FacetStateParent, ContentHandler
parses <attribute> element.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Statecreates appropriate child state object for this elementgets an incubator object that the owner holds.protected ExpressionThis method is called from endElement method.protected voidperforms a task that should be done before reading any child elements.Methods inherited from class ExpressionState
endSelfMethods inherited from class SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
-
Field Details
-
incubator
-
-
Constructor Details
-
AttributeState
public AttributeState()
-
-
Method Details
-
getIncubator
Description copied from interface:FacetStateParentgets an incubator object that the owner holds.- Specified by:
getIncubatorin interfaceFacetStateParent
-
startSelf
-
makeExpression
Description copied from class:ExpressionStateThis method is called from endElement method. Implementation has to provide Expression object that represents the content of this element.- Specified by:
makeExpressionin classExpressionState
-
createChildState
Description copied from class:SimpleStatecreates appropriate child state object for this element- Specified by:
createChildStatein classSimpleState
-