Difference between revisions of "lure.dom.cdata"

(Created page with "Documentation does not yet exist")
 
(CData Properties)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Documentation does not yet exist
+
== CData Object ==
 +
 
 +
Desc
 +
 
 +
== CData 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
 +
|-
 +
| data
 +
|style="padding-left:10px;"|Sets or returns the text of this node
 +
|style="padding-left:10px;"|Yes
 +
|-
 +
| length
 +
|style="padding-left:10px;"|Returns the length of the CDATA section
 +
|style="padding-left:10px;"|Yes
 +
|}
 +
 
 +
== CData 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
 +
|-
 +
| appendData()
 +
| align="left" style="padding-left:10px;" |Appends data to the node
 +
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
| deleteData()
 +
| align="left" style="padding-left:10px;" |Deletes data from the node
 +
| align="left" style="padding-left:10px;" |No
 +
|-
 +
| insertData()
 +
| align="left" style="padding-left:10px;" |Inserts data into the node
 +
| align="left" style="padding-left:10px;" |No
 +
|-
 +
| replaceData()
 +
| align="left" style="padding-left:10px;" |Replaces data in the node
 +
| align="left" style="padding-left:10px;" |No
 +
|-
 +
| splitText()
 +
| align="left" style="padding-left:10px;" |Splits the CDATA node into two nodes
 +
| align="left" style="padding-left:10px;" |No
 +
|-
 +
| substringData()
 +
| align="left" style="padding-left:10px;" |Extracts data from the node
 +
| align="left" style="padding-left:10px;" |No
 +
|}
 +
 
 +
== CData Inherited Properties ==
 +
 
 +
This Object inherits the following properties from [[lure.dom.node|DOM Node]]
 +
 
 +
{|
 +
! align="left" | Property
 +
|-
 +
| nodeName
 +
|-
 +
| nodeValue
 +
|}
 +
 
 +
== CData Inherited Methods ==
 +
 
 +
This Object does not inherit Methods from any base Object

Latest revision as of 11:36, 5 November 2011

CData Object

Desc

CData Properties

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

Property Description Implemented
data Sets or returns the text of this node Yes
length Returns the length of the CDATA section Yes

CData Methods

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

Method Description Implemented
appendData() Appends data to the node Yes
deleteData() Deletes data from the node No
insertData() Inserts data into the node No
replaceData() Replaces data in the node No
splitText() Splits the CDATA node into two nodes No
substringData() Extracts data from the node No

CData Inherited Properties

This Object inherits the following properties from DOM Node

Property
nodeName
nodeValue

CData Inherited Methods

This Object does not inherit Methods from any base Object