Class AbstractXMLReader

java.lang.Object
org.apache.axiom.util.sax.AbstractXMLReader
All Implemented Interfaces:
XMLReader

public abstract class AbstractXMLReader extends Object implements XMLReader
Partial implementation of the XMLReader interface. It implements all the getters and setters so that subclasses only need to implement XMLReader.parse(InputSource) and XMLReader.parse(String). Subclasses can access the various handlers and properties set on the reader through protected attributes.