portal.services.sp
Class DTDEntityResolver

java.lang.Object
  extended byportal.services.sp.DTDEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

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


Constructor Summary
DTDEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String pPublicId, java.lang.String pSystemId)
           
 
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(java.lang.String pPublicId,
                                             java.lang.String pSystemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException