1.0 XmlDocument Interface

The XmlDocument interface provides access to the XML document through three views: a DOM tree view, a serialized stream view, and a SAX event view. The DirXML engine uses this interface to pass XML documents to and retrieve documents from the driver. Your driver should use this interface to pass XML documents to and retrieve documents from the DirXML engine.

This interface is different from the other interfaces in the NativeInterface.h file:

The following sections describe what is available for each view in the DirXML developer kit: