|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
Object selectNodes(sExpr)
Extends the Element to emulate IE's selectNodes
sExpr
- the XPath expression to use
Object selectSingleNode(sExpr)
Extends the Element to emulate IE's selectNodes.
sExpr
- the XPath expression to use
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
.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 Element class to emulate IE's transformNodeToObject (deprecated). Note : The transformation result must be well formed, otherwise an error will be thrown
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 |