XML DOM reset() Method

Definition and Usage

The reset() method restores an XSLTProcessor to the default state.

Syntax:

reset()

Description

This method restores an XSLTProcessor to its default state, which is the state it was in when it was first created. After calling this method, there are no stylesheets or parameters associated with the XSLTProcessor.