org.pentaho.di.trans.steps.getxmldata
Class IgnoreDTDEntityResolver

java.lang.Object
  extended by org.pentaho.di.trans.steps.getxmldata.IgnoreDTDEntityResolver
All Implemented Interfaces:
EntityResolver

public class IgnoreDTDEntityResolver
extends Object
implements EntityResolver


Constructor Summary
IgnoreDTDEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreDTDEntityResolver

public IgnoreDTDEntityResolver()
Method Detail

resolveEntity

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