org.apache.xerces.impl.dv.xs
Class IDDV
java.lang.Object
org.apache.xerces.impl.dv.xs.TypeValidator
org.apache.xerces.impl.dv.xs.IDDV
public class IDDV
- extends TypeValidator
Represent the schema type "ID"
- Version:
- $Id: IDDV.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
Constructor Summary |
IDDV()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDDV
public IDDV()
getAllowedFacets
public short getAllowedFacets()
- Specified by:
getAllowedFacets
in class TypeValidator
getActualValue
public Object getActualValue(String content,
ValidationContext context)
throws InvalidDatatypeValueException
- Specified by:
getActualValue
in class TypeValidator
- Throws:
InvalidDatatypeValueException
checkExtraRules
public void checkExtraRules(Object value,
ValidationContext context)
throws InvalidDatatypeValueException
- Overrides:
checkExtraRules
in class TypeValidator
- Throws:
InvalidDatatypeValueException
Copyright © 2011. All Rights Reserved.