Searched refs:IsText (Results 1 – 7 of 7) sorted by relevance
92 if (pChild->IsText()) { in XmlElement()127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()139 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()238 if (!pChild->IsText()) in FirstElement()247 if (!pChild->IsText()) in NextElement()256 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in FirstWithNamespace()266 if (!pChild->IsText() && pChild->AsElement()->Name().Namespace() == ns) in NextWithNamespace()276 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in FirstNamed()286 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in FirstNamed()296 if (!pChild->IsText() && pChild->AsElement()->Name() == name) in NextNamed()[all …]
112 if (child->IsText()) { in PrintElement()
32 bool IsText() const { return IsTextImpl(); } in IsText() function
59 EXPECT_TRUE(pchild->IsText()); in TEST()
211 if (child->IsText()) { in SendStanzaError()
522 if (!child->IsText() && in FindGroup()
343 bool IsText() override;