BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.impl.dv
Class XSFacets

java.lang.Object
  |
  +--weblogic.apache.xerces.impl.dv.XSFacets

public class XSFacets
extends java.lang.Object

The class used to pass all facets to XSSimpleType.applyFacets(weblogic.apache.xerces.impl.dv.XSFacets, short, short, weblogic.apache.xerces.impl.dv.ValidationContext).


Field Summary
 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.
 int length
          value of length facet.
 java.lang.String maxExclusive
          value of maxExclusive facet.
 java.lang.String maxInclusive
          value of maxInclusive facet.
 int maxLength
          value of maxLength facet.
 java.lang.String minExclusive
          value of minExclusive facet.
 java.lang.String minInclusive
          value of minInclusive facet.
 int minLength
          value of minLength facet.
 java.lang.String pattern
          string containing value of pattern facet, for multiple patterns values are ORed together.
 int totalDigits
          value of totalDigits facet.
 short whiteSpace
          value of whiteSpace facet.
 
Constructor Summary
XSFacets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public int length
value of length facet.

minLength

public int minLength
value of minLength facet.

maxLength

public int maxLength
value of maxLength facet.

whiteSpace

public short whiteSpace
value of whiteSpace facet.

totalDigits

public int totalDigits
value of totalDigits facet.

fractionDigits

public int fractionDigits
value of fractionDigits facet.

pattern

public java.lang.String pattern
string containing value of pattern facet, for multiple patterns values are ORed together.

enumeration

public java.util.Vector enumeration
Vector containing values of Enumeration facet, as String's.

enumNSDecls

public java.util.Vector enumNSDecls
An array parallel to "Vector enumeration". It contains namespace context of each enumeration value. Elements of this vector are NamespaceContext objects.

maxInclusive

public java.lang.String maxInclusive
value of maxInclusive facet.

maxExclusive

public java.lang.String maxExclusive
value of maxExclusive facet.

minInclusive

public java.lang.String minInclusive
value of minInclusive facet.

minExclusive

public java.lang.String minExclusive
value of minExclusive facet.
Constructor Detail

XSFacets

public XSFacets()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81