XmlParentNode.opSlice
Allows slicing child nodes using node[i .. j] syntax.
Parameters
start | The start index (inclusive). |
end | The end index (exclusive). |
Returns
A range (slice) over the children.
Allows slicing child nodes using node[i .. j] syntax.
start | The start index (inclusive). |
end | The end index (exclusive). |