Parses the XML without validating it. It returns a Map.
Parameters: uri - The location of the content to be parsed. throws: ParserConfigurationException - if a DocumentBuilder cannot be created which satisfies the configuration requested. throws: SAXException - If any parse errors occur. throws: IOException - If any IO errors occur. The Map.
Parses the XML. It returns a Map.
Parameters: uri - The location of the content to be parsed. Parameters: validate - if the XML is to be validated while parsing. throws: ParserConfigurationException - if a DocumentBuilder cannot be created which satisfies the configuration requested. throws: SAXException - If any parse errors occur. throws: IOException - If any IO errors occur. The Map.