Searched refs:setTagAttribute (Results 1 – 3 of 3) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/ |
| D | DocHTML.php | 101 $headXML->setTagAttribute("http-equiv", "content-type", "head/meta"); 102 $headXML->setTagAttribute("content", "text/html; charset=ISO-8859-1", "head/meta"); 104 $headXML->setTagAttribute("type", "text/css", "head/style"); 108 $classTitleXML->setTagAttribute("class", "classTitle"); 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"); 145 $aMethodXML->setTagAttribute("href", "#" . $methodName); [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | RSS.php | 77 $itemLinkXML->setTagAttribute("href", $newsItem->getTagContent("item/link"));
|
| D | XML.php | 502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { function in XML 519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);
|