sarissa

Class Element

Object
   |
   +--Element

class Element

 
Method Summary
 Object selectNodes(sExpr)
          

Extends the Element to emulate IE's selectNodes

 Object selectSingleNode(sExpr)
          

Extends the Element to emulate IE's selectNodes.

 Object transformNode(xslDoc)
          

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

 void transformNodeToObject(xslDoc, oResult)
          

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


Method Detail

selectNodes

Object selectNodes(sExpr)

selectSingleNode

Object selectSingleNode(sExpr)

transformNode

Object transformNode(xslDoc)

transformNodeToObject

void transformNodeToObject(xslDoc, oResult)

sarissa

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