Referencia 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.

Ejemplos

Sintaxis

serialize()

Parámetros

Returns

String: element as a string.

Referencias Relacionadas