Uses of Interface
com.sun.msv.reader.datatype.DataTypeVocabulary

Packages that use DataTypeVocabulary
com.sun.msv.reader.datatype interface of Datatype vocabulary reader. 
com.sun.msv.reader.datatype.xsd reads XML representation for XML Schema Part.2 
 

Uses of DataTypeVocabulary in com.sun.msv.reader.datatype
 

Methods in com.sun.msv.reader.datatype that return DataTypeVocabulary
 DataTypeVocabulary DataTypeVocabularyMap.get(String namespaceURI)
          obtains an DataTypeVocabulary associated to the namespace.
 

Methods in com.sun.msv.reader.datatype with parameters of type DataTypeVocabulary
 void DataTypeVocabularyMap.put(String namespaceURI, DataTypeVocabulary voc)
          manually adds DataTypeVocabulary into this map.
 

Uses of DataTypeVocabulary in com.sun.msv.reader.datatype.xsd
 

Classes in com.sun.msv.reader.datatype.xsd that implement DataTypeVocabulary
 class XSDVocabulary
          XSD implementation of DataTypeVocabulary.
 



MSV