XmlObjectBuilder<T> constructor

XmlObjectBuilder<T>(
  1. XmlStreamer _xmlStream,
  2. XmlProcessor<T> _xmlProcessor
)

Implementation

XmlObjectBuilder(this._xmlStream, this._xmlProcessor) {
  _xmlStream.read().listen(_onListen);
}