XmlProcessor<T> constructor

XmlProcessor<T>()

Implementation

XmlProcessor() {
  _controller = new StreamController<T>();
}