IFeedXMLDocumentLoader Interface

Represents an object that can be used to load a FeedSync feed from an IXMLDOMDocument2 object.

interface IFeedMetadataXMLDocumentLoader : IUnknown

Members

IFeedMetadataXMLDocumentLoader methods Description

IFeedXMLDocumentLoader::LoadFeedFromXMLDocument

Loads a FeedSync feed from the specified IXMLDOMDocument2 object.

Remarks

This interface is implemented by IFeedSyncServices. A provider that has a feed in the IXMLDOMDocument2 format can use LoadFeedMetadataFromXMLDocument to load the feed into the IFeedSyncServices object instead of converting the feed to an IStream object and then using IFeedSyncServices::LoadFeed.

This interface can be acquired by calling the QueryInterface method of the IFeedSyncServices object.

Requirements

Header: Feedsync.h

See Also

Concepts

Sync Services for FeedSync Components