Searched defs:NextChild (Results 1 – 3 of 3) sorted by relevance
29 XmlChild* NextChild() { return next_child_; } in NextChild() function30 const XmlChild* NextChild() const { return next_child_; } in NextChild() function
45 void NextChild() { in NextChild() function
52 ChildItTy NextChild; ///< The next child, modified inplace during DFS. member