SimpleXML.this

Constructs a SimpleXML instance and parses the given content.

  1. this(uint nodes)
  2. this(T[] xml)
    class SimpleXML(T)
    this
    (
    T[] xml
    )

Parameters

xml T[]

the content to parse

Meta