Which class is utilized to generate a new XML document from the beginning?
Explanation
The XmlDocument class is specifically designed to create and manipulate XML documents programmatically. The other options do not provide functionality to build an XML document from scratch.