|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTypeWithFacet | |
|---|---|
| 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 | |
|---|---|
class |
EnumerationFacet
"enumeration" facets validator. |
class |
FractionDigitsFacet
'fractionDigits' facet. |
class |
LengthFacet
"length", "minLength", and "maxLength" facet validator. |
class |
MaxExclusiveFacet
'maxExclusive' facet |
class |
MaxInclusiveFacet
'maxInclusive' facet |
class |
MaxLengthFacet
'maxLength' facet |
class |
MinExclusiveFacet
'minExclusive' facet |
class |
MinInclusiveFacet
'minInclusive' facet |
class |
MinLengthFacet
'minLength' facet |
class |
PatternFacet
"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space. |
class |
RangeFacet
Base class of "(max|min)(In|Ex)clusive" facet validator |
class |
TotalDigitsFacet
'totalDigits' facet. |
class |
WhiteSpaceFacet
whiteSpace facet validator |
| Methods in com.sun.msv.datatype.xsd that return DataTypeWithFacet | |
|---|---|
DataTypeWithFacet |
DataTypeWithFacet.getFacetObject(String facetName)
|
DataTypeWithFacet |
Proxy.getFacetObject(String facetName)
|
DataTypeWithFacet |
XSDatatype.getFacetObject(String facetName)
gets the facet object that restricts the specified facet. |
DataTypeWithFacet |
XSDatatypeImpl.getFacetObject(String facetName)
gets the facet object that restricts the specified facet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||