Home | History | Annotate | Download | only in localize

Lines Matching refs:XMLAttribute

32                                 const vector<XMLAttribute>& attrs, XMLHandler** next);
57 const vector<XMLAttribute>& attrs, XMLHandler** next)
94 const vector<XMLAttribute>& attrs, XMLHandler** next);
114 const vector<XMLAttribute>& attrs, XMLHandler** next)
117 string id = XMLAttribute::Find(attrs, "", "name", "");
125 string id = XMLAttribute::Find(attrs, "", "name", "");
217 vector<XMLAttribute> attrs;
225 vector<XMLAttribute> arrayAttrs;
226 arrayAttrs.push_back(XMLAttribute("", "name", it->first));
245 vector<XMLAttribute> attrs;
249 strNode->EditAttributes().push_back(XMLAttribute("", "name", str.id));