org.apache.xerces.impl.dv.dtd
Class StringDatatypeValidator
java.lang.Object
|
+--org.apache.xerces.impl.dv.dtd.AbstractDatatypeValidator
|
+--org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
- public class StringDatatypeValidator
- extends AbstractDatatypeValidator
StringValidator validates that XML content is a W3C string type.
The string datatype represents character strings in XML. The
value space of string is the set of finite-length sequences
of characters (as defined in [XML 1.0 Recommendation
(Second Edition)]) that match the Char production
from [XML 1.0 Recommendation (Second Edition)].
A character is an atomic unit of communication; it
is not further specified except to note that every
character has a corresponding Universal Code Set
code point ([ISO 10646],[Unicode] and [Unicode3]),
which is an integer.
- Version:
- $Id: StringDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
Method Summary |
java.lang.Object |
clone()
Returns a copy of this object. |
int |
compare(java.lang.String content,
java.lang.String facetValue)
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 is a W3C string type |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StringDatatypeValidator
public StringDatatypeValidator()
throws InvalidDatatypeFacetException
StringDatatypeValidator
public StringDatatypeValidator(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 is a W3C string type
- Overrides:
- validate in class AbstractDatatypeValidator
- Parameters:
content
- A string containing the content to be validatedlist
- - Throws:
- throws - InvalidDatatypeException if the content is
not a W3C string type
- 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
- Returns:
- A Hashtable containing the facets
for this datatype.
compare
public int compare(java.lang.String content,
java.lang.String facetValue)
- Description copied from class: AbstractDatatypeValidator
- compare
- Overrides:
- compare in class AbstractDatatypeValidator
- Tags copied from class: AbstractDatatypeValidator
- Parameters:
value1
- value2
- - 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.