public class XhtmlEntityResolver extends Object implements XMLEntityResolver
Constructor and Description |
---|
XhtmlEntityResolver() |
Modifier and Type | Method and Description |
---|---|
String |
createDTD()
Deprecated.
|
InputSource |
resolveEntity(String publicId,
String systemId) |
Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace) |
@Nullable public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
resolveEntity
in interface XMLResolver
XMLStreamException
@Nullable public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
@Deprecated public String createDTD()
XMLEntityResolver
createDTD
in interface XMLEntityResolver
Copyright © 2003–2016 Atlassian. All rights reserved.