The document discusses XML DOM objects and how to use them to validate XML documents against schemas, and apply style sheets to XML documents. It identifies key DOM objects like Document, Element, Node, and their properties and methods. It also describes using the XMLSchemaCache object to validate XML files against schemas, and the XSLTemplate and XSLProcessor objects to apply XSLT style sheets to XML documents.