C++ HTTP Stack  0.10
CHtmlElement 멤버 목록

다음에 대한 모든 멤버의 목록입니다 : CHtmlElement (모든 상속된 멤버들도 포함합니다.)

AddAttribute(std::string &strName, std::string &strValue, char cSep)CHtmlElementprotected
AddClass(const char *pszClass, int iClassLen=-1)CHtmlElementprotected
CHtmlElement()CHtmlElement
Clear()CHtmlElement
GetData()CHtmlElement
GetElementData(const char *pszName, const int iIndex=0)CHtmlElement
GetElementDataTrim(const char *pszName, const int iIndex=0)CHtmlElement
GetName()CHtmlElement
GetText(std::string &strText)CHtmlElement
GetText(std::string &strText, bool(*Allow)(CHtmlElement *pclsElement))CHtmlElement
IsClass(const char *pszClass)CHtmlElement
IsDataEmpty()CHtmlElement
IsId(const char *pszId)CHtmlElement
m_clsAttributeMapCHtmlElementprotected
m_clsClassMapCHtmlElementprotected
m_clsElementListCHtmlElementprotected
m_eTypeCHtmlElementprotected
m_strDataCHtmlElementprotected
m_strIdCHtmlElementprotected
m_strNameCHtmlElementprotected
Parse(const char *pszText, int iTextLen)CHtmlElement
Parse(std::string &strText)CHtmlElement
SelectAttribute(const char *pszName)CHtmlElement
SelectAttribute(const char *pszName, std::string &strValue)CHtmlElement
SelectAttribute(const char *pszName, int &iValue)CHtmlElement
SelectAttributeTrim(const char *pszName)CHtmlElement
SelectAttributeTrim(const char *pszName, std::string &strValue)CHtmlElement
SelectElement(const char *pszName, const int iIndex=0)CHtmlElement
SelectElement(const int iIndex)CHtmlElement
SelectElementData(const char *pszName, std::string &strData, const int iIndex=0)CHtmlElement
SelectElementList(const char *pszName, HTML_ELEMENT_LIST &clsList)CHtmlElement
SelectElementTrimData(const char *pszName, std::string &strData, const int iIndex=0)CHtmlElement
SetName(const char *pszText, int iNameLen)CHtmlElementprotected
ToString(char *pszText, int iTextSize, bool bUseTab=false, int iDepth=0)CHtmlElement
ToString(std::string &strText, bool bUseTab=false, int iDepth=0)CHtmlElement
~CHtmlElement()CHtmlElement