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
public class FloatDV
- extends TypeValidator
Represent the schema type "float"
- Version:
- $Id: FloatDV.java 572095 2007-09-02 18:32:43Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatDV
public FloatDV()
getAllowedFacets
public short getAllowedFacets()
- Specified by:
getAllowedFacets
in class TypeValidator
getActualValue
public java.lang.Object getActualValue(java.lang.String content,
ValidationContext context)
throws InvalidDatatypeValueException
- Specified by:
getActualValue
in class TypeValidator
- Throws:
InvalidDatatypeValueException
compare
public int compare(java.lang.Object value1,
java.lang.Object value2)
- Overrides:
compare
in class TypeValidator
isIdentical
public boolean isIdentical(java.lang.Object value1,
java.lang.Object value2)
- Overrides:
isIdentical
in class TypeValidator