|
sarissa | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--XMLDocument
Field Summary | |
Object |
onreadystatechange
Emulate IE's onreadystatechange attribute |
Object |
parseError
Emulate IE's parseError attribute |
Object |
readyState
Emulates IE's readyState property, which always gives an integer from 0 to 4:
|
Method Summary | |
Object
|
load(sURI)
Overrides the original load method to provide synchronous loading for Mozilla versions prior to 1.4, using an XMLHttpRequest object (if async is set to false) |
Object
|
selectNodes(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectNodes. |
Object
|
selectSingleNode(sExpr, contextNode)
Extends the XMLDocument to emulate IE's selectSingleNodes. |
void
|
setProperty(x,y)
dummy, used to accept IE's stuff without throwing errors |
Field Detail |
Object onreadystatechange
Emulate IE's onreadystatechange attribute
Object parseError
Emulate IE's parseError attribute
Object readyState
Emulates IE's readyState property, which always gives an integer from 0 to 4:
Method Detail |
Object load(sURI)
Overrides the original load method to provide synchronous loading for Mozilla versions prior to 1.4, using an XMLHttpRequest object (if async is set to false)
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 selectSingleNodes.
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 |