com.sun.msv.reader.relax.core
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
public class AttributeState
- extends ExpressionState
- implements FacetStateParent
parses <attribute> element.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Methods inherited from class com.sun.msv.reader.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
AttributeState
public AttributeState()
getIncubator
public XSTypeIncubator getIncubator()
- Description copied from interface:
FacetStateParent
- gets an incubator object that the owner holds.
- Specified by:
getIncubator
in interface FacetStateParent