Package org.apache.xerces.impl.dv.xs
Class FloatDV
java.lang.Object
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.FloatDV
Represent the schema type "float"
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: FloatDV.java 572095 2007-09-02 18:32:43Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
-
Field Summary
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetActualValue(String content, ValidationContext context) shortbooleanisIdentical(Object value1, Object value2) Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit
-
Constructor Details
-
FloatDV
public FloatDV()
-
-
Method Details
-
getAllowedFacets
public short getAllowedFacets()- Specified by:
getAllowedFacetsin classTypeValidator
-
getActualValue
public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException - Specified by:
getActualValuein classTypeValidator- Throws:
InvalidDatatypeValueException
-
compare
- Overrides:
comparein classTypeValidator
-
isIdentical
- Overrides:
isIdenticalin classTypeValidator
-