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"
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: DoubleDV.java,v 1.12 2005/07/14 04:20:14 mrglavas Exp $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
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()
- Overrides:
getAllowedFacets
in class TypeValidator
getActualValue
public java.lang.Object getActualValue(java.lang.String content,
ValidationContext context)
throws InvalidDatatypeValueException
- Overrides:
getActualValue
in class TypeValidator
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-2005 Apache XML Project. All Rights Reserved.