File/DOM/DOM.php

Description

The Horde_DOM_Document and related classes provide a PHP 4 domxml compatible wrapper around the PHP 5 dom implementation to allow scripts written for PHP 4 domxml model to work under PHP 5's dom support.

This code was derived from the Horde_Config_Dom and related classes which in turn was derived from code written by Alexandre Alapetite. The only changes made to the original code were to implement Horde's coding standards and some minor changes to more easily fit into the framework. The original code can be found at: http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/

$Horde: framework/DOM/DOM.php,v 1.9.2.6 2009/10/14 16:42:35 jan Exp $

Classes
Includes
 require_once ('PEAR.php') (line 23)

PEAR

Constants
HORDE_DOM_LOAD_RECOVER = 2 (line 29)

Recover from load errors

HORDE_DOM_LOAD_REMOVE_BLANKS = 4 (line 32)

Remove redundant whitespace

HORDE_DOM_LOAD_SUBSTITUTE_ENTITIES = 8 (line 35)

Substitute XML entities

HORDE_DOM_LOAD_VALIDATE = 1 (line 26)

Validate against the DTD

Documentation generated on Sun, 30 Jan 2011 05:16:51 +0000 by phpDocumentor 1.4.3