org.apache.xerces.impl.dv.xs

Class HexBinaryDV


public class HexBinaryDV
extends TypeValidator

Represent the schema type "hexBinary"

Version:
$Id: HexBinaryDV.java,v 1.4 2002/11/18 23:10:10 sandygao Exp $

Authors:
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

Method Summary

Object
getActualValue(String content, ValidationContext context)
short
getAllowedFacets()
int
getDataLength(Object value)

Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator

checkExtraRules, compare, getActualValue, getAllowedFacets, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit

Method Details

getActualValue

public Object getActualValue(String content,
                             ValidationContext context)
            throws InvalidDatatypeValueException
Overrides:
getActualValue in interface TypeValidator


getAllowedFacets

public short getAllowedFacets()
Overrides:
getAllowedFacets in interface TypeValidator


getDataLength

public int getDataLength(Object value)
Overrides:
getDataLength in interface TypeValidator


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.