Patch Method

Microsoft XML Diff

Microsoft XML Diff 1.0 and XML Patch 1.0

XmlPatch.Patch Method

Applies the XDL Diffgram to a source document to create a modified document.

Overload List

Modifies the document in the XmlDocument by applying the XDL Diffgram parsed by an XmlReader.

[Visual Basic] Overloads Public Sub Patch(XmlDocument, XmlReader)
[C#] public void Patch(XmlDocument, XmlReader)

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

[Visual Basic] Overloads Public Sub Patch(XmlNode, XmlReader)
[C#] public void Patch(XmlNode, XmlReader)

Modifies the document or fragment identified by the file name or URL by applying the XDL Diffgram parsed by an XmlReader. The resulting patched document or fragment is outputted to a Stream.

[Visual Basic] Overloads Public Sub Patch(String, Stream, XmlReader)
[C#] public void Patch(String, Stream, XmlReader)

Modifies the document or fragment parsed by an XmlReader by applying the XDL Diffgram that is also parsed by an XmlReader. The resulting patched document is outputted to a Stream.

[Visual Basic] Overloads Public Sub Patch(XmlReader, Stream, XmlReader)
[C#] public void Patch(XmlReader, Stream, XmlReader)

See Also

XmlPatch Class | XmlPatch Members | Microsoft.XmlDiffPatch

© 2002 Microsoft Corporation. All rights reserved.