public class XSFacets
extends java.lang.Object
XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, int, int, org.apache.xerces.impl.dv.ValidationContext).| Modifier and Type | Field and Description | 
|---|---|
| java.util.Vector | assertFacets | 
| org.apache.xerces.xs.XSObjectList | enumAnnotations | 
| java.util.Vector | enumerationVector containing values of Enumeration facet, as String's. | 
| java.util.Vector | enumNSDeclsAn array parallel to "Vector enumeration". | 
| short | explicitTimezonevalue of explicitTimezone facet. | 
| org.apache.xerces.xs.XSAnnotation | explicitTimezoneAnnotation | 
| int | fractionDigitsvalue of fractionDigits facet. | 
| org.apache.xerces.xs.XSAnnotation | fractionDigitsAnnotation | 
| int | lengthvalue of length facet. | 
| org.apache.xerces.xs.XSAnnotation | lengthAnnotation | 
| java.lang.String | maxExclusivevalue of maxExclusive facet. | 
| org.apache.xerces.xs.XSAnnotation | maxExclusiveAnnotation | 
| java.lang.String | maxInclusivevalue of maxInclusive facet. | 
| org.apache.xerces.xs.XSAnnotation | maxInclusiveAnnotation | 
| int | maxLengthvalue of maxLength facet. | 
| org.apache.xerces.xs.XSAnnotation | maxLengthAnnotation | 
| int | maxScalevalue of maxScale facet. | 
| org.apache.xerces.xs.XSAnnotation | maxScaleAnnotation | 
| java.lang.String | minExclusivevalue of minExclusive facet. | 
| org.apache.xerces.xs.XSAnnotation | minExclusiveAnnotation | 
| java.lang.String | minInclusivevalue of minInclusive facet. | 
| org.apache.xerces.xs.XSAnnotation | minInclusiveAnnotation | 
| int | minLengthvalue of minLength facet. | 
| org.apache.xerces.xs.XSAnnotation | minLengthAnnotation | 
| int | minScalevalue of minScale facet. | 
| org.apache.xerces.xs.XSAnnotation | minScaleAnnotation | 
| java.lang.String | patternstring containing value of pattern facet, for multiple patterns values
 are ORed together. | 
| XSObjectListImpl | patternAnnotations | 
| int | totalDigitsvalue of totalDigits facet. | 
| org.apache.xerces.xs.XSAnnotation | totalDigitsAnnotation | 
| short | whiteSpacevalue of whiteSpace facet. | 
| org.apache.xerces.xs.XSAnnotation | whiteSpaceAnnotation | 
| Constructor and Description | 
|---|
| XSFacets() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | reset() | 
public int length
public int maxScale
public int minScale
public int minLength
public int maxLength
public short whiteSpace
public short explicitTimezone
public int totalDigits
public int fractionDigits
public java.lang.String pattern
public java.util.Vector enumeration
public java.util.Vector enumNSDecls
public java.lang.String maxInclusive
public java.lang.String maxExclusive
public java.lang.String minInclusive
public java.lang.String minExclusive
public java.util.Vector assertFacets
public org.apache.xerces.xs.XSAnnotation lengthAnnotation
public org.apache.xerces.xs.XSAnnotation minLengthAnnotation
public org.apache.xerces.xs.XSAnnotation maxLengthAnnotation
public org.apache.xerces.xs.XSAnnotation whiteSpaceAnnotation
public org.apache.xerces.xs.XSAnnotation totalDigitsAnnotation
public org.apache.xerces.xs.XSAnnotation fractionDigitsAnnotation
public XSObjectListImpl patternAnnotations
public org.apache.xerces.xs.XSObjectList enumAnnotations
public org.apache.xerces.xs.XSAnnotation maxInclusiveAnnotation
public org.apache.xerces.xs.XSAnnotation maxExclusiveAnnotation
public org.apache.xerces.xs.XSAnnotation minInclusiveAnnotation
public org.apache.xerces.xs.XSAnnotation minExclusiveAnnotation
public org.apache.xerces.xs.XSAnnotation maxScaleAnnotation
public org.apache.xerces.xs.XSAnnotation minScaleAnnotation
public org.apache.xerces.xs.XSAnnotation explicitTimezoneAnnotation
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.