com.atlassian.confluence.xml
Interface XsltTransformerResolver
- All Known Implementing Classes:
- ExportXsltTransformerResolver
public interface XsltTransformerResolver
Resolves a TransformerFactory
which can be used for XSLT processing and parsing. This interface is used
to decouple the client code from an explicit dependency on an XSLT parser without resorting to the use of
"javax.xml.transform.TransformerFactory"
.
Method Summary |
javax.xml.transform.TransformerFactory |
resolveTransformerFactory()
Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation. |
resolveTransformerFactory
javax.xml.transform.TransformerFactory resolveTransformerFactory()
- Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.
- Returns:
- an instance of TransformerFactory
Copyright © 2003-2014 Atlassian. All Rights Reserved.