Uses of Class
com.sun.msv.datatype.xsd.XSDatatypeImpl
Packages that use XSDatatypeImpl
Package
Description
W3C XML Schema Datatypes implementation.
abstract grammar model(AGM): RELAX stub.
AGM to RELAX NG converter
-
Uses of XSDatatypeImpl in com.sun.msv.datatype.xsd
Subclasses of XSDatatypeImpl in com.sun.msv.datatype.xsdModifier and TypeClassDescriptionclass"anyURI" type.class"base64Binary" type.class"boolean" type.classbase class for atomic built-in types; those types which can be used by itself (int,uriReference,string, etc) .class"byte" type.classbase class for types that union/list/atomic.classBase implementation of facet-restricted datatypeclass"dateTime" type.class"date" type.class"double" type.final class"duration" type.class"ENTITY" type.class"enumeration" facets validator.classA dummy datatype that can be used to recover from errors.final class"final" component.class"float" type.class'fractionDigits' facet.class"gDay" type.class"gMonthDay" type.class"gMonth" type.class"gYearMonth" type.class"gYear" type.class"hexBinary" type.classvery limited 'IDREF' type of XML Schema Part 2.classvery limited 'ID' type of XML Schema Part 2.class"integer" type.class"int" type.class"language" type.class"length", "minLength", and "maxLength" facet validator.final classList type.class"long" type.class'maxExclusive' facetclass'maxInclusive' facetclass'maxLength' facetclass'minExclusive' facetclass'minInclusive' facetclass'minLength' facetclass"Name" type.class"NCName" type.class"negativeInteger" type.class"NMTOKEN" type.class"nonNegativeInteger" type.class"nonPositiveInteger" type.class"normalizedString" type.class"decimal" type.final class"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space.class"positiveInteger" type.classDelegates all methods to the base type.class"QName" type.classBase class of "(max|min)(In|Ex)clusive" facet validatorclass"short" type.classsimple "ur-type" type.class"string" type.class"time" type.class"token" type.class'totalDigits' facet.final classunion type.class"unsignedByte" type.class"unsignedInt" type.class"unsignedLong" type.class"unsignedShort" type.classwhiteSpace facet validatorFields in com.sun.msv.datatype.xsd declared as XSDatatypeImplModifier and TypeFieldDescriptionfinal XSDatatypeImplDataTypeWithFacet.baseTypeimmediate base type, which may be a concrete type or DataTypeWithFacetfinal XSDatatypeImplProxy.baseTypeimmediate base type, which may be a concrete type or DataTypeWithFacetfinal XSDatatypeImplListType.itemTypeatomic base typefinal XSDatatypeImpl[]UnionType.memberTypesmember typesMethods in com.sun.msv.datatype.xsd that return XSDatatypeImplModifier and TypeMethodDescriptionDeprecated.derives a new datatype from a datatype by facets that were set.Constructors in com.sun.msv.datatype.xsd with parameters of type XSDatatypeImplModifierConstructorDescriptionprotectedEnumerationFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Collection _values, boolean _isFixed) FinalComponent(XSDatatypeImpl baseType, int finalValue) FinalComponent(String nsUri, String newTypeName, XSDatatypeImpl baseType, int finalValue) FractionDigitsFacet(String nsUri, String typeName, XSDatatypeImpl baseType, int _scale, boolean _isFixed) protectedIntegerType(String typeName, XSDatatypeImpl baseFacets) protectedIntType(String typeName, XSDatatypeImpl baseFacets) protectedLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, int _length, boolean _isFixed) protectedLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets) ListType(String nsUri, String newTypeName, XSDatatypeImpl itemType) derives a new datatype from atomic datatype by listprotectedLongType(String typeName, XSDatatypeImpl baseFacets) protectedMaxExclusiveFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Object limit, boolean _isFixed) protectedMaxInclusiveFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Object limit, boolean _isFixed) protectedMaxLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, int _maxLength, boolean _isFixed) protectedMaxLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets) protectedMinExclusiveFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Object limit, boolean _isFixed) protectedMinInclusiveFacet(String nsUri, String typeName, XSDatatypeImpl baseType, Object limit, boolean _isFixed) protectedMinLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, int _minLength, boolean _isFixed) protectedMinLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets) PatternFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets) Proxy(String nsUri, String newTypeName, XSDatatypeImpl baseType) protectedRangeFacet(String nsUri, String typeName, XSDatatypeImpl baseType, String facetName, Object limit, boolean _isFixed) protectedShortType(String typeName, XSDatatypeImpl baseFacets) TotalDigitsFacet(String nsUri, String typeName, XSDatatypeImpl baseType, int _precision, boolean _isFixed) -
Uses of XSDatatypeImpl in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type XSDatatypeImplModifier and TypeMethodDescriptionprotected StringDataTypeGeneratorImpl.generateList(XSDatatypeImpl dti, ContextProviderImpl context) -
Uses of XSDatatypeImpl in com.sun.msv.grammar.relax
Subclasses of XSDatatypeImpl in com.sun.msv.grammar.relaxModifier and TypeClassDescriptionclass'emptyString' type of RELAX.class'none' datatype of RELAX. -
Uses of XSDatatypeImpl in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type XSDatatypeImplModifier and TypeMethodDescriptionprotected voidPatternWriter.serializeEnumeration(XSDatatypeImpl dt, EnumerationFacet enums) serializes a type with enumeration.protected voidPatternWriter.serializeListType(XSDatatypeImpl dt) serializes a list type.