Searched refs:ActiveLinkDOMTree (Results 1 – 2 of 2) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | dom.activelink.inc.php | 4 class ActiveLinkDOMTree { class 11 function ActiveLinkDOMTree($xml, $index, $indices, $parents) { function in ActiveLinkDOMTree 91 $node =& new ActiveLinkDOMTree($children[0], 0, $indices, $parents); 108 …$sibling = &new ActiveLinkDOMTree($nodes[$this->index-1],$this->index-1, $this->parent_indices, $t… 121 …$node =& new ActiveLinkDOMTree($nodes[$this->index+1], $this->index+1, $this->parent_indices, $thi…
|
H A D | treebuilder.class.php | 47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));
|