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
 
Method Summary
 TypeIncubator getIncubator()
          gets an incubator object that the owner holds.
 void onEndChild(XSDatatype child)
           
 
Methods inherited from class com.sun.msv.reader.ExpressionWithChildState
onEndChild
 
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, startElement
 
Methods inherited from class com.sun.msv.reader.State
characters, endPrefixMapping, getBaseURI, getLocation, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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