Difference between revisions of "lure.dom.document"
(Created page with "Documentation does not yet exist") |
|||
Line 1: | Line 1: | ||
− | + | == DOM Document Object == | |
+ | |||
+ | Desc | ||
+ | |||
+ | == DOM Document Properties == | ||
+ | |||
+ | Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented. | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Property | ||
+ | ! align="left" style="padding-left:10px;" | Description | ||
+ | ! align="left" style="padding-left:10px;" | Implemented | ||
+ | |- | ||
+ | | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | |} | ||
+ | |||
+ | == DOM Document Methods == | ||
+ | |||
+ | Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented. | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Method | ||
+ | ! align="left" style="padding-left:10px;" | Description | ||
+ | ! align="left" style="padding-left:10px;" | Implemented | ||
+ | |- | ||
+ | | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | |} | ||
+ | |||
+ | == DOM Document Inherited Properties == | ||
+ | |||
+ | This Object inherits the following properties from [[lure.dom.node|DOM Node]] | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Property | ||
+ | ! align="left" style="padding-left:10px;" | Description | ||
+ | ! align="left" style="padding-left:10px;" | Implemented | ||
+ | |- | ||
+ | | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | |} | ||
+ | |||
+ | == DOM Document Inherited Methods == | ||
+ | |||
+ | This Object inherits the following methods from [[lure.dom.node|DOM Node]] | ||
+ | |||
+ | |||
+ | {| | ||
+ | ! align="left" | Method | ||
+ | ! align="left" style="padding-left:10px;" | Description | ||
+ | ! align="left" style="padding-left:10px;" | Implemented | ||
+ | |- | ||
+ | | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | | align="left" style="padding-left:10px;" | | ||
+ | |} |
Revision as of 06:40, 3 November 2011
Contents
DOM Document Object
Desc
DOM Document Properties
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
Property | Description | Implemented |
---|---|---|
DOM Document Methods
Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.
Method | Description | Implemented |
---|---|---|
DOM Document Inherited Properties
This Object inherits the following properties from DOM Node
Property | Description | Implemented |
---|---|---|
DOM Document Inherited Methods
This Object inherits the following methods from DOM Node
Method | Description | Implemented |
---|---|---|