This topic has not yet been rated - Rate this topic

serializeToString method

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

Internet Explorer 9

Syntax


 retVal = object.serializeToString(pNode);

Parameters

pNode [in]

Type: IHTMLDOMNode

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

Standards information

There are no standards that apply here.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.