XmlParentNode.opSlice

inout(XmlNode)[] opSlice(size_t start, size_t end) inout @safe

Allows slicing child nodes using node[i .. j] syntax.

Parameters

startThe start index (inclusive).
endThe end index (exclusive).

Returns

A range (slice) over the children.