[webkit-dev] How to find out how many children in a RenderObject

n179911 n179911 at gmail.com
Thu Jun 25 22:59:31 PDT 2009


Can you please tell me how can I find out how many children in a RenderObject?
In RenderObject, I only see these method, I can't find a way which
return the number of children from a given RenderObject

 RenderObject* childAt(unsigned) const;
 RenderObject* firstLeafChild() const;
 RenderObject* lastLeafChild() const;

Thank you.


More information about the webkit-dev mailing list