java.lang.Object
org.apache.jena.ext.xerces.impl.dv.XSFacets
@xerces.internal
- Version:
- $Id: XSFacets.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Sandy Gao, IBM
-
Field Summary
FieldsModifier and TypeFieldDescriptionvalue of maxExclusive facet.value of maxInclusive facet.value of minExclusive facet.value of minInclusive facet.string containing value of pattern facet, for multiple patterns values are ORed together.short
value of whiteSpace facet. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
whiteSpace
public short whiteSpacevalue of whiteSpace facet. -
pattern
string containing value of pattern facet, for multiple patterns values are ORed together. -
maxInclusive
value of maxInclusive facet. -
maxExclusive
value of maxExclusive facet. -
minInclusive
value of minInclusive facet. -
minExclusive
value of minExclusive facet.
-
-
Constructor Details
-
XSFacets
public XSFacets()
-