public class

DecimalDV

extends TypeValidator
java.lang.Object
   ↳ org.apache.xerces.impl.dv.xs.TypeValidator
     ↳ org.apache.xerces.impl.dv.xs.DecimalDV
Known Direct Subclasses

Class Overview

Represent the schema type "decimal"

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.impl.dv.xs.TypeValidator
Public Constructors
DecimalDV()
Public Methods
final int compare(Object value1, Object value2)
Object getActualValue(String content, ValidationContext context)
final short getAllowedFacets()
final int getFractionDigits(Object value)
final int getTotalDigits(Object value)
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dv.xs.TypeValidator
From class java.lang.Object

Public Constructors

public DecimalDV ()

Public Methods

public final int compare (Object value1, Object value2)

public Object getActualValue (String content, ValidationContext context)

public final short getAllowedFacets ()

public final int getFractionDigits (Object value)

public final int getTotalDigits (Object value)