예제 #1
0
파일: CSS.cpp 프로젝트: radiosity/libepub
bool CSSSelector::matches(const ustring & name) const
{

	string key = name.collate_key();

	return selector_keys.count(key) > 0;

}