webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::CharacterIterator Class Reference

#include <TextIterator.h>

Public Member Functions

 CharacterIterator (const Range &, TextIteratorBehavior=TextIteratorDefaultBehavior)
 
bool atEnd () const
 
void advance (int numCharacters)
 
StringView text () const
 
Ref< Rangerange () const
 
bool atBreak () const
 
int characterOffset () const
 
 CharacterIterator (const Range &, TextIteratorBehavior=TextIteratorDefaultBehavior)
 
bool atEnd () const
 
void advance (int numCharacters)
 
StringView text () const
 
Ref< Rangerange () const
 
bool atBreak () const
 
int characterOffset () const
 

Constructor & Destructor Documentation

◆ CharacterIterator() [1/2]

CharacterIterator::CharacterIterator ( const Range range,
TextIteratorBehavior  behavior = TextIteratorDefaultBehavior 
)
explicit

◆ CharacterIterator() [2/2]

WebCore::CharacterIterator::CharacterIterator ( const Range ,
TextIteratorBehavior  = TextIteratorDefaultBehavior 
)
explicit

Member Function Documentation

◆ advance() [1/2]

void CharacterIterator::advance ( int  numCharacters)

◆ advance() [2/2]

void WebCore::CharacterIterator::advance ( int  numCharacters)

◆ atBreak() [1/2]

bool WebCore::CharacterIterator::atBreak ( ) const
inline

◆ atBreak() [2/2]

bool WebCore::CharacterIterator::atBreak ( ) const
inline

◆ atEnd() [1/2]

bool WebCore::CharacterIterator::atEnd ( ) const
inline

◆ atEnd() [2/2]

bool WebCore::CharacterIterator::atEnd ( ) const
inline

◆ characterOffset() [1/2]

int WebCore::CharacterIterator::characterOffset ( ) const
inline

◆ characterOffset() [2/2]

int WebCore::CharacterIterator::characterOffset ( ) const
inline

◆ range() [1/2]

Ref<Range> WebCore::CharacterIterator::range ( ) const

◆ range() [2/2]

Ref< Range > CharacterIterator::range ( ) const

◆ text() [1/2]

StringView WebCore::CharacterIterator::text ( ) const
inline

◆ text() [2/2]

StringView WebCore::CharacterIterator::text ( ) const
inline

The documentation for this class was generated from the following files: