Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
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
|
Copyright © 2019 Oracle Corporation. All rights reserved.