Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
759
DOM Functions
The extension contains all DOM
functions, which follows DOM Level2. This extension is also the replacement of
DOM XML extension from PHP 4. The extension still contains many old functions,
but they should no longer be used. In particular, functions that are not
object-oriented should be avoided.
The extension allows you to
operate on an XML document with the DOM API.
The API of the module follows the
DOM Level 2 standard as closely as possible. Consequently, the API is fully
object-oriented. It is a good idea to have the DOM standard available when
using this module.
This module defines a number of
classes, which are listed - including their method - in the following tables.
Classes with an equivalent in the DOM standard are named DOMxxx.