Package org.pentaho.platform.config
Class DtdEntityResolver
- java.lang.Object
- 
- org.pentaho.platform.config.DtdEntityResolver
 
- 
- All Implemented Interfaces:
- EntityResolver
 
 public class DtdEntityResolver extends Object implements EntityResolver 
- 
- 
Constructor SummaryConstructors Constructor Description DtdEntityResolver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
 
- 
- 
- 
Method Detail- 
resolveEntitypublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException - Specified by:
- resolveEntityin interface- EntityResolver
- Throws:
- SAXException
- IOException
 
 
- 
 
-