|
XPSEDAPI
|


Public Member Functions | |
| Text | splitText (in unsigned long offset) raises (DOMException) |
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 Member Functions inherited from dom::Node | |
| Node | insertBefore (in Node newChild, in Node refChild) raises (DOMException) |
| Node | replaceChild (in Node newChild, in Node oldChild) raises (DOMException) |
| Node | removeChild (in Node oldChild) raises (DOMException) |
| Node | appendChild (in Node newChild) raises (DOMException) |
| boolean | hasChildNodes () |
| Node | cloneNode (in boolean deep) |
| void | normalize () |
| boolean | isSupported (in DOMString feature, in DOMString version) |
| boolean | hasAttributes () |
Public Member Functions inherited from XPCOM::IObject | |
| void | add_ref () |
| Called to indicate that some code is keeping an owning reference to the object. | |
| oneway void | release_ref () |
| Removes a reference to an object which was created by some other means (e.g. | |
| IObject | query_interface (in utf8string id) |
| Returns an IObject of the same implementation, which supports a specific interface. | |
Additional Inherited Members | |
Public Attributes inherited from dom::CharacterData | |
| attribute DOMString | data |
| readonly attribute unsigned long | length |
Definition at line 235 of file DOM_APISPEC.idl.
| Text dom::Text::splitText | ( | in unsigned long | offset | ) | raises (DOMException) |