wxSimpleHtmlTag Class Reference

#include <xmlutils/htmlparser.h>

List of all members.

Public Member Functions

 wxSimpleHtmlTag (const wxString &tagName, int tagType)
 ~wxSimpleHtmlTag ()
void ClearAttributes ()
wxSimpleHtmlAttributeFindAttribute (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)
wxSimpleHtmlAttributeGetFirstAttribute ()
void SetFirstAttribute (wxSimpleHtmlAttribute *attr)
int GetAttributeCount () const
wxSimpleHtmlAttributeGetAttribute (int i) const
wxSimpleHtmlTagGetChildren () const
void SetChildren (wxSimpleHtmlTag *children)
wxSimpleHtmlTagGetParent () const
void SetParent (wxSimpleHtmlTag *parent)
int GetChildCount () const
wxSimpleHtmlTagGetChild (int i) const
wxSimpleHtmlTagGetNext () 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)
wxSimpleHtmlTagFindTag (const wxString &tagName, const wxString &attrName=wxEmptyString)
bool FindTextUntilTagClose (wxString &text, const wxString &tagName)


Constructor & Destructor Documentation

wxSimpleHtmlTag::wxSimpleHtmlTag ( const wxString &  tagName,
int  tagType 
)

wxSimpleHtmlTag::~wxSimpleHtmlTag (  ) 


Member Function Documentation

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  ) 


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

Generated on Wed May 6 19:22:09 2009 for AxTk by  doxygen 1.5.8