Home
last modified time | relevance | path

Searched refs:ActiveLinkDOMTree (Results 1 – 2 of 2) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php4 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 Dtreebuilder.class.php47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));