First page Back Continue Last page

Document Object Model: DOM


Notes:


MHP includes Document Object Model (DOM) Level 2, for access to the content, structure and style of documents using Java language and ECMAScript. DOM was designed to provide a standard API (Application Programming Interface) to document structure. Programmes can access components of documents, and edit their content. MHP DOM does not require document creation.