throws ProcessingException, SAXException, IOException {
// Read parameters
this.m_parallel = parameters.getParameterAsBoolean("parallel", this.defaultParallel);
// Init transformer state
this.m_namespaces = new NamespacesTable();
this.m_resolver = resolver;
this.m_validity = null;
this.x_parameters = null;
this.x_value = null;
this.m_buffering = false;