Class ValidatorUtil


  • public class ValidatorUtil
    extends java.lang.Object
    Author: Cezar Andrei (cezar.andrei at bea.com) Date: Feb 5, 2004
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidatorUtil()  
    • Constructor Detail

      • ValidatorUtil

        public ValidatorUtil()
    • Method Detail

      • validateSimpleType

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