Class Document
Object
|
+--Document
- class
Document
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).
|
async
Object async
onreadystatechange
Object onreadystatechange
parseError
Object parseError
load
Object load(sURI)
transformNode
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
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 Document class to emulate IE's transformNodeToObject (deprecated).
Parameters:
xslDoc
- The stylesheet to use (a DOM Document instance)
oResult
- The Document to store the transformation result
Deprecated use the XSLTProcessor instead
Throws:- Errors that try to be informative
Documentation generated by
JSDoc on Thu Jul 14 20:11:06 2005