The DOMDocument
object is the foundation of the XML Document Object Model (DOM). It exposes properties and methods that allow you to navigate, query, and modify the content and structure of an XML document.
The following topics describe ways to use the DOMDocument
object.