onProcess method

Stream<T?> onProcess()

Implementation

Stream<T?> onProcess() {
  return _xmlProcessor.onProcess();
}