10000 wish to add another xml_node::traverse function meber · Issue #77 · zeux/pugixml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
wish to add another xml_node::traverse function meber #77
Closed
@baixuefeng

Description

@baixuefeng

at present, the xml_node::traverse function:
...
if (!walker.for_each(arg_for_each))
return false;
...

But, sometimes, I want to use it like this:
...
if (walker.for_each(arg_for_each) && cur.first_child())
{
// traverse it's child tree
}
else
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0