Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DataTypeWithLexicalConstraintFacet
base class for facets which constrains lexical space of data
|
(package private) class |
DataTypeWithValueConstraintFacet
base class for facets which constrain value space.
|
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 |
XSDatatype.getFacetObject(java.lang.String facetName)
gets the facet object that restricts the specified facet.
|
DataTypeWithFacet |
Proxy.getFacetObject(java.lang.String facetName) |
DataTypeWithFacet |
DataTypeWithFacet.getFacetObject(java.lang.String facetName) |
DataTypeWithFacet |
IntegerDerivedType.getFacetObject(java.lang.String facetName) |
DataTypeWithFacet |
XSDatatypeImpl.getFacetObject(java.lang.String facetName)
gets the facet object that restricts the specified facet
|
Modifier and Type | Method and Description |
---|---|
private static org.relaxng.datatype.DatatypeException |
TypeIncubator.reportFacetInconsistency(java.lang.String newName,
DataTypeWithFacet o1,
java.lang.String facetName1,
DataTypeWithFacet o2,
java.lang.String facetName2)
creates a BadTypeException with appropriate error message.
|