Package org.apache.xerces.impl.dv.xs
Class QNameDV
java.lang.Object
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.QNameDV
Represent the schema type "QName" and "NOTATION"
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: QNameDV.java 701915 2008-10-06 02:39:42Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
-
Field Summary
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActualValue
(String content, ValidationContext context) short
int
getDataLength
(Object value) Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, compare, getDigit, getFractionDigits, getTotalDigits, isDigit, isIdentical
-
Constructor Details
-
QNameDV
public QNameDV()
-
-
Method Details
-
getAllowedFacets
public short getAllowedFacets()- Specified by:
getAllowedFacets
in classTypeValidator
-
getActualValue
public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException - Specified by:
getActualValue
in classTypeValidator
- Throws:
InvalidDatatypeValueException
-
getDataLength
- Overrides:
getDataLength
in classTypeValidator
-