IXMLNodeSource::GetFactory

4/8/2010

This method retrieves the IXMLNodeFactory interface specified by IXMLNodeSource::SetFactory. The NodeSource (or parser) delegates to the IXMLNodeFactory interface for each element it finds in the XML source.

Syntax

HRESULT GetFactory( 
  IXMLNodeFactory * ppNodeFactory
);

Parameters

  • ppNodeFactory
    [out] Pointer to the IXMLNodeFactory interface to be retrieved

Return Value

This function returns S_OK if the function succeeds. Otherwise, a failure code is returned (E_FAIL).

Requirements

Header xmlparser.h
Library xmlparser.lib
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also

Reference

IXMLNodeSource
IXMLNodeFactory
IXMLNodeSource::SetFactory