IDOMXmlSerializer interface

Provides a method that converts nodes in a Document Object Model (DOM) tree to an XML string.

Members

The IDOMXmlSerializer interface inherits from the IDispatch interface. IDOMXmlSerializer also has these types of members:

  • Methods

Methods

The IDOMXmlSerializer interface has these methods.

Method Description
serializeToString

Converts nodes in a DOM tree to a string that contains an XML representation of the tree.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch