Uses of Class
com.sun.msv.datatype.xsd.DataTypeWithFacet
-
Packages that use DataTypeWithFacet Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of DataTypeWithFacet in com.sun.msv.datatype.xsd
Subclasses of DataTypeWithFacet in com.sun.msv.datatype.xsd Modifier and Type Class Description classEnumerationFacet"enumeration" facets validator.classFractionDigitsFacet'fractionDigits' facet.classLengthFacet"length", "minLength", and "maxLength" facet validator.classMaxExclusiveFacet'maxExclusive' facetclassMaxInclusiveFacet'maxInclusive' facetclassMaxLengthFacet'maxLength' facetclassMinExclusiveFacet'minExclusive' facetclassMinInclusiveFacet'minInclusive' facetclassMinLengthFacet'minLength' facetclassPatternFacet"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space.classRangeFacetBase class of "(max|min)(In|Ex)clusive" facet validatorclassTotalDigitsFacet'totalDigits' facet.classWhiteSpaceFacetwhiteSpace facet validatorMethods in com.sun.msv.datatype.xsd that return DataTypeWithFacet Modifier and Type Method Description DataTypeWithFacetDataTypeWithFacet. getFacetObject(String facetName)DataTypeWithFacetProxy. getFacetObject(String facetName)DataTypeWithFacetXSDatatype. getFacetObject(String facetName)gets the facet object that restricts the specified facet.DataTypeWithFacetXSDatatypeImpl. getFacetObject(String facetName)gets the facet object that restricts the specified facet
-