C # in a Nutshell, Second Edition
This class instantiates a new XmlDocument object using the same XmlNameTable of an existing XmlDocument . public class XmlImplementation { // Public Constructors public XmlImplementation ( ); // Public Instance Methods public virtual XmlDocument CreateDocument ( ); public bool HasFeature (string strFeature , string strVersion ); } Returned By
XmlDocument.Implementation |