Copies everything from the given reader to the writer, moving the XmlReader to the end of the current element.
[Visual Basic] Public Sub WriteNode( _ ByVal reader As XmlReader, _ ByVal defattr As Boolean _ ) [C#] public void WriteNode( XmlReader reader, bool defattr ); [C++] public: void WriteNode( XmlReader* reader, bool defattr ); [JScript] public function WriteNode( reader : XmlReader, defattr : Boolean );
If the XmlReader is in the initial state, this method moves the reader to EOF.
XmlWriter Class | XmlWriter Members | System.NewXml Namespace