Searched refs:first_child_ (Results 1 – 2 of 2) sorted by relevance
61 first_child_(NULL), in XmlElement()71 first_child_(NULL), in XmlElement()88 XmlChild ** ppLast = &first_child_; in XmlElement()91 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) { in XmlElement()109 first_child_(NULL), in XmlElement()127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()128 return first_child_->AsText()->Text(); in BodyText()137 } else if (first_child_ == NULL) { in SetBodyText()139 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()140 first_child_->AsText()->SetText(text); in SetBodyText()[all …]
227 XmlChild* first_child_; variable