Discussion:
[Clanlib-devel] CL_DomNode vs. CL_DomElement (children-wise)
Emanuel Greisen
2006-02-17 19:49:26 UTC
Permalink
Hi ppl,

Can someone tell me the logic behind the following methods being
implemented on CL_DomNode:

get_first_child()
get_child_nodes(...)
etc.

and this method only existing on CL_DomElement:

get_children_by_tag_name(...)

I am writing some more methods for grabbing data from XML. And I would
love to not implement them the wrong place.

Thx,
./Emanuel

Loading...