CellML API
dom::Comment Interface Reference
dom::Comment Interface Reference
Inheritance diagram for dom::Comment:

Collaboration diagram for dom::Comment:

Additional Inherited Members | |
Public Member Functions inherited from dom::CharacterData | |
| DOMString | substringData (in unsigned long offset, in unsigned long count) raises (DOMException) |
| void | appendData (in DOMString arg) raises (DOMException) |
| void | insertData (in unsigned long offset, in DOMString arg) raises (DOMException) |
| void | deleteData (in unsigned long offset, in unsigned long count) raises (DOMException) |
| void | replaceData (in unsigned long offset, in unsigned long count, in DOMString arg) raises (DOMException) |
Public Attributes inherited from dom::CharacterData | |
| attribute DOMString | data |
| readonly attribute unsigned long | length |
Detailed Description
Definition at line 240 of file DOM_APISPEC.idl.

Public Member Functions inherited from