Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php118 function addXMLLeaf($xmlLeaf, $id = -1) { argument
120 if(is_object($xmlLeaf) && strtolower(get_class($xmlLeaf)) == "xmlleaf") {
121 $xmlLeaf->setParentXML($this);
122 $success = $this->addNode($id, $xmlLeaf);