XmlImplementation Class
Defines the context for a set of XmlDocument objects.
For a list of all members of this type, see XmlImplementation Members.
System.Object
System.Xml.XmlImplementation
[Visual Basic] Public Class XmlImplementation [C#] public class XmlImplementation [C++] public __gc class XmlImplementation [JScript] public class XmlImplementation
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.
Remarks
XmlDocument objects that are created from the same implementation share the same XmlNameTable. This enables users to compare attribute and element names between the objects more efficiently.
Although the XmlDocument objects share the same implementation, to move nodes from one document to another you must use the ImportNode method.
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)