serializeToString method

[This documentation is preliminary and is subject to change.]

Converts nodes in a Document Object Model (DOM) tree to a string that contains an XML representation of the tree.

Internet Explorer 9

Syntax

BSTR retVal = object.serializeToString(pNode);

Standards information

There are no standards that apply here.

Parameters

  • pNode [in]
    Type: IHTMLDOMNode

    The parent DOM node of a document tree to convert to an XML string.

 

 

Build date: 6/12/2012