XML Parser (based on Commons Digester) to parse and return the mapping
configuration.
author: Anupam Sengupta version: $Revision: 1.2 $ See Also: org.apache.commons.digester.Digester since: 1.5
getMappings(String xmlFileName, boolean inClassPath) Returns the map of parsed mapping configuration beans.
Parameters: xmlFileName - the XML mapping configuration file Parameters: inClassPath - flag indicating whether the XML file is in the classpath a map of CSV bean mappings.
Returns the map of parsed mapping configuration beans.
Parameters: xmlFileName - the XML mapping configuration file Parameters: inClassPath - flag indicating whether the XML file is in the classpath a map of CSV bean mappings. An empty map is returned if an erroroccurs