DOMText
Description
Type Tags
DOMNode, DOMCharacterData
Object Value
Objects of type DOMText have no value, and it is an error to try to get or set this value.
DOMText.new()
Description
Prototype
DOMText
.new
()
Parameters
None
Properties
Property | Type | Description |
---|---|---|
_characterData | DOMCharacterData | |
splitText | function | |
type | type |
Methods
splitText()
Description
Prototype
DOMTextvar
.splitText
(
DOMText
,
integer me
)
offset
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | DOMText | |
offset | None | integer |