XMLDocument Class
This class provides a way to read and write XML documents. It also provides methods to create and parse XML documents. This class can represent an XML document in a tree-like object structure in memory. It provides additional low-level methods to access XML documents without populating this object structure. This allows processing of big XML files without significant memory consumption.
For more information, see in the
Language Reference Guide:
XMLDocument Class.
Last modified date: 12/20/2023