org.apache.xerces.impl.dv.xs
Class DoubleDV
java.lang.Object
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.DoubleDV
public class DoubleDV
- extends TypeValidator
Represent the schema type "double"
- Version:
- $Id: DoubleDV.java 367193 2006-01-09 04:38:12Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleDV
public DoubleDV()
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
Copyright © 1999-2006 Apache XML Project. All Rights Reserved.