Searched refs:from_DOMDocument (Results 1 – 3 of 3) sorted by relevance
17 $child =& PHP4DOMTree::from_DOMDocument($this->_element->first_child());21 function &from_DOMDocument($domdocument) { function in PHP4DOMTree44 $child =& PHP4DOMTree::from_DOMDocument($this->_element->last_child());49 $sibling =& PHP4DOMTree::from_DOMDocument($this->_element->next_sibling());58 $parent =& PHP4DOMTree::from_DOMDocument($this->_element->parent());63 $sibling =& PHP4DOMTree::from_DOMDocument($this->_element->previous_sibling());
17 return PHP4DOMTree::from_DOMDocument(domxml_open_mem($xmlstring)); 22 return DOMTree::from_DOMDocument(DOMDocument::loadXML($xmlstring));
25 function &from_DOMDocument($domdocument) { function in DOMTree