org.apache.xerces.impl.dv.xs
public abstract class TypeValidator extends Object
Version: $Id: TypeValidator.java,v 1.8 2004/10/06 14:56:46 mrglavas Exp $
Field Summary | |
---|---|
static short | EQUAL |
static short | GREATER_THAN |
static short | INDETERMINATE |
static short | LESS_THAN |
Method Summary | |
---|---|
void | checkExtraRules(Object value, ValidationContext context) |
int | compare(Object value1, Object value2) |
abstract Object | getActualValue(String content, ValidationContext context) |
abstract short | getAllowedFacets() |
int | getDataLength(Object value) |
static int | getDigit(char ch) |
int | getFractionDigits(Object value) |
int | getTotalDigits(Object value) |
static boolean | isDigit(char ch) |
boolean | isIdentical(Object value1, Object value2) |