org.apache.xerces.impl.dv.xs
Class IDREFDV

java.lang.Object
  extended byorg.apache.xerces.impl.dv.xs.TypeValidator
      extended byorg.apache.xerces.impl.dv.xs.IDREFDV

public class IDREFDV
extends TypeValidator

Represent the schema type "IDREF"

Version:
$Id: IDREFDV.java 1171147 2011-09-15 15:44:30Z knoaman $
Author:
Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Field Summary
 
Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
 
Constructor Summary
IDREFDV()
           
 
Method Summary
 void checkExtraRules(java.lang.Object value, ValidationContext context)
           
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
compare, getDataLength, getDigit, getFractionDigits, getPrecision, getTotalDigits, hasPrecision, hasTimeZone, isDigit, isIdentical
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDREFDV

public IDREFDV()
Method Detail

getActualValue

public java.lang.Object getActualValue(java.lang.String content,
                                       ValidationContext context)
                                throws InvalidDatatypeValueException
Specified by:
getActualValue in class TypeValidator
Throws:
InvalidDatatypeValueException

checkExtraRules

public void checkExtraRules(java.lang.Object value,
                            ValidationContext context)
                     throws InvalidDatatypeValueException
Overrides:
checkExtraRules in class TypeValidator
Throws:
InvalidDatatypeValueException


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.