XmlImplementation | System.Xml (system.xml.dll) CF 1.0 class |
public class XmlImplementation {
// Public Constructors
public XmlImplementation( );
// Public Instance Methods
public virtual XmlDocument CreateDocument( );
public bool HasFeature( string strFeature, string strVersion);
} | |
This
class instantiates a new XmlDocument object using
the same XmlNameTable of an existing
XmlDocument.
Returned By
XmlDocument.Implementation
|