Searched refs:InsertChildNode (Results 1 – 4 of 4) sorted by relevance
121 parent.InsertChildNode(&nodeC, -1); in TEST()130 parent.InsertChildNode(&nodeD, 1); in TEST()136 parent.InsertChildNode(&nodeE, 0); in TEST()142 parent.InsertChildNode(&nodeF, 10); in TEST()
34 void InsertChildNode(CFX_XMLNode* pNode, int32_t index);
13 void CFX_XMLNode::InsertChildNode(CFX_XMLNode* pNode, int32_t index) { in InsertChildNode() function in CFX_XMLNode
263 doc->GetRoot()->InsertChildNode(doc->CreateNode<CFX_XMLInstruction>(L"xml"), in LoadXML()