System.Xml.XmlImplementation
namespace System.Xml
{
public class XmlImplementation
{
public XmlImplementation();
public XmlImplementation(XmlNameTable nt);
public virtual XmlDocument CreateDocument();
public bool HasFeature(string strFeature, string strVersion);
}
}