public interface XsltTransformerResolver
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"
.Modifier and Type | Method and Description |
---|---|
TransformerFactory |
resolveTransformerFactory()
Returns a {TransformerFactory} using the strategy for resolution provided by the underlying implementation.
|
TransformerFactory resolveTransformerFactory()
Copyright © 2003–2015 Atlassian. All rights reserved.