 Loading...
Class XMLSerializer
Implements capabilities of serialization DOM structure to XML string.
Members Table
The following table lists the members exposed by the XMLSerializer object.
|
Show:
|
Property |
Type |
Readonly |
Description |
Method |
Returns |
Description |
serializeToString
|
String |
The subtree rooted by the specified element is serialized to a string. |
Sytaxis:
object.serializeToString(node) Arguments:
Name |
Type |
O/R |
Description |
node |
XMLNode |
Required |
The root of the subtree to be serialized. This could be any node, including a Document. |
|
Event |
B |
C |
Interface |
Description |
Constant |
Value |
Description |
|
|