51 if ( iter != attributes.end())
65 if ( ( iter_lan!= attributes.end() ) && ( iter_con != attributes.end() ) )
66 setLocale( ::std::make_pair( iter_lan->second,iter_con->second ) );
67 else if ( ( iter_lan_asain!= attributes.end() ) && ( iter_con_asain != attributes.end() ) )
68 setLocale( ::std::make_pair( iter_lan_asain->second,iter_con_asain->second ) );
virtual void addAttributes(const XmlTagAttributes_t &attributes) override
void setLocale(const LocaleSet_t &Locale)
void setStyle(::std::wstring const &Style)
virtual void endTag() override
virtual void addCharacters(const std::wstring &characters) override
StyleLocalePair_t m_CurrentStyleLocalePair
virtual void startTag() override
void clearStyleLocalePair()
#define CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN
#define CONTENT_STYLE_PROPERTIES_COUNTRY
#define CONTENT_STYLE_PROPERTIES_COUNTRYASIAN
#define CONTENT_STYLE_PROPERTIES_LANGUAGE
#define CONTENT_STYLE_STYLE_NAME
::std::pair< Language_t, Country_t > LocaleSet_t
std::map< std::wstring, std::wstring > XmlTagAttributes_t
const StyleLocalePair_t EMPTY_STYLELOCALE_PAIR