Parser_destroy

Destroys a SAX Parser instance returned from the Parser_new method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void IFAPI Parser_destroy (
    NAMESPACE(SAX)Parser   *parser);
 

Parameters

parser
(IN) Points to the parser interface to destroy.