InputSource_new

Returns a new SAX input source instance for use with an instance of the SAX parser.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 NAMESPACE(SAX)InputSource * IFAPI InputSource_new ();
 

Remarks

The returned interface must be freed by calling the InputSource_destroy method when finished.