BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.validators.datatype
Class QNameDatatypeValidator

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

public class QNameDatatypeValidator
extends AbstractDatatypeValidator

QName Validator validates a QName type. QName represents XML qualified names. The value space of QName is the set of tuples {namespace name, local part}, where namespace name is a uriReference and local part is an NCName. The lexical space of QName is the set of strings that match the QName production of [Namespaces in XML].

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: QNameDatatypeValidator.java,v 1.7 2000/10/17 00:52:40 jeffreyr Exp $
Author:
Jeffrey Rodriguez, Mark Swinkles - List Validation refactoring

Constructor Summary
QNameDatatypeValidator()
           
QNameDatatypeValidator(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 content, java.lang.String facetValue)
           
 java.util.Hashtable getFacets()
           
 void setLocale(java.util.Locale locale)
          set the locate to be used for error messages
 java.lang.Object validate(java.lang.String content, java.lang.Object state)
          validate that a string is a W3C string type
 
Methods inherited from class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
getWSFacet
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameDatatypeValidator

public QNameDatatypeValidator()
                       throws InvalidDatatypeFacetException

QNameDatatypeValidator

public QNameDatatypeValidator(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 is a W3C string type

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

setLocale

public void setLocale(java.util.Locale locale)
set the locate to be used for error messages

getFacets

public java.util.Hashtable getFacets()

Overrides:
getFacets in class AbstractDatatypeValidator

compare

public int compare(java.lang.String content,
                   java.lang.String facetValue)

Overrides:
compare 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/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.