Imago needs a way to specify an entity resolver so that
various DTD may be stored locally for testing and
deployment.
In addition the following org.xml.sax.XMLParser methods
should be handled
void setContentHandler(ContentHandler handler)
Allow an application to register a content
event handler.
void setDTDHandler(DTDHandler handler)
Allow an application to register a DTD event
handler.
void setEntityResolver(EntityResolver resolver)
Allow an application to register an entity
resolver.
void setErrorHandler(ErrorHandler handler)
Allow an application to register an error
event handler.
void setFeature(java.lang.String name, boolean value)
Set the state of a feature.
void setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property.
Logged In: YES
user_id=436516
Fix merged into RC_1_2