XMLElement function asd() { parent.document.title="XMLElement"; } Overview File Class Tree Index Help sarissa PREV CLASS NEXT CLASS --> NEXT CLASS FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes SUMMARY: FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Class XMLElement Object | +--XMLElement class XMLElement Method Summary 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 transformNode Object transformNode(xslDoc) Deprecated, will be removed in 0.9.6 (use XSLTProcessor instead): Extends the Element class to emulate IE's transformNode (deprecated). Note : The result of your transformation must be well formed, otherwise you will get an error. Parameters: xslDoc - The stylesheet to use (a DOM Document instance) Returns: the result of the transformation serialized to an XML String Deprecated use the XSLTProcessor instead transformNodeToObject 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). Note : The transformation result must be well formed, otherwise an error will be thrown Parameters: xslDoc - The stylesheet to use (a DOM Document instance) oResult - The Document to store the transformation result Deprecated use the XSLTProcessor instead Overview File Class Tree Index Help sarissa PREV CLASS NEXT CLASS --> NEXT CLASS FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes SUMMARY: FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Documentation generated by JSDoc on Thu Nov 30 22:06:11 2006