Class Transformation

Object
   |
   +--Transformation

class Transformation

Defined in xslt.js

Version: $Id: xslt.js,v 1.7 2008/08/29 21:22:55 Johann Exp $

Author: Johann Burkard


Constructor Summary
Transformation()
            Constructor for client-side XSLT transformations.
 
Method Summary
 Object getCallback()
           Returns the callback function.
 String getXml()
           Returns the URL of the XML document.
 Object getXmlDocument()
           Returns the XML document.
 String getXslt()
           Returns the URL of the XSLT document.
 Object getXsltDocument()
           Returns the XSLT document.
 Transformation setCallback(c)
           Sets the callback function
 Transformation setXml(x)
           Sets the URL of the XML document.
 Transformation setXslt(x)
           Sets the URL of the XSLT document.
 void transform(target)
           Sets the target element to write the transformed content to and asynchronously starts the transformation process.

Constructor Detail

Transformation

Transformation()

Method Detail

getCallback

Object getCallback()

getXml

String getXml()

getXmlDocument

Object getXmlDocument()

getXslt

String getXslt()

getXsltDocument

Object getXsltDocument()

setCallback

Transformation setCallback(c)

setXml

Transformation setXml(x)

setXslt

Transformation setXslt(x)

transform

void transform(target)


Documentation generated by JSDoc on Fri Aug 29 23:41:18 2008