|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dv.XSFacets
The class used to pass all facets to XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, short, short, org.apache.xerces.impl.dv.ValidationContext)
.
Field Summary | |
org.apache.xerces.xs.XSObjectList |
enumAnnotations
|
java.util.Vector |
enumeration
Vector containing values of Enumeration facet, as String's. |
java.util.Vector |
enumNSDecls
An array parallel to "Vector enumeration". |
int |
fractionDigits
value of fractionDigits facet. |
org.apache.xerces.xs.XSAnnotation |
fractionDigitsAnnotation
|
int |
length
value of length facet. |
org.apache.xerces.xs.XSAnnotation |
lengthAnnotation
|
java.lang.String |
maxExclusive
value of maxExclusive facet. |
org.apache.xerces.xs.XSAnnotation |
maxExclusiveAnnotation
|
java.lang.String |
maxInclusive
value of maxInclusive facet. |
org.apache.xerces.xs.XSAnnotation |
maxInclusiveAnnotation
|
int |
maxLength
value of maxLength facet. |
org.apache.xerces.xs.XSAnnotation |
maxLengthAnnotation
|
java.lang.String |
minExclusive
value of minExclusive facet. |
org.apache.xerces.xs.XSAnnotation |
minExclusiveAnnotation
|
java.lang.String |
minInclusive
value of minInclusive facet. |
org.apache.xerces.xs.XSAnnotation |
minInclusiveAnnotation
|
int |
minLength
value of minLength facet. |
org.apache.xerces.xs.XSAnnotation |
minLengthAnnotation
|
java.lang.String |
pattern
string containing value of pattern facet, for multiple patterns values are ORed together. |
XSObjectListImpl |
patternAnnotations
|
int |
totalDigits
value of totalDigits facet. |
org.apache.xerces.xs.XSAnnotation |
totalDigitsAnnotation
|
short |
whiteSpace
value of whiteSpace facet. |
org.apache.xerces.xs.XSAnnotation |
whiteSpaceAnnotation
|
Constructor Summary | |
XSFacets()
|
Method Summary | |
void |
reset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int length
public int minLength
public int maxLength
public short whiteSpace
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 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
Constructor Detail |
public XSFacets()
Method Detail |
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |