sarissa

Class Document

Object
   |
   +--Document

class Document

Field Summary
 Object async
          
 Object onreadystatechange
          
 Object parseError
          
   
Method Summary
 Object load(sURI)
          
 Object transformNode(xslDoc)
          

Deprecated, will be removed in 0.9.6 (use XSLTProcessor instead): Extends the Document class to emulate IE's transformNode (deprecated).

Note : The result of your transformation must be well formed, otherwise you will get an error

 void transformNodeToObject(xslDoc, oResult)
          

Deprecated, will be removed in 0.9.6 (use XSLTProcessor instead): Extends the Document class to emulate IE's transformNodeToObject (deprecated).

Field Detail

async

Object async

onreadystatechange

Object onreadystatechange

parseError

Object parseError


Method Detail

load

Object load(sURI)

transformNode

Object transformNode(xslDoc)

transformNodeToObject

void transformNodeToObject(xslDoc, oResult)

sarissa

Documentation generated by JSDoc on Thu Jul 14 20:11:06 2005