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/
H A DDocHTML.php100 $headXML->setTagContent("", "head/meta");
117 $spanXML->setTagContent(ucfirst($infoKey) . ":");
122 $liXML->setTagContent($value);
139 $h2XML->setTagContent("All Methods");
146 $aMethodXML->setTagContent($methodName);
160 $spanXMLName->setTagContent($methodName);
173 $spanXMLArgs->setTagContent($tagContentArgs);
183 $pXML->setTagContent(ucfirst($infoKey) . ":");
188 $liXML->setTagContent($value);
205 $paramTitleXML->setTagContent("Arguments:");
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A 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");
H A 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);
H A DTag.php71 $this->setTagContent($content);
198 $this->setTagContent("");
219 function setTagContent($content) { function in Tag
401 $this->setTagContent($tagContent);
H A DRSS.php76 $itemLinkXML->setTagContent($newsItem->getTagContent("item/title"));