Searched refs:parentElement (Results 1 – 4 of 4) sorted by relevance
75 const char* parentElement() const;
64 const char* ImportContext::parentElement() const { in parentElement() function in ImportContext
651 context.parentElement() && in xmlImportChild()652 !strcmp(context.parentElement(), _UI_STATE_ELEMENT)) { in xmlImportChild()
278 if(strcmp(context.parentElement(), s_element) != 0) { in xmlImportChildBegin()