Uses of Interface
com.sun.msv.reader.datatype.DataTypeVocabulary
-
Packages that use DataTypeVocabulary Package Description com.sun.msv.reader.datatype interface of Datatype vocabulary reader.com.sun.msv.reader.datatype.xsd -
-
Uses of DataTypeVocabulary in com.sun.msv.reader.datatype
Methods in com.sun.msv.reader.datatype that return DataTypeVocabulary Modifier and Type Method Description DataTypeVocabulary
DataTypeVocabularyMap. get(String namespaceURI)
obtains an DataTypeVocabulary associated to the namespace.Methods in com.sun.msv.reader.datatype with parameters of type DataTypeVocabulary Modifier and Type Method Description 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 Modifier and Type Class Description class
XSDVocabulary
XSD implementation ofDataTypeVocabulary
.
-