org.apache.xmlbeans.impl.validator
Class ValidatorUtil

java.lang.Object
  extended by org.apache.xmlbeans.impl.validator.ValidatorUtil

public class ValidatorUtil
extends java.lang.Object

Author: Cezar Andrei (cezar.andrei at bea.com) Date: Feb 5, 2004


Constructor Summary
ValidatorUtil()
           
 
Method Summary
static boolean validateSimpleType(SchemaType type, java.lang.String value, java.util.Collection errors, PrefixResolver prefixResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorUtil

public ValidatorUtil()
Method Detail

validateSimpleType

public static boolean validateSimpleType(SchemaType type,
                                         java.lang.String value,
                                         java.util.Collection errors,
                                         PrefixResolver prefixResolver)