A TransformerFactory instance can be used to create
javax.xml.transform.Transformer
and
javax.xml.transform.Templates
objects.
The system property that determines which Factory implementation
to create is named "javax.xml.transform.TransformerFactory"
.
This property names a concrete subclass of the
TransformerFactory
abstract class. If the property is not
defined, a platform default is be used.