uk.ltd.getahead.dwr.impl
Class DTDEntityResolver
java.lang.Object
uk.ltd.getahead.dwr.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 arg0,
java.lang.String arg1)
|
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 arg0,
java.lang.String arg1)
throws org.xml.sax.SAXException
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
- Throws:
org.xml.sax.SAXException