org.apache.xerces.impl.dv.xs
Class ListDV

java.lang.Object
  extended byorg.apache.xerces.impl.dv.xs.TypeValidator
      extended byorg.apache.xerces.impl.dv.xs.ListDV

public class ListDV
extends TypeValidator

Represent the schema list types

Version:
$Id: ListDV.java,v 1.5 2003/01/21 16:47:11 neilg Exp $
Author:
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
 
Constructor Summary
ListDV()
           
 
Method Summary
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 short getAllowedFacets()
           
 int getDataLength(java.lang.Object value)
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, compare, getDigit, getFractionDigits, getTotalDigits, isDigit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDV

public ListDV()
Method Detail

getAllowedFacets

public short getAllowedFacets()
Specified by:
getAllowedFacets in class TypeValidator

getActualValue

public java.lang.Object getActualValue(java.lang.String content,
                                       ValidationContext context)
                                throws InvalidDatatypeValueException
Specified by:
getActualValue in class TypeValidator
Throws:
InvalidDatatypeValueException

getDataLength

public int getDataLength(java.lang.Object value)
Overrides:
getDataLength in class TypeValidator


Copyright © 1999-2004 Apache XML Project. All Rights Reserved.