A wrapper that forwards any request to the default JAXP xml reader.
By default Batik wants Xerces, but we want to avoid the dependency since a
SAX2 parser is already included in the jre.
This class is needed because Batik wants the name of a class that implements
XMLReader and has a public default constructor, and default jre parsers do
not have it.
author: wolf since: 2.2.1 |