Lines Matching refs:body
84 $body = $doc->getElementsByTagName('body')->item(0);
85 if($body !== NULL)
87 while($body->childNodes->length > 0)
89 $root_div->appendChild($body->childNodes->item(0));
91 $body->appendChild($root_div);
102 …org/TR/html4/loose.dtd"><html><head><title>Tidy</title></head><body>' . $content . '</body></html>…
176 $body = $doc->getElementsByTagName('body')->item(0);
177 if($body !== NULL)
181 while($body->childNodes->length > 0)
183 $childNode = $body->childNodes->item(0);
187 $body->parentNode->replaceChild($fragment, $body);