Issue 29 in xmltool: More iteration abilities

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 23, 2009, 7:22:29 PM4/23/09
to xml...@googlegroups.com
Status: New
Owner: mathieu.carbou
Labels: Type-Enhancement Priority-Medium Milestone-Release2.11

New issue 29 by mathieu.carbou: More iteration abilities
http://code.google.com/p/xmltool/issues/detail?id=29

amongst callbask, having the ability to iterate, like any collection, over
selected elements

--
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

codesite...@google.com

unread,
Apr 24, 2009, 5:58:39 PM4/24/09
to xml...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 29 by mathieu.carbou: More iteration abilities
http://code.google.com/p/xmltool/issues/detail?id=29

Added method getChilds() and getChilds(xpath) to create an iterable object
over
selected elements.

Example:

for (XMLTag xmlTag : tag.getChilds()) {
System.out.println(xmlTag.getCurrentTagName());

codesite...@google.com

unread,
Apr 24, 2009, 6:06:44 PM4/24/09
to xml...@googlegroups.com
Updates:
Status: Deployed

Comment #2 on issue 29 by mathieu.carbou: More iteration abilities
http://code.google.com/p/xmltool/issues/detail?id=29

(No comment was entered for this change.)

codesite...@google.com

unread,
Apr 25, 2009, 3:11:32 AM4/25/09
to xml...@googlegroups.com

Comment #3 on issue 29 by golimpio: More iteration abilities
http://code.google.com/p/xmltool/issues/detail?id=29

That will make my job easier.
I'll change my project to use this new iteration and run some tests.

Thank you.

Reply all
Reply to author
Forward
0 new messages