XmlReader constructor

XmlReader(
  1. String data
)

Implementation

XmlReader(String data) {
  _events = parseEvents(data).iterator;
}