XopDocument.GetWriterForNode Method
Gets an XML writer that can write to the specified XML node.
Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class xopDocumentImplementation
Inherits XopDocument
Protected Overrides Function GetWriterForNode(node As XmlNode)
MyBase.GetWriterForNode(node)
End Function
End Class
Syntax
'Declaration
Protected Overridable Function GetWriterForNode( _
ByVal node As XmlNode _
) As XmlWriter
protected virtual XmlWriter GetWriterForNode(
XmlNode node
);
protected:
virtual XmlWriter^ GetWriterForNode(
XmlNode^ node
);
protected virtual XmlWriter GetWriterForNode(
XmlNode node
);
protected function GetWriterForNode(
node : XmlNode
) : XmlWriter;
Parameters
- node
The System.Xml.XmlNode to get an XML writer for.
Return Value
A System.Xml.XmlWriter for node.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XopDocument Class
XopDocument Members
Microsoft.Web.Services3.Mime Namespace