Searched refs:GetElementByNameAt (Results 1 – 3 of 3) sorted by relevance
95 XMLNode* GetElementByNameAt(const string& ns, const string& name, size_t index) const;
41 return parent->GetElementByNameAt(ns, name, 0); in get_unique_node()46 : parent->GetElementByNameAt(XLIFF_XMLNS, name, 1)->Position(); in get_unique_node()
408 XMLNode::GetElementByNameAt(const string& ns, const string& name, size_t index) const in GetElementByNameAt() function in XMLNode