XmlImplementation()

XmlImplementation::XmlImplementation() constructor

Initializes a new instance of the XmlImplementation class.

System::Xml::XmlImplementation::XmlImplementation()

XmlImplementation::XmlImplementation(const SharedPtr<XmlNameTable>&) constructor

Initializes a new instance of the XmlImplementation class with the XmlNameTable specified.

System::Xml::XmlImplementation::XmlImplementation(const SharedPtr<XmlNameTable> &nt)

Arguments

ParameterTypeDescription
ntconst SharedPtr<XmlNameTable>&An XmlNameTable object.

See Also