Uses of Interface
com.atlassian.confluence.xml.XslTransformer
-
Packages that use XslTransformer Package Description com.atlassian.confluence.mail com.atlassian.confluence.xml -
-
Uses of XslTransformer in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type XslTransformer Constructor Description XsltMailContentProcessor(String xslResource, XslTransformer transformer, XMLEntityResolver entityResolver, HtmlToXmlConverter htmlToXmlConverter)
-
Uses of XslTransformer in com.atlassian.confluence.xml
Classes in com.atlassian.confluence.xml that implement XslTransformer Modifier and Type Class Description class
XalanXslTransformer
An implementation of the XslTransformer interface which will perform transforms using the Xalan Transformer.class
XhtmlXalanXslTransformer
An XslTransformer that expects to transform XHTML input documents and will be automatically configured to resolve XHTML entities (without going out to the W3C site).
-