Share via


IXMLNodeFactory::NotifyEvent

Send Feedback

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 get 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 Values

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

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: xmlparser.h
Library: xmlparser.lib

See Also

IXMLNodeFactory | XML_NODEFACTORY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.