Lines Matching refs:attrs
32 const vector<XMLAttribute>& attrs, XMLHandler** next);
57 const vector<XMLAttribute>& attrs, XMLHandler** next)
60 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT);
94 const vector<XMLAttribute>& attrs, XMLHandler** next);
114 const vector<XMLAttribute>& attrs, XMLHandler** next)
117 string id = XMLAttribute::Find(attrs, "", "name", "");
118 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT);
125 string id = XMLAttribute::Find(attrs, "", "name", "");
217 vector<XMLAttribute> attrs;
218 ANDROID_NAMESPACES.AddToAttributes(&attrs);
219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY);
245 vector<XMLAttribute> attrs;