XmlNode.opIndex

Like findChild, but throws an exception if no such node is found.

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

Meta