- source
- Source of XSLT document used to create Transformer. Examples of XML Sources include Javax.Xml.Transform.Stream.StreamSource, Javax.Xml.Transform.Sax.SAXSource and Javax.Xml.Transform.Dom.DOMSource.
Documentation for this section has not yet been entered.
Type Reason Javax.Xml.Transform.TransformerConfigurationException Thrown if there are errors when parsing the Source or it is not possible to create a Transformer instance.
Process the Source into a TransformerObject. The Source is an XSLT document that conforms to . Care must be taken not to use this Transformer in multiple Threads running concurrently. Different TransformerFactories can be used concurrently by different Threads.