public class XhtmlEntityResolver extends Object implements XMLEntityResolver
Constructor and Description |
---|
XhtmlEntityResolver() |
Modifier and Type | Method and Description |
---|---|
String |
createDTD()
Deprecated.
since 5.8. Use the the following DTD declaration instead: <!DOCTYPE content-root SYSTEM "xhtml.ent">
|
@Nullable InputSource |
resolveEntity(String publicId,
String systemId) |
@Nullable Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace) |
public @Nullable Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException
resolveEntity
in interface XMLResolver
XMLStreamException
public @Nullable 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–2020 Atlassian. All rights reserved.