![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Namespaces | |
namespace | LC |
namespace | LC::Util |
Functions | |
auto | LC::Util::DomChildren (const QDomNode &parent, const QString &tag) |
Creates a range iterating over direct children named tag. | |
QVector< QDomElement > | LC::Util::DomDescendants (const QDomElement &parent, const QString &tag) |
Creates a vector with all descendants of parent named tag . | |