Class BatikXMLReader

  • All Implemented Interfaces:
    XMLReader

    public class BatikXMLReader
    extends Object
    implements XMLReader
    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.

    Since:
    2.2.1
    Author:
    wolf