Lines Matching refs:children
144 if (!currentParent->children.empty()) { in characterDataHandler()
145 Node* lastChild = currentParent->children.back().get(); in characterDataHandler()
323 children.push_back(std::move(child)); in addChild()
336 for (auto& child : children) { in clone()
353 for (auto& child : children) { in clone()
374 for (auto& childNode : children) { in findChildWithAttribute()
377 if (child->children.empty()) { in findChildWithAttribute()
380 child = child->children[0].get(); in findChildWithAttribute()
402 for (auto& childNode : children) { in getChildElements()
405 if (child->children.empty()) { in getChildElements()
408 child = child->children[0].get(); in getChildElements()