BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.validators.datatype.InvalidDatatypeValueException

Packages that use InvalidDatatypeValueException
weblogic.apache.xerces.validators.datatype   
 

Uses of InvalidDatatypeValueException in weblogic.apache.xerces.validators.datatype
 

Methods in weblogic.apache.xerces.validators.datatype that throw InvalidDatatypeValueException
abstract  java.lang.Object AbstractDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Checks that "content" string is valid datatype.
 java.lang.Object TimeDurationDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validates a String to be a Lexical representation of a TimeDuration Datatype.
static long TimeDurationDatatypeValidator.normalizeDuration(char[] value, int start)
           
static java.util.Calendar TimeDurationDatatypeValidator.normalizeInstant(char[] value, int start, int length)
           
 java.lang.Object NOTATIONDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Checks that "content" string is valid datatype.
 java.lang.Object RecurringDurationDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validates a String to be a Lexical representation of a recurringduration Datatype.
static java.util.Calendar RecurringDurationDatatypeValidator.normalizeInstant(char[] value, int start, int length)
           
 java.lang.Object DatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Checks that "content" string is valid datatype.
 java.lang.Object QNameDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C string type
 java.lang.Object ListDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C string type
protected  void ListDatatypeValidator.checkContentEnum(java.lang.String content, java.lang.Object state, java.util.Vector enumeration)
          validate that a content is valid against base datatype and facets (if any)
 java.lang.Object BinaryDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C binary type validate returns true or false depending on whether the string content is an instance of the W3C binary datatype
 java.lang.Object DecimalDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string matches the decimal datatype validate returns true or false depending on whether the string content is a W3C decimal type.
protected  void DecimalDatatypeValidator.checkContentEnum(java.lang.String content, java.lang.Object state, java.util.Vector enumeration)
          validate if the content is valid against base datatype and facets (if any) this function might be called directly from UnionDatatype or ListDatatype
 void DecimalDatatypeValidator.boundsCheck(java.math.BigDecimal d)
           
 java.lang.Object DoubleDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string matches the real datatype
protected  void DoubleDatatypeValidator.checkContentEnum(java.lang.String content, java.lang.Object state, java.util.Vector enumeration)
          validate if the content is valid against base datatype and facets (if any) this function might be called directly from UnionDatatype or ListDatatype
 java.lang.Object URIReferenceDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Validates content to conform to a URIReference definition and to conform to the facets allowed for this datatype.
 java.lang.Object BooleanDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string matches the boolean datatype
 java.lang.Object FloatDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Validate string content to be a valid float as defined 3.2.3.
protected  void FloatDatatypeValidator.checkContentEnum(java.lang.String content, java.lang.Object state, java.util.Vector enumeration)
          validate if the content is valid against base datatype and facets (if any) this function might be called directly from UnionDatatype or ListDatatype
 java.lang.Object IDREFDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Checks that "content" string is valid datatype.
 java.lang.Object IDDatatypeValidator.validate(java.lang.String content, java.lang.Object IDStorage)
          Checks that "content" string is valid datatype.
 java.lang.Object ENTITYDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          Checks that "content" string is valid datatype.
 java.lang.Object StringDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C string type
 java.lang.Object UnionDatatypeValidator.validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C string type
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.