org.apache.xerces.impl.dv
public class XSFacets extends Object
Version: $Id: XSFacets.java,v 1.10 2004/10/06 14:56:50 mrglavas Exp $
UNKNOWN:
Field Summary | |
---|---|
XSObjectList | enumAnnotations |
Vector | enumeration
Vector containing values of Enumeration facet, as String's. |
Vector | enumNSDecls
An array parallel to "Vector enumeration". |
int | fractionDigits
value of fractionDigits facet. |
XSAnnotation | fractionDigitsAnnotation |
int | length
value of length facet. |
XSAnnotation | lengthAnnotation |
String | maxExclusive
value of maxExclusive facet. |
XSAnnotation | maxExclusiveAnnotation |
String | maxInclusive
value of maxInclusive facet. |
XSAnnotation | maxInclusiveAnnotation |
int | maxLength
value of maxLength facet. |
XSAnnotation | maxLengthAnnotation |
String | minExclusive
value of minExclusive facet. |
XSAnnotation | minExclusiveAnnotation |
String | minInclusive
value of minInclusive facet. |
XSAnnotation | minInclusiveAnnotation |
int | minLength
value of minLength facet. |
XSAnnotation | minLengthAnnotation |
String | pattern
string containing value of pattern facet, for multiple patterns values
are ORed together. |
XSObjectListImpl | patternAnnotations |
int | totalDigits
value of totalDigits facet. |
XSAnnotation | totalDigitsAnnotation |
short | whiteSpace
value of whiteSpace facet. |
XSAnnotation | whiteSpaceAnnotation |
Method Summary | |
---|---|
void | reset() |