Fields Summary |
---|
public int | lengthvalue of length facet. |
public int | minLengthvalue of minLength facet. |
public int | maxLengthvalue of maxLength facet. |
public short | whiteSpacevalue of whiteSpace facet. |
public int | totalDigitsvalue of totalDigits facet. |
public int | fractionDigitsvalue of fractionDigits facet. |
public String | patternstring containing value of pattern facet, for multiple patterns values
are ORed together. |
public Vector | enumerationVector containing values of Enumeration facet, as String's. |
public Vector | enumNSDeclsAn array parallel to "Vector enumeration". It contains namespace context
of each enumeration value. Elements of this vector are NamespaceContext
objects. |
public String | maxInclusivevalue of maxInclusive facet. |
public String | maxExclusivevalue of maxExclusive facet. |
public String | minInclusivevalue of minInclusive facet. |
public String | minExclusivevalue of minExclusive facet. |
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 org.apache.xerces.impl.xs.util.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 |