New issue 28 by mathieu.carbou: Adding methods
http://code.google.com/p/xmltool/issues/detail?id=28
XMLTag gotoLastChild(): goes to latest child amongst subchilds throw
exception if no child at all
XMLTag gotoFirstChild(): same but for first child
int getChildCount(): returns the number of child's elements
[...]
+ Tries to find some use cases and test them with a big xml file having a
lot of namespaces
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 28 by mathieu.carbou: Adding methods
http://code.google.com/p/xmltool/issues/detail?id=28
Added 4 goto* methods for childs and one int getChildCount()