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

Collaboration diagram for dom::Comment:

Additional Inherited Members | |
![]() | |
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) |
![]() | |
attribute DOMString | data |
readonly attribute unsigned long | length |
Detailed Description
Definition at line 240 of file DOM_APISPEC.idl.