com.sun.msv.reader.xmlschema
Class SimpleContentBodyState
java.lang.Object
|
+--com.sun.msv.reader.State
|
+--com.sun.msv.reader.SimpleState
|
+--com.sun.msv.reader.ExpressionState
|
+--com.sun.msv.reader.ExpressionWithChildState
|
+--com.sun.msv.reader.SequenceState
|
+--com.sun.msv.reader.xmlschema.SimpleContentBodyState
- All Implemented Interfaces:
- ContentHandler, ExpressionOwner, FacetStateParent, TypeOwner
- public class SimpleContentBodyState
- extends SequenceState
- implements FacetStateParent, TypeOwner
used to parse restriction/extension element as a child of <simpleContent> element.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Methods inherited from class com.sun.msv.reader.State |
characters, endPrefixMapping, getBaseURI, getLocation, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
getIncubator
public TypeIncubator getIncubator()
- Description copied from interface:
FacetStateParent
- gets an incubator object that the owner holds.
- Specified by:
getIncubator
in interface FacetStateParent
onEndChild
public void onEndChild(XSDatatype child)
- Specified by:
onEndChild
in interface TypeOwner