BEA Systems, Inc.


weblogic.apache.xerces.validators.datatype
Class AnySimpleType

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

public class AnySimpleType
extends AbstractDatatypeValidator

AnySimpleType is the base of all simple types.

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: AnySimpleType.java,v 1.1 2001/07/19 22:37:46 sandygao Exp $
Author:
Sandy Gao

Fields inherited from class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
fBaseValidator, fFacetsDefined, fFlags, fLocale, fMessageProvider, fPattern, fRegex
 
Constructor Summary
AnySimpleType()
           
AnySimpleType(DatatypeValidator base, java.util.Hashtable facets, boolean derivedByList)
           
 
Method Summary
 java.lang.Object clone()
           
 int compare(java.lang.String value1, java.lang.String value2)
           
 short getWSFacet()
           
 java.lang.Object validate(java.lang.String content, java.lang.Object state)
           
 
Methods inherited from class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
getBaseValidator, getErrorString, setLocale
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnySimpleType

public AnySimpleType()
              throws InvalidDatatypeFacetException

AnySimpleType

public AnySimpleType(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

Overrides:
validate in class AbstractDatatypeValidator

compare

public int compare(java.lang.String value1,
                   java.lang.String value2)

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException

Overrides:
clone in class AbstractDatatypeValidator

getWSFacet

public short getWSFacet()

Overrides:
getWSFacet in class AbstractDatatypeValidator

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference