XPSEDAPI
|
Public Member Functions | |
Text | splitText (in unsigned long offset) raises (DOMException) |
![]() | |
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) |
![]() | |
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 () |
![]() | |
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 | |
![]() | |
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) |