XmlPath.select

XmlElement[] select(XmlElement root) const @safe

Selects elements under root that match this path.

Parameters

rootRoot element.

Returns

Matching elements, in document order.