|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.XSFacets
public class 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 | |
---|---|
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. |
XSAnnotation |
fractionDigitsAnnotation
|
int |
length
value of length facet. |
XSAnnotation |
lengthAnnotation
|
java.lang.String |
maxExclusive
value of maxExclusive facet. |
XSAnnotation |
maxExclusiveAnnotation
|
java.lang.String |
maxInclusive
value of maxInclusive facet. |
XSAnnotation |
maxInclusiveAnnotation
|
int |
maxLength
value of maxLength facet. |
XSAnnotation |
maxLengthAnnotation
|
java.lang.String |
minExclusive
value of minExclusive facet. |
XSAnnotation |
minExclusiveAnnotation
|
java.lang.String |
minInclusive
value of minInclusive facet. |
XSAnnotation |
minInclusiveAnnotation
|
int |
minLength
value of minLength facet. |
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. |
XSAnnotation |
totalDigitsAnnotation
|
short |
whiteSpace
value of whiteSpace facet. |
XSAnnotation |
whiteSpaceAnnotation
|
Constructor Summary | |
---|---|
XSFacets()
|
Method Summary | |
---|---|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
equals, 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 XSAnnotation lengthAnnotation
public XSAnnotation minLengthAnnotation
public XSAnnotation maxLengthAnnotation
public XSAnnotation whiteSpaceAnnotation
public XSAnnotation totalDigitsAnnotation
public XSAnnotation fractionDigitsAnnotation
public XSObjectListImpl patternAnnotations
public XSObjectList enumAnnotations
public XSAnnotation maxInclusiveAnnotation
public XSAnnotation maxExclusiveAnnotation
public XSAnnotation minInclusiveAnnotation
public XSAnnotation minExclusiveAnnotation
Constructor Detail |
---|
public XSFacets()
Method Detail |
---|
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |