Uses of Interface
com.atlassian.confluence.xml.XMLEntityResolver
Packages that use XMLEntityResolver
Package
Description
-
Uses of XMLEntityResolver in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type XMLEntityResolver -
Uses of XMLEntityResolver in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type XMLEntityResolverModifierConstructorDescriptionXsltMailContentProcessor
(String xslResource, XslTransformer transformer, XMLEntityResolver entityResolver, HtmlToXmlConverter htmlToXmlConverter) -
Uses of XMLEntityResolver in com.atlassian.confluence.xml
Classes in com.atlassian.confluence.xml that implement XMLEntityResolverModifier and TypeClassDescriptionclass
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.