BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xerces.validators.datatype
Class DoubleDatatypeValidator

java.lang.Object
  |
  +--weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
        |
        +--weblogic.apache.xerces.validators.datatype.DoubleDatatypeValidator

public class DoubleDatatypeValidator
extends AbstractDatatypeValidator

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Version:
$Id: DoubleDatatypeValidator.java,v 1.6 2000/08/01 06:06:24 jeffreyr Exp $
Author:
Ted Leung, Jeffrey Rodriguez
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
DoubleDatatypeValidator()
           
DoubleDatatypeValidator(DatatypeValidator base, java.util.Hashtable facets, boolean derivedByList)
           
 
Method Summary
 java.lang.Object clone()
          Returns a copy of this object.
 int compare(java.lang.String content1, java.lang.String content2)
          Compare two Double datatype.
 java.util.Hashtable getFacets()
          Returns a Hashtable containing facet information.
 java.lang.Object validate(java.lang.String content, java.lang.Object state)
          validate that a string matches the real datatype
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleDatatypeValidator

public DoubleDatatypeValidator()
                        throws InvalidDatatypeFacetException

DoubleDatatypeValidator

public DoubleDatatypeValidator(DatatypeValidator base,
                               java.util.Hashtable facets,
                               boolean derivedByList)
                        throws InvalidDatatypeFacetException
Method Detail

validate

public java.lang.Object validate(java.lang.String content,
                                 java.lang.Object state)
                          throws InvalidDatatypeValueException
validate that a string matches the real datatype

Parameters:
content - A string containing the content to be validated
Throws:
throws - InvalidDatatypeException if the content is is not a W3C real type
Overrides:
validate in class AbstractDatatypeValidator

compare

public int compare(java.lang.String content1,
                   java.lang.String content2)
Compare two Double datatype. Comparison is in Space value.

Parameters:
content1 -  
content2 -  
Returns:
 
Overrides:
compare in class AbstractDatatypeValidator

getFacets

public java.util.Hashtable getFacets()
Returns a Hashtable containing facet information.

Returns:
 
Overrides:
getFacets in class AbstractDatatypeValidator

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Returns a copy of this object.

Overrides:
clone in class AbstractDatatypeValidator

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60