com.opensymphony.workflow.loader
Class DTDEntityResolver

java.lang.Object
  extended by com.opensymphony.workflow.loader.DTDEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class DTDEntityResolver
extends Object
implements org.xml.sax.EntityResolver

Author:
Hani Suleiman (hani@formicary.net) Date: Sep 14, 2003 Time: 4:25:40 PM

Constructor Summary
DTDEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDEntityResolver

public DTDEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(String publicId,
                                             String systemId)
                                      throws org.xml.sax.SAXException,
                                             IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
IOException

OpenSymphony Workflow Project Page