com.opensymphony.workflow.loader
Class DTDEntityResolver
java.lang.Object
com.opensymphony.workflow.loader.DTDEntityResolver
- All Implemented Interfaces:
- EntityResolver
public class DTDEntityResolver - extends Object
- implements EntityResolver
- Author:
- Hani Suleiman (hani@formicary.net)
Date: Sep 14, 2003
Time: 4:25:40 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTDEntityResolver
public DTDEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity in interface EntityResolver
- Throws:
SAXException
IOException
|