webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
Text Interface Reference

import"Text.idl";

Inheritance diagram for Text:
CharacterData CDATASection

Public Member Functions

Text splitText (unsigned long offset)
 
- Public Member Functions inherited from CharacterData
DOMString substringData (unsigned long offset, unsigned long length)
 
void appendData (DOMString data)
 
void insertData (unsigned long offset, DOMString data)
 
void deleteData (unsigned long offset, unsigned long length)
 
void replaceData (unsigned long offset, unsigned long length, DOMString data)
 

Public Attributes

readonly attribute DOMString wholeText
 
- Public Attributes inherited from CharacterData
attribute DOMString data
 
readonly attribute unsigned long length
 

Member Function Documentation

◆ splitText()

Text Text::splitText ( unsigned long  offset)

Member Data Documentation

◆ wholeText

readonly attribute DOMString Text::wholeText

The documentation for this interface was generated from the following file: