org.apache.xerces.impl.validation.datatypes
Class RecurringDurationDatatypeValidator

java.lang.Object
  |
  +--org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
        |
        +--org.apache.xerces.impl.validation.datatypes.RecurringDurationDatatypeValidator

public class RecurringDurationDatatypeValidator
extends AbstractDatatypeValidator

Version:
$Id: RecurringDurationDatatypeValidator.java,v 1.1.2.2 2000/10/17 02:01:05 jeffreyr Exp $
Author:
Jeffrey Rodriguez,

Fields inherited from class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
fFacets
 
Constructor Summary
RecurringDurationDatatypeValidator()
           
RecurringDurationDatatypeValidator(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
 java.util.Hashtable getFacets()
          getFacets
 void setBasetype(DatatypeValidator base)
          set the base type for this datatype
 void setLocale(java.util.Locale locale)
          set the locate to be used for error messages
 void validate(java.lang.String content, java.lang.Object state)
          validates a String to be a Lexical representation of a recurringduration Datatype.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurringDurationDatatypeValidator

public RecurringDurationDatatypeValidator()
                                   throws InvalidDatatypeFacetException

RecurringDurationDatatypeValidator

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

validate

public void validate(java.lang.String content,
                     java.lang.Object state)
              throws InvalidDatatypeValueException
validates a String to be a Lexical representation of a recurringduration Datatype.
Overrides:
validate in class AbstractDatatypeValidator
Parameters:
content - A string containing the content to be validated
state -  
Returns:
 
Throws:
InvalidDatatypeValueException - If String is does not represent a valid recurringduration datatype.

setBasetype

public void setBasetype(DatatypeValidator base)
set the base type for this datatype
Parameters:
base - the validator for this type's base type

setLocale

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

compare

public int compare(java.lang.String content1,
                   java.lang.String content2)
Description copied from class: AbstractDatatypeValidator
compare
Overrides:
compare in class AbstractDatatypeValidator
Tags copied from class: AbstractDatatypeValidator
Parameters:
value1 -  
value2 -  
Returns:
 

getFacets

public java.util.Hashtable getFacets()
Description copied from class: AbstractDatatypeValidator
getFacets
Overrides:
getFacets in class AbstractDatatypeValidator
Tags copied from class: AbstractDatatypeValidator
Returns:
 

clone

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


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.