Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumerationFacet
"enumeration" facets validator.
|
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 |
RangeFacet
Base class of "(max|min)(In|Ex)clusive" facet validator
|