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

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

public class HexBinaryDV
extends TypeValidator

Represent the schema type "hexBinary"

Version:
$Id: HexBinaryDV.java 885800 2009-12-01 15:37:29Z 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
HexBinaryDV()
           
 
Method Summary
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 int getDataLength(java.lang.Object value)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, compare, 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

HexBinaryDV

public HexBinaryDV()
Method Detail

getActualValue

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

getDataLength

public int getDataLength(java.lang.Object value)
Overrides:
getDataLength in class TypeValidator


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