XmlObjectBuilder<T> constructor
XmlObjectBuilder<T> (
- XmlStreamer _xmlStream,
- XmlProcessor<
T> _xmlProcessor
Implementation
XmlObjectBuilder(this._xmlStream, this._xmlProcessor) {
_xmlStream.read().listen(_onListen);
}