Element.opIndex

Returns the child node with the particular index.

Be aware that child nodes include text nodes, including whitespace-only nodes.

  1. ElementCollection opIndex(string selector)
  2. Element opIndex(size_t index)
    class Element
    opIndex
    (
    size_t index
    )
Suggestion Box / Bug Report