org.apache.xerces.impl.dv.xs

Class DecimalDV

public class DecimalDV extends TypeValidator

Represent the schema type "decimal"

Version: $Id: DecimalDV.java,v 1.13 2005/01/05 21:13:49 mrglavas Exp $

Author: Neeraj Bajaj, Sun Microsystems, inc. Sandy Gao, IBM

UNKNOWN:

Method Summary
intcompare(Object value1, Object value2)
ObjectgetActualValue(String content, ValidationContext context)
shortgetAllowedFacets()
intgetFractionDigits(Object value)
intgetTotalDigits(Object value)

Method Detail

compare

public final int compare(Object value1, Object value2)

getActualValue

public Object getActualValue(String content, ValidationContext context)

getAllowedFacets

public final short getAllowedFacets()

getFractionDigits

public final int getFractionDigits(Object value)

getTotalDigits

public final int getTotalDigits(Object value)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.