DOMCharacterData
Description
Type Tags
DOMNode
Object Value
Objects of type DOMCharacterData have no value, and it is an error to try to get or set this value.
DOMCharacterData.new()
Description
Prototype
DOMCharacterData.new ()
Parameters
None
Properties
| Property | Type | Description |
|---|---|---|
| _node | DOMNode | |
| appendData | function | |
| deleteData | function | |
| getData | function | |
| getLength | function | |
| insertData | function | |
| replaceData | function | |
| setData | function | |
| substringData | function | |
| type | type |
Methods
appendData()
Description
Prototype
DOMCharacterDatavar.appendData (
DOMCharacterData ,
string me )
arg
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| arg | None | string |
deleteData()
Description
Prototype
DOMCharacterDatavar.deleteData (
DOMCharacterData ,
integer me,
integer offset )
count
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| offset | None | integer | |
| count | None | integer |
getData()
Description
Prototype
DOMCharacterDatavar.getData (
DOMCharacterData )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData |
getLength()
Description
Prototype
DOMCharacterDatavar.getLength (
DOMCharacterData )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData |
insertData()
Description
Prototype
DOMCharacterDatavar.insertData (
DOMCharacterData ,
integer me,
string offset )
arg
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| offset | None | integer | |
| arg | None | string |
replaceData()
Description
Prototype
DOMCharacterDatavar.replaceData (
DOMCharacterData ,
integer me,
integer offset,
string count )
arg
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| offset | None | integer | |
| count | None | integer | |
| arg | None | string |
setData()
Description
Prototype
DOMCharacterDatavar.setData (
DOMCharacterData ,
string me )
data
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| data | None | string |
substringData()
Description
Prototype
DOMCharacterDatavar.substringData (
DOMCharacterData ,
integer me,
integer offset )
count
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMCharacterData | |
| offset | None | integer | |
| count | None | integer |


