equal
deleted
inserted
replaced
75 * defined in the parser configuration. |
75 * defined in the parser configuration. |
76 * |
76 * |
77 * @author Arnaud Le Hors, IBM |
77 * @author Arnaud Le Hors, IBM |
78 * @author Andy Clark, IBM |
78 * @author Andy Clark, IBM |
79 * |
79 * |
80 * @version $Id: AbstractSAXParser.java,v 1.6 2010-11-01 04:40:09 joehw Exp $ |
|
81 */ |
80 */ |
82 public abstract class AbstractSAXParser |
81 public abstract class AbstractSAXParser |
83 extends AbstractXMLDocumentParser |
82 extends AbstractXMLDocumentParser |
84 implements PSVIProvider, // PSVI |
83 implements PSVIProvider, // PSVI |
85 Parser, XMLReader // SAX1, SAX2 |
84 Parser, XMLReader // SAX1, SAX2 |