Saves all the children of the node to the specified XmlWriter.
[Visual Basic] MustOverride Public Sub WriteContentTo( _ ByVal w As XmlWriter _ ) [C#] public abstract void WriteContentTo( XmlWriter w ); [C++] public: virtual void WriteContentTo( XmlWriter* w ) = 0; [JScript] public abstract function WriteContentTo( w : XmlWriter );