Uses of Class
com.sun.msv.datatype.xsd.DataTypeWithFacet
Packages that use DataTypeWithFacet
-
Uses of DataTypeWithFacet in com.sun.msv.datatype.xsd
Subclasses of DataTypeWithFacet in com.sun.msv.datatype.xsdModifier and TypeClassDescription(package private) classbase class for facets which constrains lexical space of data(package private) classbase class for facets which constrain value space.class"enumeration" facets validator.class'fractionDigits' facet.class"length", "minLength", and "maxLength" facet validator.class'maxExclusive' facetclass'maxInclusive' facetclass'maxLength' facetclass'minExclusive' facetclass'minInclusive' facetclass'minLength' facetfinal class"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space.classBase class of "(max|min)(In|Ex)clusive" facet validatorclass'totalDigits' facet.classwhiteSpace facet validatorMethods in com.sun.msv.datatype.xsd that return DataTypeWithFacetModifier and TypeMethodDescriptionfinal DataTypeWithFacetDataTypeWithFacet.getFacetObject(String facetName) IntegerDerivedType.getFacetObject(String facetName) Proxy.getFacetObject(String facetName) XSDatatype.getFacetObject(String facetName) gets the facet object that restricts the specified facet.XSDatatypeImpl.getFacetObject(String facetName) gets the facet object that restricts the specified facetMethods in com.sun.msv.datatype.xsd with parameters of type DataTypeWithFacetModifier and TypeMethodDescriptionprivate static org.relaxng.datatype.DatatypeExceptionTypeIncubator.reportFacetInconsistency(String newName, DataTypeWithFacet o1, String facetName1, DataTypeWithFacet o2, String facetName2) creates a BadTypeException with appropriate error message.