XMLSerializer object
Provides a method to convert nodes in a Document Object Model (DOM) tree to an XML string.
![]() |
Members
The XMLSerializer object has these types of members:
Methods
The XMLSerializer object has these methods.
| Method | Description |
|---|---|
| serializeToString |
Converts nodes in a DOM tree to a string that contains an XML representation of the tree. |
Standards information
There are no standards that apply here.
Remarks
Do the following to create an instance:
oXMLSerializer = new XMLSerializer();
Show:
