public class NullEntityResolver extends Object implements EntityResolver
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
protected String |
dummyDTD |
protected static NullEntityResolver |
theResolver |
| Modifier and Type | Method and Description |
|---|---|
static NullEntityResolver |
newInstance() |
InputSource |
resolveEntity(String publicId,
String systemId) |
protected String dummyDTD
protected byte[] buf
protected static NullEntityResolver theResolver
public static NullEntityResolver newInstance()
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity in interface EntityResolverCopyright © 2017–2019 Eclipse Foundation. All rights reserved.