ReactOS 0.4.15-dev-6067-g0b695a6
|
iterator access to children nodes with name filtering More...
#include <xmlstorage.h>
Classes | |
struct | iterator |
internal iterator class More... | |
Public Member Functions | |
XMLChildrenFilter (XMLNode::Children &children, const XS_String &name) | |
XMLChildrenFilter (XMLNode *node, const XS_String &name) | |
iterator | begin () |
iterator | end () |
Protected Attributes | |
iterator | _begin |
iterator | _end |
iterator access to children nodes with name filtering
Definition at line 1298 of file xmlstorage.h.
|
inline |
Definition at line 1300 of file xmlstorage.h.
|
inline |
Definition at line 1381 of file xmlstorage.h.
|
inline |
Definition at line 1386 of file xmlstorage.h.
|
protected |
Definition at line 1392 of file xmlstorage.h.
Referenced by begin().
|
protected |
Definition at line 1393 of file xmlstorage.h.
Referenced by end().