Patch Method (XmlNode, XmlReader)

Microsoft XML Diff

Microsoft XML Diff 1.0 and XML Patch 1.0

XmlPatch.Patch Method (XmlNode, XmlReader)

Modifies the node tree that is rooted in the XmlNode by applying the XDL Diffgram parsed by an XmlReader.

[Visual Basic]
Overloads Public Sub Patch( _
  ByRef sourceNode As XmlNode, _
  ByVal diffgram As XmlReader _
)
[C#]
public void Patch(
  ref XmlNode sourceNode,
  XmlReader diffgram
);

Parameters

sourceNode
An XmlNode containing the source node to be modified. The parameter must be passed by reference.
diffgram
The XDL Diffgram that is parsed by the XmlReader to apply to the source document.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows .NET Server

See Also

XmlPatch Class | XmlPatch Members | Microsoft.XmlDiffPatch

© 2002 Microsoft Corporation. All rights reserved.