LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
domchildrenrange.h File Reference
#include <QDomElement>
#include <QString>
#include "sllconfig.h"
+ Include dependency graph for domchildrenrange.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LC::Util
 

Functions

auto LC::Util::DomChildren (const QDomNode &parent, const QString &tag)
 Creates a range iterating over direct children named tag. More...
 
QVector< QDomElement > LC::Util::DomDescendants (const QDomElement &parent, const QString &tag)
 Creates a vector with all descendants of parent named tag. More...