#include <TextIterator.h>
|
static WEBCORE_EXPORT int | rangeLength (const Range *, bool spacesForReplacedElements=false) |
|
static WEBCORE_EXPORT RefPtr< Range > | rangeFromLocationAndLength (ContainerNode *scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements=false) |
|
static WEBCORE_EXPORT bool | getLocationAndLengthFromRange (Node *scope, const Range *, size_t &location, size_t &length) |
|
static WEBCORE_EXPORT Ref< Range > | subrange (Range *entireRange, int characterOffset, int characterCount) |
|
static WEBCORE_EXPORT int | rangeLength (const Range *, bool spacesForReplacedElements=false) |
|
static WEBCORE_EXPORT RefPtr< Range > | rangeFromLocationAndLength (ContainerNode *scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements=false) |
|
static WEBCORE_EXPORT bool | getLocationAndLengthFromRange (Node *scope, const Range *, size_t &location, size_t &length) |
|
static WEBCORE_EXPORT Ref< Range > | subrange (Range *entireRange, int characterOffset, int characterCount) |
|
◆ TextIterator() [1/2]
◆ ~TextIterator() [1/2]
WebCore::TextIterator::~TextIterator |
( |
| ) |
|
◆ TextIterator() [2/2]
◆ ~TextIterator() [2/2]
◆ advance() [1/2]
void WebCore::TextIterator::advance |
( |
| ) |
|
◆ advance() [2/2]
◆ appendTextToStringBuilder() [1/2]
void WebCore::TextIterator::appendTextToStringBuilder |
( |
StringBuilder & |
builder | ) |
const |
|
inline |
◆ appendTextToStringBuilder() [2/2]
void WebCore::TextIterator::appendTextToStringBuilder |
( |
StringBuilder & |
builder | ) |
const |
|
inline |
◆ atEnd() [1/2]
bool WebCore::TextIterator::atEnd |
( |
| ) |
const |
|
inline |
◆ atEnd() [2/2]
bool WebCore::TextIterator::atEnd |
( |
| ) |
const |
|
inline |
◆ copyableText() [1/2]
◆ copyableText() [2/2]
◆ getLocationAndLengthFromRange() [1/2]
bool WebCore::TextIterator::getLocationAndLengthFromRange |
( |
Node * |
scope, |
|
|
const Range * |
range, |
|
|
size_t & |
location, |
|
|
size_t & |
length |
|
) |
| |
|
static |
◆ getLocationAndLengthFromRange() [2/2]
◆ node() [1/2]
◆ node() [2/2]
Node * WebCore::TextIterator::node |
( |
| ) |
const |
◆ range() [1/2]
Ref< Range > WebCore::TextIterator::range |
( |
| ) |
const |
◆ range() [2/2]
◆ rangeFromLocationAndLength() [1/2]
◆ rangeFromLocationAndLength() [2/2]
RefPtr< Range > WebCore::TextIterator::rangeFromLocationAndLength |
( |
ContainerNode * |
scope, |
|
|
int |
rangeLocation, |
|
|
int |
rangeLength, |
|
|
bool |
spacesForReplacedElements = false |
|
) |
| |
|
static |
◆ rangeLength() [1/2]
int WebCore::TextIterator::rangeLength |
( |
const Range * |
range, |
|
|
bool |
spacesForReplacedElements = false |
|
) |
| |
|
static |
◆ rangeLength() [2/2]
◆ subrange() [1/2]
◆ subrange() [2/2]
Ref< Range > WebCore::TextIterator::subrange |
( |
Range * |
entireRange, |
|
|
int |
characterOffset, |
|
|
int |
characterCount |
|
) |
| |
|
static |
◆ text() [1/2]
◆ text() [2/2]
The documentation for this class was generated from the following files: