Reset this Transformer to its original configuration.
Transformer is reset to the same state as when it was created with TransformerFactory.NewTransformer, TransformerFactory.NewTransformer(ISource) or ITemplates.NewTransformer. reset() is designed to allow the reuse of existing Transformers thus saving resources associated with the creation of new Transformers.
The reset Transformer is not guaranteed to have the same Javax.Xml.Transform.IURIResolver or Javax.Xml.Transform.IErrorListenerObjects, e.g. Java.Lang.Object.Equals(Java.Lang.Object). It is guaranteed to have a functionally equal URIResolver and ErrorListener.