Difference between revisions of "lure.dom.comment"

(Created page with "Documentation does not yet exist")
 
 
Line 1: Line 1:
Documentation does not yet exist
+
== Comment Object ==
 +
 
 +
Desc
 +
 
 +
== Comment Properties ==
 +
 
 +
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
 +
 
 +
This Object does not declare additional Properties
 +
 
 +
== Comment Methods ==
 +
 
 +
Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.
 +
 
 +
This Object does not declare additional Methods
 +
 
 +
== Comment Inherited Properties ==
 +
 
 +
This Object inherits the following properties from [[lure.dom.cdata|DOM CData]]
 +
 
 +
{|
 +
! align="left" | Property
 +
|-
 +
| Data
 +
|-
 +
| length
 +
|-
 +
| nodeName
 +
|-
 +
| nodeValue
 +
|}
 +
 
 +
== Comment Inherited Methods ==
 +
 
 +
This Object inherits the following Methods from [[lure.dom.cdata|DOM CData]]
 +
 
 +
{|
 +
! align="left" | Method
 +
|-
 +
| appendData()
 +
|-
 +
| deleteData()
 +
|-
 +
| insertData()
 +
|-
 +
| replaceData()
 +
|-
 +
| splitText()
 +
|-
 +
| substringData()
 +
|}

Latest revision as of 11:00, 5 November 2011

Comment Object

Desc

Comment Properties

Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.

This Object does not declare additional Properties

Comment Methods

Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.

This Object does not declare additional Methods

Comment Inherited Properties

This Object inherits the following properties from DOM CData

Property
Data
length
nodeName
nodeValue

Comment Inherited Methods

This Object inherits the following Methods from DOM CData

Method
appendData()
deleteData()
insertData()
replaceData()
splitText()
substringData()