org.directwebremoting.impl
Class DTDEntityResolver
java.lang.Object
org.directwebremoting.impl.DTDEntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
public final class DTDEntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
We want to read the config files in validating mode, and keep the DTD within
the dwr.jar file so we need to be able to help the parser find the DTD.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
Method Summary |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTDEntityResolver
public DTDEntityResolver()
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
- Throws:
org.xml.sax.SAXException