IXMLNodeFactory::NotifyEvent

4/8/2010

This is a convenience method that tells the IXMLNodeFactory interface where it is in the XML document.

Syntax

HRESULT NotifyEvent( 
  IXMLNodeSource * pSource,
  XML_NODEFACTORY_EVENT iEvt
);

Parameters

  • pSource
    The node source is passed into each node factory call so that the node factory can call back and obtain important information, such as the current line number, or stop the parser
  • iEvt
    An event value that indicates to the IXMLNodeFactory interface the current XML document status

Return Value

Refer to the XML_NODEFACTORY enumeration for a listing of the return values associated with this method.

Requirements

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

See Also

Reference

IXMLNodeFactory
XML_NODE_INFO