Searched refs:setTagAttribute (Results 1 – 3 of 3) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/ |
H A D | DocHTML.php | 116 $spanXML->setTagAttribute("class", $infoKey); 119 $ulXML->setTagAttribute("class", $infoKey); 130 $spanXML->setTagAttribute("class", $infoKey); 138 $h2XML->setTagAttribute("class", "methodsTitle"); 142 $spanXML->setTagAttribute("class", "methodList"); 157 $aMethodXML->setTagAttribute("name", $methodName); 159 $spanXMLName->setTagAttribute("class", "methodName"); 182 $pXML->setTagAttribute("class", $infoKey); 185 $ulXML->setTagAttribute("class", $infoKey); 196 $pXML->setTagAttribute("class", $infoKey); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | RSS.php | 77 $itemLinkXML->setTagAttribute("href", $newsItem->getTagContent("item/link"));
|
H A D | XML.php | 502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { function in XML 519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);
|