Home
last modified time | relevance | path

Searched refs:domdocument (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php4.inc.php21 function &from_DOMDocument($domdocument) { argument
22 if (!$domdocument) {
27 $tree =& new PHP4DOMTree($domdocument);
H A Ddom.php5.inc.php25 function &from_DOMDocument($domdocument) { argument
26 $tree =& new DOMTree($domdocument->documentElement);