public static class UtilXml.LocalResolver extends Object implements EntityResolver
| Constructor and Description |
|---|
LocalResolver(EntityResolver defaultResolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDTD()
Returns the boolean value to inform id DTD was found in the XML file or not
|
InputSource |
resolveEntity(String publicId,
String systemId)
Returns DTD inputSource.
|
public LocalResolver(EntityResolver defaultResolver)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverpublicId - - Public ID of DTDsystemId - - System ID of DTDSAXExceptionIOExceptionpublic boolean hasDTD()
Copyright © 2018 Atlassian. All rights reserved.