Searched defs:ShallowClone (Results 1 – 2 of 2) sorted by relevance
854 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone() function in XMLText902 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone() function in XMLComment949 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone() function in XMLDeclaration1009 XMLNode* XMLUnknown::ShallowClone( XMLDocument* doc ) const in ShallowClone() function in XMLUnknown1403 XMLNode* XMLElement::ShallowClone( XMLDocument* doc ) const in ShallowClone() function in XMLElement
1456 virtual XMLNode* ShallowClone( XMLDocument* /*document*/ ) const { in ShallowClone() function