abstractpublic class XScriptObject implements Source,Serviceable(Code)
XScriptObject is the root class implemented by all the
object types in XScript. Every XScriptObject is essentially a
Source object.
author: Ovidiu Predescu version: CVS $Id: XScriptObject.java 433543 2006-08-22 06:22:54Z crossley $ since: August 4, 2001
Apply the XSLT stylesheet defined by the stylesheet
variable to this instance. Return the result of the
transformation as an XScriptObject.
Parameters: stylesheet - a XScriptObject value Parameters: params - a Parameters value containing optionalarguments to be passed to the XSLT processor. XScriptObject object containing the resultof the XSLT processing. exception: IllegalArgumentException - if an error occurs exception: ProcessingException - if an error occurs