CharacterData Interface Reference

import "CharacterData.idl";

Inherited by Comment, and Text.

Inheritance diagram for CharacterData:

Inheritance graph
[legend]
List of all members.

Public Member Functions

attribute DOMString data setter raises (DOMException)
DOMString substringData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length) raises (DOMException)
void appendData (in DOMString data) raises (DOMException)
void insertData (in[IsIndex] unsigned long offset, in DOMString data) raises (DOMException)
void deleteData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length) raises (DOMException)
void replaceData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length, in DOMString data) raises (DOMException)

Public Attributes

readonly attribute unsigned
long 
length

Detailed Description

Definition at line 22 of file CharacterData.idl.


Member Function Documentation

attribute DOMString data setter raises ( DOMException   ) 

DOMString substringData ( in unsigned long  offset[IsIndex],
in unsigned long  length[IsIndex] 
) raises (DOMException)

void appendData ( in DOMString  data  )  raises (DOMException)

void insertData ( in unsigned long  offset[IsIndex],
in DOMString  data 
) raises (DOMException)

void deleteData ( in unsigned long  offset[IsIndex],
in unsigned long  length[IsIndex] 
) raises (DOMException)

void replaceData ( in unsigned long  offset[IsIndex],
in unsigned long  length[IsIndex],
in DOMString  data 
) raises (DOMException)


Member Data Documentation

readonly attribute unsigned long length

Definition at line 27 of file CharacterData.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:11:12 2007 for Web Kit DOM by  doxygen 1.5.1