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

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

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

Methods in org.apache.xerces.validators.datatype that throw InvalidDatatypeValueException
 void BinaryValidator.validate(java.lang.String content)
          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
 void BinaryValidator.validate(int contentIndex)
           
 void FloatValidator.validate(java.lang.String content)
          validate that a string matches the real datatype validate returns true or false depending on whether the string content is a W3C real type.
 void FloatValidator.validate(int contentIndex)
           
 void BooleanValidator.validate(java.lang.String content)
          validate that a string matches the boolean datatype validate returns true or false depending on whether the string content is a W3C integer type.
 void BooleanValidator.validate(int contentIndex)
           
 void IntegerValidator.validate(java.lang.String content)
          validate that a string matches the integer datatype validate returns true or false depending on whether the string content is a W3C integer type.
 void IntegerValidator.validate(int contentIndex)
           
 void TimeInstantValidator.validate(java.lang.String content)
          validate that a string is a W3C timeInstant type validate returns true or false depending on whether the string content is an instance of the W3C string datatype
 void TimeInstantValidator.validate(int contentIndex)
           
static java.util.Calendar TimeInstantValidator.normalizeInstant(char[] value, int start, int length)
           
 void DoubleValidator.validate(java.lang.String content)
          validate that a string matches the real datatype validate returns true or false depending on whether the string content is a W3C real type.
 void DoubleValidator.validate(int contentIndex)
           
 void URIValidator.validate(java.lang.String content)
          validate that a string is a W3C uri type validate returns true or false depending on whether the string content is an instance of the W3C uri datatype
 void URIValidator.validate(int contentIndex)
           
 void TimeDurationValidator.validate(java.lang.String content)
          validate that a string is a W3C timeDuration type validate returns true or false depending on whether the string content is an instance of the W3C timeDuration datatype
 void TimeDurationValidator.validate(int contentIndex)
           
static long TimeDurationValidator.normalizeDuration(char[] value, int start, int length)
           
 void RealValidator.validate(java.lang.String content)
          validate that a string matches the real datatype validate returns true or false depending on whether the string content is a W3C real type.
 void RealValidator.validate(int contentIndex)
           
 void DatatypeValidator.validate(java.lang.String content)
          validate that a string matches a datatype validate returns true or false depending on whether the string content is an instance of the data type represented by this validator.
 void DecimalValidator.validate(java.lang.String content)
          validate that a string matches the decimal datatype validate returns true or false depending on whether the string content is a W3C decimal type.
 void DecimalValidator.validate(int contentIndex)
           
 void StringValidator.validate(java.lang.String content)
          validate that a string is a W3C string type validate returns true or false depending on whether the string content is an instance of the W3C string datatype
 void StringValidator.validate(int contentIndex)
           
 



Copyright © 1999 Apache XML Project. All Rights Reserved.