org.apache.xerces.impl.validation.datatypes
Class DecimalDatatypeValidator
java.lang.Object
|
+--org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
|
+--org.apache.xerces.impl.validation.datatypes.DecimalDatatypeValidator
- public class DecimalDatatypeValidator
- extends AbstractDatatypeValidator
DecimalValidator validates that content satisfies the W3C XML Datatype for decimal
- Version:
- $Id: DecimalDatatypeValidator.java,v 1.1.2.2 2000/10/17 02:01:04 jeffreyr Exp $
- Author:
- Ted Leung, Jeffrey Rodriguez
Method Summary |
void |
boundsCheck(java.math.BigDecimal d)
|
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 |
setLocale(java.util.Locale locale)
set the locate to be used for error messages |
void |
validate(java.lang.String content,
java.lang.Object state)
validate that a string matches the decimal datatype
validate returns true or false depending on whether the string content is a
W3C decimal type. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DecimalDatatypeValidator
public DecimalDatatypeValidator()
throws InvalidDatatypeFacetException
DecimalDatatypeValidator
public DecimalDatatypeValidator(DatatypeValidator base,
java.util.Hashtable facets,
boolean derivedByList)
throws InvalidDatatypeFacetException
validate
public void validate(java.lang.String content,
java.lang.Object state)
throws InvalidDatatypeValueException
- validate that a string matches the decimal datatype
validate returns true or false depending on whether the string content is a
W3C decimal type.
- Overrides:
- validate in class AbstractDatatypeValidator
- Parameters:
content
- A string containing the content to be validated
cd- Throws:
- throws - InvalidDatatypeException if the content is
is not a W3C decimal type
boundsCheck
public void boundsCheck(java.math.BigDecimal d)
throws InvalidDatatypeValueException
setLocale
public void setLocale(java.util.Locale locale)
- set the locate to be used for error messages
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
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:
-
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.