Uses of Interface
com.atlassian.confluence.xml.XslTransformer
Packages that use XslTransformer
-
Uses of XslTransformer in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type XslTransformerModifierConstructorDescriptionXsltMailContentProcessor
(String xslResource, XslTransformer transformer, XMLEntityResolver entityResolver, HtmlToXmlConverter htmlToXmlConverter) -
Uses of XslTransformer in com.atlassian.confluence.xml
Classes in com.atlassian.confluence.xml that implement XslTransformerModifier and TypeClassDescriptionclass
An implementation of the XslTransformer interface which will perform transforms using the Xalan Transformer.class
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).