|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--XMLDocument
Method Summary | |
Object
|
selectNodes(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectNodes. |
Object
|
selectSingleNode(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectSingleNode. |
void
|
setProperty(x,y)
dummy, used to accept IE's stuff without throwing errors |
Method Detail |
Object selectNodes(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectNodes.
sExpr
- the XPath expression to use
contextNode
- this is for internal use only by the same method when called on Elements
Object selectSingleNode(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectSingleNode.
sExpr
- the XPath expression to use
contextNode
- this is for internal use only by the same method when called on Elements
void setProperty(x,y)
|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |