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

java.lang.Object
  |
  +--org.apache.xerces.impl.dv.xs.TypeValidator
        |
        +--org.apache.xerces.impl.dv.xs.StringDV

public class StringDV
extends TypeValidator

Represent the schema type "string"

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version:
$Id: StringDV.java,v 1.5 2004/10/06 14:56:47 mrglavas Exp $
Author:
Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM

Fields inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN
 
Constructor Summary
StringDV()
           
 
Method Summary
 java.lang.Object getActualValue(java.lang.String content, ValidationContext context)
           
 short getAllowedFacets()
           
 
Methods inherited from class org.apache.xerces.impl.dv.xs.TypeValidator
checkExtraRules, compare, getDataLength, getDigit, getFractionDigits, getTotalDigits, isDigit, isIdentical
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringDV

public StringDV()
Method Detail

getAllowedFacets

public short getAllowedFacets()
Overrides:
getAllowedFacets in class TypeValidator

getActualValue

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


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