Searched refs:XmlTagAttributes_t (Results 1 – 14 of 14) sorted by relevance
30 CAutoStyleTag::CAutoStyleTag( const XmlTagAttributes_t& attributes ): in CAutoStyleTag()48 void CAutoStyleTag::addAttributes(const XmlTagAttributes_t& attributes) in addAttributes()55 XmlTagAttributes_t::const_iterator iter = attributes.find(CONTENT_STYLE_STYLE_NAME); in addAttributes()64 XmlTagAttributes_t::const_iterator iter_lan = attributes.find(CONTENT_STYLE_PROPERTIES_LANGUAGE); in addAttributes()65 XmlTagAttributes_t::const_iterator iter_con = attributes.find(CONTENT_STYLE_PROPERTIES_COUNTRY); in addAttributes()66 …XmlTagAttributes_t::const_iterator iter_lan_asain = attributes.find(CONTENT_STYLE_PROPERTIES_LANGU… in addAttributes()67 …XmlTagAttributes_t::const_iterator iter_con_asain = attributes.find(CONTENT_STYLE_PROPERTIES_COUNT… in addAttributes()
39 CSimpleTag( const XmlTagAttributes_t& attributes ):m_SimpleAttributes(attributes){}; in CSimpleTag()44 virtual void addAttributes(const XmlTagAttributes_t& attributes);51 XmlTagAttributes_t m_SimpleAttributes;
45 CAutoStyleTag( const XmlTagAttributes_t& attributes );50 virtual void addAttributes(const XmlTagAttributes_t& attributes);
92 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()178 const XmlTagAttributes_t& attributes) in start_element()
208 ITag* CMetaInfoReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& Xml… in chooseTagReader()261 const XmlTagAttributes_t& attributes) in start_element()
43 virtual void addAttributes(const XmlTagAttributes_t& attributes) = 0;
46 virtual void addAttributes(const XmlTagAttributes_t& /*attributes*/){}; in addAttributes() argument
41 virtual void addAttributes(const XmlTagAttributes_t& attributes);
45 void CSimpleTag::addAttributes(const XmlTagAttributes_t& attributes ) in addAttributes()
45 void CKeywordsTag::addAttributes(const XmlTagAttributes_t& /*attributes*/) in addAttributes() argument
51 typedef std::map<Name_t, Value_t> XmlTagAttributes_t; typedef52 typedef std::pair<Characters_t, XmlTagAttributes_t> XmlTag_t;55 const XmlTag_t EMPTY_XML_TAG = std::make_pair(std::wstring(), XmlTagAttributes_t());
63 const XmlTagAttributes_t& attributes);91 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
95 const XmlTagAttributes_t& attributes);123 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
55 const XmlTagAttributes_t& attributes) = 0;
Completed in 40 milliseconds