Section 25.329. XMLSerializer.serializeToString( ): convert an XML document or node to a string


25.329. XMLSerializer.serializeToString( ): convert an XML document or node to a string

25.329.1. Synopsis

 String serializeToString(Node node) 

25.329.1.1. Arguments

node

The XML node to be serialized. This may be a Document object or any Element within the document.

25.329.1.2. Returns

A string of XML markup that represents the serialized form of the specified node and all its descendants.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net