Searched refs:getTagContent (Results 1 – 9 of 9) sorted by relevance
238 m_AllMetaInfo[META_INFO_KEYWORDS].first =m_pKeywords_Builder->getTagContent( ); in saveTagContent()248 m_AllMetaInfo[tag_name].first =pTagBuilder->getTagContent( ); in saveTagContent()
44 virtual ::std::wstring getTagContent( void ) = 0;
47 virtual std::wstring getTagContent( void ) in getTagContent() function in CDummyTag
42 virtual std::wstring getTagContent();
45 virtual std::wstring getTagContent();
50 std::wstring CSimpleTag::getTagContent( ) in getTagContent() function in CSimpleTag
50 std::wstring CKeywordsTag::getTagContent( ) in getTagContent() function in CKeywordsTag
51 virtual std::wstring getTagContent(){ return EMPTY_STRING; }; in getTagContent() function in CAutoStyleTag
208 ( EMPTY_STRING != pTagBuilder->getTagContent( ) ) ) in end_element()
Completed in 23 milliseconds