Defines the context for a set of System.Xml.XmlDocument objects.
See Also: XmlImplementation Members
XmlDocument objects that are created from the same implementation share the same System.Xml.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 XmlDocument.ImportNode(XmlNode, bool) method.