com.sun.msv.reader.relax.core
Class ElementRuleWithTypeState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- All Implemented Interfaces:
- FacetStateParent, ContentHandler
public class ElementRuleWithTypeState
- extends SimpleState
- implements FacetStateParent
parses <elementRule> with 'type' attribute.
- 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 |
ElementRuleWithTypeState
public ElementRuleWithTypeState()
getIncubator
public XSTypeIncubator getIncubator()
- Description copied from interface:
FacetStateParent
- gets an incubator object that the owner holds.
- Specified by:
getIncubator
in interface FacetStateParent