Get the stylesheet specification(s) associated via the xml-stylesheet
processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with
the document specified in the source parameter, and that match the given
criteria.
Get the transform serial number as assigned by the device
This serial number can be used to correleate between logs on
the device and the transformer instance.
Force the contents of the stylesheet to be sent to the device, even if the
stylesheet is already in cache on the device, and test whether it has changed
since it was last compiled (if ever).
Set the error event handler for the TransformerFactory, which is used for
the processing of transformation instructions, and not for the
transformation itself.
Set the progress listener for the transformer instance, which is used for
the processing of transformation instructions, and not for the
transformation itself.
Set the progress listener for the transformer factory, which is used for
the processing of transformation instructions, and not for the
transformation itself.
The xaProgressListener interface is implemented
by objects that monitor the progress of the transform; the methods
in this interface are invoked by code that performs the transform.