Class XMLSerializer
Defined in: sarissa.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Utility class to serialize DOM Node objects to XML strings
|
Method Attributes | Method Name and Description |
---|---|
serializeToString(oNode)
Serialize the given DOM Node to an XML string
|
Method Detail
serializeToString(oNode)
Serialize the given DOM Node to an XML string
- Parameters:
- {DOMNode} oNode
- the DOM Node to serialize