public class XmlEntityResolver extends Object implements EntityResolver
Constructor and Description |
---|
XmlEntityResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getDtdFileName(String thePublicId,
String theSystemId)
Tries to decide the file name of a DTD from the public and system id.
|
InputSource |
resolveEntity(String thePublicId,
String theSystemId) |
public InputSource resolveEntity(String thePublicId, String theSystemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
Copyright © 2004-2013 Codehaus. All Rights Reserved.