only for RuBoard - do not distribute or recompile Previous Section Next Section
XmlImplementation class

System.Xml (system.xml.dll)

This class instantiates a new XmlDocument object using the same XmlNameTable of an existing XmlDocument.

public class XmlImplementation {
// Public Constructors
   public method XmlImplementation();  
// Public Instance Methods
   public virtual method XmlDocument CreateDocument();  
   public method bool HasFeature(string strFeature, 
        string strVersion);  
}

Returned By

XmlDocument.Implementation

only for RuBoard - do not distribute or recompile Previous Section Next Section