Home | History | Annotate | Download | only in localize

Lines Matching refs:NewElement

352             XMLNode* copy = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, "g",
377 XMLNode* ph = XMLNode::NewElement(original->Position(), XLIFF_XMLNS,
385 XMLNode* begin = XMLNode::NewElement(original->Position(), XLIFF_XMLNS,
391 XMLNode* end = XMLNode::NewElement(original->Position(), XLIFF_XMLNS,
425 XMLNode* node = XMLNode::NewElement(str.pos, XLIFF_XMLNS, name, attrs, XMLNode::EXACT);
464 root = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "xliff", attrs, XMLNode::PRETTY);
489 XMLNode* fileNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "file", fileAttrs,
494 XMLNode* bodyNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "body",
509 XMLNode* transUnitNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "trans-unit",
516 XMLNode* extraNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "extradata",
540 XMLNode* altTransNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "alt-trans",
547 XMLNode* extraNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS,