|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Document
Method Summary | |
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). |
Method Detail |
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
xslDoc
- The stylesheet to use (a DOM Document instance)
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).
xslDoc
- The stylesheet to use (a DOM Document instance)
oResult
- The Document to store the transformation result
|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |