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.(package private) classbase implementation for "hexBinary" and "base64Binary" types.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 datatype(package private) classbase class for facets which constrains lexical space of data(package private) classbase class for facets which constrain value space.(package private) classbase implementation of dateTime and dateTime-truncated types.class"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.(package private) classbase class of FloatType and DoubleTypeclass"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.(package private) classbase class for types derived from integer.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 TypeFieldDescriptionprivate final XSDatatypeImplIntegerDerivedType.baseFacetsfinal XSDatatypeImplDataTypeWithFacet.baseTypeimmediate base type, which may be a concrete type or DataTypeWithFacetfinal XSDatatypeImplProxy.baseTypeimmediate base type, which may be a concrete type or DataTypeWithFacetprivate final XSDatatypeImplTypeIncubator.baseTypebase typefinal XSDatatypeImplListType.itemTypeatomic base typefinal XSDatatypeImpl[]UnionType.memberTypesmember typesMethods in com.sun.msv.datatype.xsd that return XSDatatypeImplModifier and TypeMethodDescriptionprivate static XSDatatypeImplDatatypeFactory.createBuiltinList(String name, XSDatatypeImpl item) protected static XSDatatypeImplIntegerDerivedType.createRangeFacet(XSDatatypeImpl baseType, Number min, Number max) Apply a range facet.Deprecated.derives a new datatype from a datatype by facets that were set.Methods in com.sun.msv.datatype.xsd with parameters of type XSDatatypeImplModifier and TypeMethodDescriptionprivate static voidDatatypeFactory.add(Map m, XSDatatypeImpl type) private static voidTypeIncubator.checkRangeConsistency(XSDatatypeImpl newType, String facetName1, String facetName2) check (min,max) facet specification and makes sure that they are consistentprivate static XSDatatypeImplDatatypeFactory.createBuiltinList(String name, XSDatatypeImpl item) protected static XSDatatypeImplIntegerDerivedType.createRangeFacet(XSDatatypeImpl baseType, Number min, Number max) Apply a range facet.Constructors in com.sun.msv.datatype.xsd with parameters of type XSDatatypeImplModifierConstructorDescription(package private)DataTypeWithFacet(String nsUri, String typeName, XSDatatypeImpl baseType, String facetName, boolean _isFixed) constructor for facets other than WhiteSpaceFacet(package private)DataTypeWithFacet(String nsUri, String typeName, XSDatatypeImpl baseType, String facetName, boolean _isFixed, WhiteSpaceProcessor whiteSpace) constructor for WhiteSpaceFacet(package private)DataTypeWithLexicalConstraintFacet(String nsUri, String typeName, XSDatatypeImpl baseType, String facetName, boolean _isFixed) (package private)DataTypeWithValueConstraintFacet(String nsUri, String typeName, XSDatatypeImpl baseType, String facetName, boolean _isFixed) protectedEnumerationFacet(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) protectedIntegerDerivedType(String typeName, XSDatatypeImpl _baseFacets) 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) (package private)WhiteSpaceFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets) (package private)WhiteSpaceFacet(String nsUri, String typeName, XSDatatypeImpl baseType, WhiteSpaceProcessor proc, 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.