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) class
base class for facets which constrains lexical space of data(package private) class
base 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.class
Base class of "(max|min)(In|Ex)clusive" facet validatorclass
'totalDigits' facet.class
whiteSpace facet validatorMethods in com.sun.msv.datatype.xsd that return DataTypeWithFacetModifier and TypeMethodDescriptionfinal DataTypeWithFacet
DataTypeWithFacet.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.DatatypeException
TypeIncubator.reportFacetInconsistency
(String newName, DataTypeWithFacet o1, String facetName1, DataTypeWithFacet o2, String facetName2) creates a BadTypeException with appropriate error message.