XmlDocument()

XmlDocument::XmlDocument() constructor

Initializes a new instance of the XmlDocument class.

System::Xml::XmlDocument::XmlDocument()

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

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

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

Arguments

ParameterTypeDescription
ntconst SharedPtr<XmlNameTable>&The XmlNameTable to use.

See Also