com.sun.msv.reader.datatype.xsd
Class SimpleTypeState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.datatype.xsd.TypeState
com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
com.sun.msv.reader.datatype.xsd.SimpleTypeState
- All Implemented Interfaces:
- ContentHandler, XSTypeOwner
- public class SimpleTypeState
- extends com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
State that parses <simpleType> element and its children.
- 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 |
SimpleTypeState
public SimpleTypeState()
getFinalValue
public int getFinalValue(String list)
- parses final attribute
onEndChild
public void onEndChild(XSDatatypeExp child)
- receives a Pattern object that is contained in this element.
- Specified by:
onEndChild
in interface XSTypeOwner
endSelf
public void endSelf()
getTargetNamespaceUri
public final String getTargetNamespaceUri()
startElement
public final void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class SimpleState
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 28 2005.