IXMLNodeFactory

Send Feedback

Implement the IXMLNodeFactory interface and plug it into the NodeSource (or IXMLParser). In the case of the IXMLParser, calls to the NodeFactory are made as it parses the XML document.

The following methods are used with the IXMLNodeFactory interface.

Method Description
IXMLNodeFactory::BeginChildren Called when a node can contain children.
IXMLNodeFactory::CreateNode Called during parsing for every element (the main method for this interface).
IXMLNodeFactory::EndChildren Called when all the subelements of the given element are complete.
IXMLNodeFactory::Error Called when the parser encounters an error in the XML document.
IXMLNodeFactory::NotifyEvent Tells the IXMLNodeFactory interface where it is in the XML document.

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.