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

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

Uses of InvalidDatatypeValueException in org.enhydra.apache.xerces.validators.common
 

Methods in org.enhydra.apache.xerces.validators.common that throw InvalidDatatypeValueException
(package private)  void XMLValidator.validateUsingDV(DatatypeValidator dv, String content, boolean onlyVal3Types)
           
 

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

Methods in org.enhydra.apache.xerces.validators.datatype that throw InvalidDatatypeValueException
abstract  Object AbstractDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
protected abstract  void AbstractNumericFacetValidator.setEnumeration(Vector enumeration)
           
protected  void DateTimeValidator.setEnumeration(Vector enumeration)
           
protected  void DateTimeValidator.checkContent(String content, Object State, Vector enumer, boolean asBase)
           
 Object DateTimeValidator.validate(String content, Object state)
          Validate that a string is a W3C date/time type
protected  void DateTimeValidator.validateDate(int[] date, String content)
          Validates date object against facet and base datatype
 Object AbstractNumericValidator.validate(String content, Object state)
          Validate string against lexical space of datatype
protected  void AbstractNumericValidator.checkContentEnum(String content, Object state, 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
protected abstract  void AbstractNumericValidator.checkContent(String content, Object State, Vector enumer, boolean asBase)
           
protected  void AbstractNumericValidator.boundsCheck(Object d)
           
 Object AbstractStringValidator.validate(String content, Object state)
          validate that a string is a W3C string type
protected  void AbstractStringValidator.checkValueSpace(String content)
           
protected static void AbstractStringValidator.validateToken(String tokenType, String content)
           
protected  void DecimalDatatypeValidator.setEnumeration(Vector enumeration)
           
protected  void DecimalDatatypeValidator.checkContent(String content, Object state, Vector enumeration, boolean asBase)
           
 Object DatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
protected  void DoubleDatatypeValidator.setEnumeration(Vector enumeration)
           
protected  void DoubleDatatypeValidator.checkContentEnum(String content, Object state, 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
protected  void DoubleDatatypeValidator.checkContent(String content, Object state, Vector enumeration, boolean asBase)
           
protected  void AnyURIDatatypeValidator.checkValueSpace(String content)
           
 Object IDDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
 Object ListDatatypeValidator.validate(String content, Object state)
          validate that a string is a W3C string type
protected  void ListDatatypeValidator.checkContentEnum(String content, Object state, Vector enumeration)
          validate that a content is valid against base datatype and facets (if any)
 Object ENTITYDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
protected  void HexBinaryDatatypeValidator.checkValueSpace(String content)
           
protected  void NOTATIONDatatypeValidator.checkValueSpace(String content)
           
protected  void QNameDatatypeValidator.checkValueSpace(String content)
           
 Object BooleanDatatypeValidator.validate(String content, Object state)
          validate that a string matches the boolean datatype
 Object UnionDatatypeValidator.validate(String content, Object state)
          validate that a string is a W3C string type
protected  void FloatDatatypeValidator.setEnumeration(Vector enumeration)
           
protected  void FloatDatatypeValidator.checkContent(String content, Object state, Vector enumeration, boolean asBase)
          validate if the content is valid against base datatype and facets (if any) this function might be called directly from UnionDatatype or ListDatatype
protected  void Base64BinaryDatatypeValidator.checkValueSpace(String content)
           
 Object IDREFDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
 Object AnySimpleType.validate(String content, Object state)
           
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.