XmlImplementation Class
Defines the context for a set of XmlDocument objects.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlImplementation() | Initializes a new instance of the XmlImplementation class. |
![]() | XmlImplementation(XmlNameTable^) | Initializes a new instance of the XmlImplementation class with the XmlNameTable specified. |
| Name | Description | |
|---|---|---|
![]() | CreateDocument() | Creates a new XmlDocument. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HasFeature(String^, String^) | Tests if the Document Object Model (DOM) implementation implements a specific feature. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 10
.NET Framework
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

