Skip to end of metadata
Go to start of metadata

XMLSerializer

Similar to standard XMLSerializer. Used to convert a DOM document into a valid XML string.

Class Constructor

XMLSerializer

Creates a new XMLSerializer object

 

Initialization Parameters

 

None

 

Methods

Name Description 
serializeToString

Serialize a DOM document object to an XML string.

Basic Example:

Parameters

 

NameRequiredTypeDefaultDescription
document
Yes
  

DOM document object.

 

 

  • No labels