Lines Matching defs:element
10 * SPAttributeRelSVG class stores the mapping of element->attribute
32 * This functions checks whether an element -> attribute pair is allowed or not
34 bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring element)
43 // Strip of "svg:" from the element's name
44 Glib::ustring temp = element;
64 //g_warning( "Invalid attribute: %s used on <%s>", attribute.c_str(), element.c_str() );
70 * One timer singleton constructor, to load the element -> attributes data
85 g_warning("Could not open the data file for XML attribute-element map construction: %s", filepath.c_str());
104 std::string element;
106 element = s;
107 attributesOfElements[element].insert(prop);