Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.WriteContentTo Method

Writes the child nodes of this node to an System.Xml.XmlWriter. [Edit]

public abstract void WriteContentTo (XmlWriter w)

Parameters

w
The writer to write the nodes to. [Edit]

Remarks

This method is used to write its content nodes to the parameter System.Xml.XmlWriter. It does not write this node itself. For example, if this node is an element, the start and end tags are not written. [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0