#include <xmlutils/htmlparser.h>
Public Member Functions | |
| wxSimpleHtmlTag (const wxString &tagName, int tagType) | |
| ~wxSimpleHtmlTag () | |
| void | ClearAttributes () |
| wxSimpleHtmlAttribute * | FindAttribute (const wxString &name) const |
| void | AppendAttribute (const wxString &name, const wxString &value) |
| void | ClearChildren () |
| void | AppendTag (wxSimpleHtmlTag *tag) |
| void | Write (wxOutputStream &stream) |
| wxString | GetTagText () |
| const wxString & | GetName () const |
| void | SetName (const wxString &name) |
| int | GetType () const |
| void | SetType (int t) |
| const wxString & | GetText () const |
| void | SetText (const wxString &text) |
| wxSimpleHtmlAttribute * | GetFirstAttribute () |
| void | SetFirstAttribute (wxSimpleHtmlAttribute *attr) |
| int | GetAttributeCount () const |
| wxSimpleHtmlAttribute * | GetAttribute (int i) const |
| wxSimpleHtmlTag * | GetChildren () const |
| void | SetChildren (wxSimpleHtmlTag *children) |
| wxSimpleHtmlTag * | GetParent () const |
| void | SetParent (wxSimpleHtmlTag *parent) |
| int | GetChildCount () const |
| wxSimpleHtmlTag * | GetChild (int i) const |
| wxSimpleHtmlTag * | GetNext () const |
| bool | NameIs (const wxString &name) |
| bool | HasAttribute (const wxString &name, const wxString &value) const |
| bool | HasAttribute (const wxString &name) const |
| bool | GetAttributeValue (wxString &value, const wxString &attrName) |
| wxSimpleHtmlTag * | FindTag (const wxString &tagName, const wxString &attrName=wxEmptyString) |
| bool | FindTextUntilTagClose (wxString &text, const wxString &tagName) |
| wxSimpleHtmlTag::wxSimpleHtmlTag | ( | const wxString & | tagName, | |
| int | tagType | |||
| ) |
| wxSimpleHtmlTag::~wxSimpleHtmlTag | ( | ) |
| void wxSimpleHtmlTag::AppendAttribute | ( | const wxString & | name, | |
| const wxString & | value | |||
| ) |
| void wxSimpleHtmlTag::AppendTag | ( | wxSimpleHtmlTag * | tag | ) |
| void wxSimpleHtmlTag::ClearAttributes | ( | ) |
| void wxSimpleHtmlTag::ClearChildren | ( | ) |
| wxSimpleHtmlAttribute * wxSimpleHtmlTag::FindAttribute | ( | const wxString & | name | ) | const |
| wxSimpleHtmlTag * wxSimpleHtmlTag::FindTag | ( | const wxString & | tagName, | |
| const wxString & | attrName = wxEmptyString | |||
| ) |
| bool wxSimpleHtmlTag::FindTextUntilTagClose | ( | wxString & | text, | |
| const wxString & | tagName | |||
| ) |
| wxSimpleHtmlAttribute * wxSimpleHtmlTag::GetAttribute | ( | int | i | ) | const |
| int wxSimpleHtmlTag::GetAttributeCount | ( | ) | const |
| bool wxSimpleHtmlTag::GetAttributeValue | ( | wxString & | value, | |
| const wxString & | attrName | |||
| ) |
| wxSimpleHtmlTag * wxSimpleHtmlTag::GetChild | ( | int | i | ) | const |
| int wxSimpleHtmlTag::GetChildCount | ( | ) | const |
| wxSimpleHtmlTag* wxSimpleHtmlTag::GetChildren | ( | ) | const [inline] |
| wxSimpleHtmlAttribute* wxSimpleHtmlTag::GetFirstAttribute | ( | ) | [inline] |
| const wxString& wxSimpleHtmlTag::GetName | ( | ) | const [inline] |
| wxSimpleHtmlTag* wxSimpleHtmlTag::GetNext | ( | ) | const [inline] |
| wxSimpleHtmlTag* wxSimpleHtmlTag::GetParent | ( | ) | const [inline] |
| wxString wxSimpleHtmlTag::GetTagText | ( | ) |
| const wxString& wxSimpleHtmlTag::GetText | ( | ) | const [inline] |
| int wxSimpleHtmlTag::GetType | ( | ) | const [inline] |
| bool wxSimpleHtmlTag::HasAttribute | ( | const wxString & | name | ) | const |
| bool wxSimpleHtmlTag::HasAttribute | ( | const wxString & | name, | |
| const wxString & | value | |||
| ) | const |
| bool wxSimpleHtmlTag::NameIs | ( | const wxString & | name | ) | [inline] |
| void wxSimpleHtmlTag::SetChildren | ( | wxSimpleHtmlTag * | children | ) | [inline] |
| void wxSimpleHtmlTag::SetFirstAttribute | ( | wxSimpleHtmlAttribute * | attr | ) | [inline] |
| void wxSimpleHtmlTag::SetName | ( | const wxString & | name | ) | [inline] |
| void wxSimpleHtmlTag::SetParent | ( | wxSimpleHtmlTag * | parent | ) | [inline] |
| void wxSimpleHtmlTag::SetText | ( | const wxString & | text | ) | [inline] |
| void wxSimpleHtmlTag::SetType | ( | int | t | ) | [inline] |
| void wxSimpleHtmlTag::Write | ( | wxOutputStream & | stream | ) |
1.5.8