Home | History | Annotate | Download | only in localize

Lines Matching refs:attrs

350             vector<XMLAttribute> attrs;
351 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "ctype", ctype));
353 attrs, XMLNode::EXACT);
370 vector<XMLAttribute> attrs;
374 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "id", idStr));
378 "ph", attrs, XMLNode::EXACT);
386 "bpt", attrs, XMLNode::EXACT);
392 "ept", attrs, XMLNode::EXACT);
423 vector<XMLAttribute> attrs;
424 attrs.push_back(XMLAttribute(XMLNS_XMLNS, "space", "preserve"));
425 XMLNode* node = XMLNode::NewElement(str.pos, XLIFF_XMLNS, name, attrs, XMLNode::EXACT);
461 vector<XMLAttribute> attrs;
462 XLIFF_NAMESPACES.AddToAttributes(&attrs);
463 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "version", "1.2"));
464 root = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "xliff", attrs, XMLNode::PRETTY);