org.apache.xerces.validators.datatype
Class IDDatatypeValidator
java.lang.Object
|
+--org.apache.xerces.validators.datatype.AbstractDatatypeValidator
|
+--org.apache.xerces.validators.datatype.IDDatatypeValidator
- public class IDDatatypeValidator
- extends AbstractDatatypeValidator
DataTypeValidator defines the interface that data type validators must obey.
These validators can be supplied by the application writer and may be useful as
standalone code as well as plugins to the validator architecture.
- Version:
- $Id: IDDatatypeValidator.java,v 1.14 2000/10/17 00:52:39 jeffreyr Exp $
- Author:
- Jeffrey Rodriguez, Mark Swinkles - List Validation refactoring
Method Summary |
java.lang.Object |
clone()
Returns a copy of this object. |
int |
compare(java.lang.String content1,
java.lang.String content2)
REVISIT
Compares two Datatype for order |
java.util.Hashtable |
getFacets()
returns the datatype facet if any is set as a
Hashtable |
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 IDStorage)
Checks that "content" string is valid
datatype. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
IDREF_STORE
public static final int IDREF_STORE
ID_CLEAR
public static final int ID_CLEAR
IDDatatypeValidator
public IDDatatypeValidator()
throws InvalidDatatypeFacetException
IDDatatypeValidator
public IDDatatypeValidator(DatatypeValidator base,
java.util.Hashtable facets,
boolean derivedByList)
throws InvalidDatatypeFacetException
validate
public java.lang.Object validate(java.lang.String content,
java.lang.Object IDStorage)
throws InvalidDatatypeValueException
- Checks that "content" string is valid
datatype.
If invalid a Datatype validation exception is thrown.
- Overrides:
- validate in class AbstractDatatypeValidator
- Parameters:
content
- A string containing the content to be validatedstate
- Generic Object state that can be use to pass
Structures- Returns:
-
- Throws:
- throws - InvalidDatatypeException if the content is
invalid according to the rules for the validators
- InvalidDatatypeValueException -
- See Also:
InvalidDatatypeValueException
compare
public int compare(java.lang.String content1,
java.lang.String content2)
- REVISIT
Compares two Datatype for order
- Overrides:
- compare in class AbstractDatatypeValidator
- Parameters:
o1
- o2
- - Returns:
-
getFacets
public java.util.Hashtable getFacets()
- Description copied from class: AbstractDatatypeValidator
- returns the datatype facet if any is set as a
Hashtable
- 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 AbstractDatatypeValidator
setLocale
public void setLocale(java.util.Locale locale)
- set the locate to be used for error messages
Copyright © 1999-2000 Apache XML Project. All Rights Reserved.