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 (package private) classDataTypeWithLexicalConstraintFacetbase class for facets which constrains lexical space of data(package private) classDataTypeWithValueConstraintFacetbase class for facets which constrain value space.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(java.lang.String facetName)DataTypeWithFacetIntegerDerivedType. getFacetObject(java.lang.String facetName)DataTypeWithFacetProxy. getFacetObject(java.lang.String facetName)DataTypeWithFacetXSDatatype. getFacetObject(java.lang.String facetName)gets the facet object that restricts the specified facet.DataTypeWithFacetXSDatatypeImpl. getFacetObject(java.lang.String facetName)gets the facet object that restricts the specified facetMethods in com.sun.msv.datatype.xsd with parameters of type DataTypeWithFacet Modifier and Type Method Description private static org.relaxng.datatype.DatatypeExceptionTypeIncubator. reportFacetInconsistency(java.lang.String newName, DataTypeWithFacet o1, java.lang.String facetName1, DataTypeWithFacet o2, java.lang.String facetName2)creates a BadTypeException with appropriate error message.
-