public class QuietEntityResolver extends Object implements EntityResolver
Constructor and Description |
---|
QuietEntityResolver() |
Modifier and Type | Method and Description |
---|---|
InputSource |
resolveEntity(String publicId,
String systemId)
Returns always an empty input source.
|
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
- if error occurs.IOException
- if error occurs.Copyright © 2004–2017 52north.org. All rights reserved.