Object
zXMLSerializer
The zXmlSerializer
class is a cross-browser version of Mozilla's
built-in XMLSerializer
object, which can be used to serialize XML
DOM documents to text.
Nicholas C. Zakas, http://www.nczonline.net/
1.0
1.0
String |
serializeToString(Node
oNode) Returns a string representation of the XML node. |
public String serializeToString(Node oNode)
Returns a string representation of the XML node.
oNode
- The node to serialize.A string representation of the XML node.