30 const auto&
allElems = parent.elementsByTagName (
tag);
33 QVector<QDomElement>
result;
Container< T > Filter(const Container< T > &c, F f)
auto DomChildren(const QDomNode &parent, const QString &tag)
Creates a range iterating over direct children named tag.
QVector< QDomElement > DomDescendants(const QDomElement &parent, const QString &tag)
Creates a vector with all descendants of parent named tag.