XmlNode.opIndex

Like findChildren[index], but throws an exception if there are not enough such nodes.

  1. XmlNode opIndex(string tag)
  2. XmlNode opIndex(string tag, size_t index)
    class XmlNode
    final
    opIndex
    (
    string tag
    ,
    size_t index
    )
  3. XmlNode opIndex(size_t index)

Meta