com.sun.msv.reader.datatype.xsd

Class XSDVocabulary

public class XSDVocabulary extends Object implements DataTypeVocabulary, Serializable

XSD implementation of DataTypeVocabulary.

Author: Kohsuke KAWAGUCHI

Field Summary
static StringXMLSchemaNamespace
namespace URI of XML Schema
static StringXMLSchemaNamespace2
Method Summary
StatecreateTopLevelReaderState(StartTagInfo tag)
DatatypegetType(String localTypeName)

Field Detail

XMLSchemaNamespace

public static final String XMLSchemaNamespace
namespace URI of XML Schema

XMLSchemaNamespace2

public static final String XMLSchemaNamespace2

Method Detail

createTopLevelReaderState

public State createTopLevelReaderState(StartTagInfo tag)

getType

public Datatype getType(String localTypeName)