| This will return a FieldValidatorMetaData instance for the input name. A null will be returned, in case no definition is found in the Validator config file.
Parameters: name - The name of the validator. a FieldValidatorMetaData instance throws: SAXException - If any exception is thrown while parsing the XML file. throws: IOException - If any I/O error occurs in reading the XML file. Note: A FileNotFoundException will be thrown, in case the file is not found. |