Returns the parser factory to use to create namespace aware parsers.
a SAXParserFactory to use which supports manufacture ofnamespace aware parsers. throws: BuildException - on error. since: Ant 1.6
Returns a newly created SAX 2 XMLReader, which is namespace aware
a SAX 2 XMLReader. throws: BuildException - on error. See Also:JAXPUtils.getParserFactory since: Ant 1.6
Returns a newly created SAX 1 Parser, using the default parser
factory.
a SAX 1 Parser. throws: BuildException - on error. See Also:JAXPUtils.getParserFactory since: Ant 1.5
Returns the parser factory to use. Only one parser factory is
ever created by this method and is then cached for future use.
a SAXParserFactory to use. throws: BuildException - on error. since: Ant 1.5
This is a best attempt to provide a URL.toExternalForm() from
a file URL. Some parsers like Crimson choke on uri that are made of
backslashed paths (ie windows) as it is does not conform
URI specifications.
Parameters: file - the file to create the system id from. the systemid corresponding to the given file. since: Ant 1.5.2
Returns a newly created SAX 2 XMLReader, using the default parser
factory.
a SAX 2 XMLReader. throws: BuildException - on error. See Also:JAXPUtils.getParserFactory since: Ant 1.5