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
 Object UnionDatatypeValidator.validate(String content, Object state)
          validate that a string is a W3C string type
protected  void QNameDatatypeValidator.checkValueSpace(String content)
           
protected  void NOTATIONDatatypeValidator.checkValueSpace(String content)
           
 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 IDREFDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
 Object IDDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
protected  void HexBinaryDatatypeValidator.checkValueSpace(String content)
           
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
 Object ENTITYDatatypeValidator.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 DecimalDatatypeValidator.setEnumeration(Vector enumeration)
           
protected  void DecimalDatatypeValidator.checkContent(String content, Object state, Vector enumeration, boolean asBase)
           
protected  void DateTimeValidator.setEnumeration(Vector enumeration)
           
protected  void DateTimeValidator.checkContent(String content, Object State, Vector enum, 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 DatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
 Object BooleanDatatypeValidator.validate(String content, Object state)
          validate that a string matches the boolean datatype
protected  void Base64BinaryDatatypeValidator.checkValueSpace(String content)
           
protected  void AnyURIDatatypeValidator.checkValueSpace(String content)
           
 Object AnySimpleType.validate(String content, Object state)
           
 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)
           
 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 enum, boolean asBase)
           
protected  void AbstractNumericValidator.boundsCheck(Object d)
           
protected abstract  void AbstractNumericFacetValidator.setEnumeration(Vector enumeration)
           
abstract  Object AbstractDatatypeValidator.validate(String content, Object state)
          Checks that "content" string is valid datatype.
 



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