XmlHash.cs
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:14k
源码类别:
xml/soap/webservice
开发平台:
Visual C++
- //------------------------------------------------------------------------------
- // <copyright file="XmlHash.cs" company="Microsoft">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
- //------------------------------------------------------------------------------
- using System;
- using System.Xml;
- using System.Diagnostics;
- namespace Microsoft.XmlDiffPatch
- {
- internal class XmlHash
- {
- // Fields
- bool _bIgnoreChildOrder = false;
- bool _bIgnoreComments = false;
- bool _bIgnorePI = false;
- bool _bIgnoreWhitespace = false;
- bool _bIgnoreNamespaces = false;
- bool _bIgnorePrefixes = false;
- bool _bIgnoreXmlDecl = false;
- bool _bIgnoreDtd = false;
- const string Delimiter = "