| xml.XsltTransformer.setParameter(
   param STRING,
   value STRING )
 | Set parameters in an instance of an XSLTTransformercorresponding to the XSLT entries named byparam. | 
| xml.XsltTransformer.getParameter(
   param STRING)
  RETURNS STRING
 | Get the value of a given parameter in an instance of an XSLTTransformercorresponding to the XSLT entry named byparam. | 
| xml.XsltTransformer.clearParameters()
 | Clear all parameters in an instance of an XSLTTransformerobject. | 
| xml.XsltTransformer.doTransform(
   doc xml.DomDocument )
  RETURNS xml.DomDocument
 | Transforms the input source based on the XSLT style sheet used to
create the XsltTransformerinstance and returns the transformed
document. | 
| xml.XsltTransformer.getErrorDescription(
   index INTEGER )
  RETURNS STRING
 | Returns the exact description of the error referenced by the
index. | 
| xml.XsltTransformer.getErrorsCount()
  RETURNS INTEGER
 | Returns the number of errors. |