Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
446
Xalan: The org.apache.xalan.xsltc.trax.TransformerFactoryImpl Class
This
class is the implementation of a JAXP1.1 TransformerFactory for Translets. This
class extends javax.xml.transform.sax.SAXTransformerFactory to provide
SAX-specific factory methods.
A TrAX
TransformerFactory is an objects that processes transformation instructions,
and produces Templates. A Templates object provides a Transformer, which transforms one or
more Sources into one or more Results.
User should ensure
Thread safety while using TransformerFactory. TransformerFactory may not
perform multiple concurrent operarions.
Method Overviews
Methods
in this class serve as a factory for a concrete implementation of an
TransformerFactory, serve as a direct factory for Transformer objects, serve as
a factory for Templates objects, and manage processor specific features.
Example of newInstance()
newInstance() is used to used to create an instance
of JAXP TransformerFactory. This method is inherited from JAXP
TransformerFactory.