Google Apps Script
Feedback on this document

Class XmlNode

Base Xml node type. Specifies all the functionality that is common to all Xml nodes. Nodes can be tagged to provide a mapping between nodes and object for the client. This is purely a convenience mechanism and can be supplanted by the client with an Identity map under their own control.

Methods

MethodReturn typeBrief description
toXmlString()String

Detailed documentation

toXmlString()

Return

String — this node in string form. For Elements and Documents this will be the fully converted node in XML string form. For other minor nodes (like Attributes) this will be in simplified XML fragments like: foo="bar"

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.