uCosminexus Application Server, XML Processor User Guide

[Contents][Glossary][Index][Back][Next]

3.2.3 Class Used by the XSLTC Transformer

The TransformerFactoryXSLTC class is used in the XSLTC transformer.

This section describes the classes used by XSLTC transformer.

Organization of this subsection
(1) TransformerFactoryXSLTC class

(1) TransformerFactoryXSLTC class

(a) Description

This class creates the TransformerFactory instance for the XSLTC transformer.

(b) Package and class names

com.cosminexus.jaxp.xsltc.TransformerFactoryXSLTC

(c) Format
public class TransformerFactoryXSLTC
(d) List of methods
Method name Function
newInstance Creates new instances of TransformerFactory
(e) Method details

newInstance method
Description
This method creates a new TransformerFactory instance for the XSLTC transformer.
Format
public static TransformerFactory newInstance()
Parameters
None
Return value
This method returns the new instance of TransformerFactory.
Exception
None