public class

FloatDV

extends TypeValidator
java.lang.Object
   ↳ org.apache.xerces.impl.dv.xs.TypeValidator
     ↳ org.apache.xerces.impl.dv.xs.FloatDV

Class Overview

Represent the schema type "float"

Summary

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

Public Constructors

public FloatDV ()

Public Methods

public int compare (Object value1, Object value2)

public Object getActualValue (String content, ValidationContext context)

public short getAllowedFacets ()

public boolean isIdentical (Object value1, Object value2)