Uses of Interface
com.atlassian.confluence.xml.XMLEntityResolver
-
Packages that use XMLEntityResolver Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.mail com.atlassian.confluence.xml -
-
Uses of XMLEntityResolver in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type XMLEntityResolver Constructor Description DefaultXmlEventReaderFactory(XMLEntityResolver resolver)
-
Uses of XMLEntityResolver in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type XMLEntityResolver Constructor Description XsltMailContentProcessor(String xslResource, XslTransformer transformer, XMLEntityResolver entityResolver, HtmlToXmlConverter htmlToXmlConverter)
-
Uses of XMLEntityResolver in com.atlassian.confluence.xml
Classes in com.atlassian.confluence.xml that implement XMLEntityResolver Modifier and Type Class Description class
XhtmlEntityResolver
An entity resolver for XHTML entities which will read the entities from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML.
-