Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php116 $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 DRSS.php77 $itemLinkXML->setTagAttribute("href", $newsItem->getTagContent("item/link"));
H A DXML.php502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { function in XML
519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);