wxTTSSimpleHtmlParser Class Reference
#include <tts/tts_htmlparser.h>
List of all members.
Constructor & Destructor Documentation
| wxTTSSimpleHtmlParser::wxTTSSimpleHtmlParser |
( |
|
) |
|
| wxTTSSimpleHtmlParser::~wxTTSSimpleHtmlParser |
( |
|
) |
|
Member Function Documentation
| void wxTTSSimpleHtmlParser::Clear |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::EatWhitespace |
( |
int & |
pos |
) |
|
| bool wxTTSSimpleHtmlParser::EatWhitespace |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::Eof |
( |
int |
pos |
) |
const [inline] |
| bool wxTTSSimpleHtmlParser::Eof |
( |
|
) |
const [inline] |
| int wxTTSSimpleHtmlParser::GetChar |
( |
size_t |
i |
) |
const |
| bool wxTTSSimpleHtmlParser::IsAlpha |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::IsComment |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::IsDirective |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::IsNumeric |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::IsString |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::IsTagClose |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::IsTagEndBracket |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::IsTagStartBracket |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::IsWhitespace |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::IsWord |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::IsWordChar |
( |
int |
ch |
) |
|
| bool wxTTSSimpleHtmlParser::Matches |
( |
const wxString & |
tok, |
|
|
bool |
eatIt = FALSE | |
|
) |
| | |
| bool wxTTSSimpleHtmlParser::ParseComment |
( |
|
) |
|
| bool wxTTSSimpleHtmlParser::ParseFile |
( |
const wxString & |
filename, |
|
|
const wxString & |
encoding = wxEmptyString | |
|
) |
| | |
| bool wxTTSSimpleHtmlParser::ParseString |
( |
const wxString & |
str |
) |
|
| bool wxTTSSimpleHtmlParser::ParseText |
( |
wxString & |
text |
) |
|
| bool wxTTSSimpleHtmlParser::ReadLiteral |
( |
wxString & |
str, |
|
|
bool |
eatIt = FALSE | |
|
) |
| | |
| bool wxTTSSimpleHtmlParser::ReadNumber |
( |
wxString & |
str, |
|
|
bool |
eatIt = FALSE | |
|
) |
| | |
| bool wxTTSSimpleHtmlParser::ReadString |
( |
wxString & |
str, |
|
|
bool |
eatIt = FALSE | |
|
) |
| | |
| bool wxTTSSimpleHtmlParser::ReadWord |
( |
wxString & |
str, |
|
|
bool |
eatIt = FALSE | |
|
) |
| | |
| void wxTTSSimpleHtmlParser::SetPosition |
( |
int |
pos |
) |
[inline] |
| bool wxTTSSimpleHtmlParser::WriteFile |
( |
wxString & |
filename |
) |
|
The documentation for this class was generated from the following files: