org.apache.xerces.impl.dv.xs

Class IntegerDV


public class IntegerDV
extends DecimalDV

Represent the schema type "integer"
Version:
$Id: IntegerDV.java,v 1.3 2004/10/06 14:56:46 mrglavas Exp $
Author:
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)

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

compare, getActualValue, getAllowedFacets, getFractionDigits, getTotalDigits

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

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

Method Details

getActualValue

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

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