Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
DataTypeWithFacet |
Proxy.getFacetObject(String facetName) |
DataTypeWithFacet |
XSDatatypeImpl.getFacetObject(String facetName)
gets the facet object that restricts the specified facet
|
DataTypeWithFacet |
XSDatatype.getFacetObject(String facetName)
gets the facet object that restricts the specified facet.
|
DataTypeWithFacet |
DataTypeWithFacet.getFacetObject(String facetName) |
Copyright © 2016 Oracle Corporation. All rights reserved.