From: Ildar <ild...@gm...> - 2006-09-28 15:37:35
|
and one more ;) is there a way to get a count of nodes? e.g. - Find(...) allows to get the N-th node which meets the condition, but what's the number of nodes which meet the condition? - or how to get the number of wxXML_ELEMENT_NODE subnodes of wxXML_ELEMENT_NODE node? I understand I can enumerate the nodes and count them, is it the only possible solution? |