public abstract class AbstractXMLReader extends Object implements XMLReader
An abstract class that implements the SAX2 XMLReader interface. The
intent of this class is to make it easy for subclasses to act as
SAX2 XMLReader implementations. This makes it possible, for example, for
them to emit SAX2 events that can be fed into an XSLT processor for
transformation.