Searched refs:CSimpleTag (Results 1 – 5 of 5) sorted by relevance
29 void CSimpleTag::startTag() in startTag()35 void CSimpleTag::endTag() in endTag()40 void CSimpleTag::addCharacters(const std::wstring& characters) in addCharacters()45 void CSimpleTag::addAttributes(const XmlTagAttributes_t& attributes ) in addAttributes()50 std::wstring CSimpleTag::getTagContent( ) in getTagContent()55 ::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & attrname ) in getTagAttribute()
35 class CSimpleTag : public ITag class38 CSimpleTag(){}; in CSimpleTag() function in CSimpleTag39 CSimpleTag( const XmlTagAttributes_t& attributes ):m_SimpleAttributes(attributes){}; in CSimpleTag() function in CSimpleTag
41 m_pSimple_Builder = new CSimpleTag( ); in CMetaInfoReader()82 m_pSimple_Builder = new CSimpleTag( ); in CMetaInfoReader()
98 return new CSimpleTag(XmlAttributes); in chooseTagReader()
32 class CSimpleTag;141 CSimpleTag* m_pSimple_Builder;
Completed in 15 milliseconds