XmlParentNode.opIndex

inout(XmlNode) opIndex(size_t index) inout @safe

Allows accessing a child node by index.

Parameters

indexThe child index.

Returns

The child node at the given index.