org.apache.xerces.impl.dv.xs

Class EntityDV


public class EntityDV
extends TypeValidator

Represent the schema type "entity"
Version:
$Id: EntityDV.java 320097 2004-10-06 14:56:52Z mrglavas $
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

void
checkExtraRules(Object value, ValidationContext context)
Object
getActualValue(String content, ValidationContext context)
short
getAllowedFacets()

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

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

Method Details

checkExtraRules

public void checkExtraRules(Object value,
                            ValidationContext context)
            throws InvalidDatatypeValueException
Overrides:
checkExtraRules in interface TypeValidator

getActualValue

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

getAllowedFacets

public short getAllowedFacets()
Overrides:
getAllowedFacets in interface TypeValidator

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.