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