Uses of Interface
com.atlassian.confluence.xml.XMLEntityResolver

Packages that use XMLEntityResolver
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
DefaultXmlEventReaderFactory(XMLEntityResolver resolver)
           
 

Uses of XMLEntityResolver in com.atlassian.confluence.mail
 

Constructors in com.atlassian.confluence.mail with parameters of type XMLEntityResolver
XsltMailContentProcessor(java.lang.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
 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.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.