public class DefaultEntityResolver extends Object implements EntityResolver
| Constructor and Description |
|---|
DefaultEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicID,
String systemID)
Resolves a given entity to the input source for an empty XML document.
|
public InputSource resolveEntity(String publicID, String systemID)
resolveEntity in interface EntityResolverpublicID - The public ID of the entity.systemID - The system ID of the entity.Copyright © 2021. All rights reserved.