Reference serialize()

serialize()

Returns the element as a String.

myXML.serialize() is useful for sending the element over the network or saving it to a file.

Examples

Returns

String: element as a string.
This page is generated from the comments in src/io/p5.XML.js . Please feel free to edit it and submit a pull request!

Related References