Uses of Class
com.sun.msv.datatype.xsd.TypeIncubator
-
Packages that use TypeIncubator Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of TypeIncubator in com.sun.msv.datatype.xsd
Constructors in com.sun.msv.datatype.xsd with parameters of type TypeIncubator Constructor Description LengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)
MaxLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)
MinLengthFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)
PatternFacet(String nsUri, String typeName, XSDatatypeImpl baseType, TypeIncubator facets)
-