Wasn't sure how to better phrase the question
Here is my dilemma. I am tryin to call
javax.xml.parsers.SAXParser.parse(InputSource, DisplayRequestDocHandler)
class DisplayRequestDocHandler extends HandlerBase. HandlerBase is normally accepted where DisplayRequestDocHandler is...... how do I get it so that I can call parser.parse with the extended DisplayRequestDocHandler class? Is it possible?
Here is my dilemma. I am tryin to call
javax.xml.parsers.SAXParser.parse(InputSource, DisplayRequestDocHandler)
class DisplayRequestDocHandler extends HandlerBase. HandlerBase is normally accepted where DisplayRequestDocHandler is...... how do I get it so that I can call parser.parse with the extended DisplayRequestDocHandler class? Is it possible?