Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
DDocHTML.php99 $headXML->setTagContent($objClass->getInfo("name"), "head/title");
100 $headXML->setTagContent("", "head/meta");
103 $headXML->setTagContent($this->CSSStringDefault, "head/style");
109 $classTitleXML->setTagContent($objClass->getInfo("name") . " Class");
117 $spanXML->setTagContent(ucfirst($infoKey) . ":");
122 $liXML->setTagContent($value);
131 $spanXML->setTagContent(ucfirst($infoKey) . ": " . $infoValue);
139 $h2XML->setTagContent("All Methods");
146 $aMethodXML->setTagContent($methodName);
160 $spanXMLName->setTagContent($methodName);
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXMLRPCClient.php61 $this->xml->setTagContent("", "methodCall/methodName");
62 $this->xml->setTagContent("", "methodCall/params");
80 $newParam->setTagContent($paramValue, "param/value/$paramType");
93 $this->xml->setTagContent($methodName, "methodCall/methodName");
DXML.php66 $this->setTagContent("", $argument);
328 $this->tag->setTagContent("");
374 $this->tag->setTagContent("");
393 $tempTagCopy->setTagContent($tempTag->getTagContent());
396 $branch->tag->setTagContent("");
539 function setTagContent($content, $tagPath = "") { function in XML
559 $success = $node->setTagContent($content, $newTagPath);
567 $branch->setTagContent($content, $newTagPath);
DTag.php71 $this->setTagContent($content);
198 $this->setTagContent("");
219 function setTagContent($content) { function in Tag
401 $this->setTagContent($tagContent);
DRSS.php76 $itemLinkXML->setTagContent($newsItem->getTagContent("item/title"));