• Home
  • Raw
  • Download

Lines Matching refs:XMLAttribute

350             vector<XMLAttribute> attrs;  in convert_html_to_xliff()
351 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "ctype", ctype)); in convert_html_to_xliff()
370 vector<XMLAttribute> attrs; in convert_html_to_xliff()
374 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "id", idStr)); in convert_html_to_xliff()
423 vector<XMLAttribute> attrs; in create_string_node()
424 attrs.push_back(XMLAttribute(XMLNS_XMLNS, "space", "preserve")); in create_string_node()
461 vector<XMLAttribute> attrs; in ToXMLNode()
463 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "version", "1.2")); in ToXMLNode()
476 vector<XMLAttribute> fileAttrs; in ToXMLNode()
477 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "datatype", "x-android-res")); in ToXMLNode()
478 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "original", file.filename)); in ToXMLNode()
483 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "date", trim_string(ctime(&tv.tv_sec)))); in ToXMLNode()
485 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "source-language", m_sourceConfig.locale)); in ToXMLNode()
486 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "target-language", m_targetConfig.locale)); in ToXMLNode()
487 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "build-num", m_currentVersion)); in ToXMLNode()
495 vector<XMLAttribute>(), XMLNode::PRETTY); in ToXMLNode()
505 vector<XMLAttribute> tuAttrs; in ToXMLNode()
508 tuAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "id", transUnit.id)); in ToXMLNode()
515 vector<XMLAttribute> extradataAttrs; in ToXMLNode()
539 vector<XMLAttribute> altTransAttrs; in ToXMLNode()
546 vector<XMLAttribute> extradataAttrs; in ToXMLNode()