Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php68 $this->setRequestBody($this->xmlDoc->getXMLString());
83 $this->setRequestBody($this->xmlDoc->getXMLString());
95 $this->setRequestBody($this->xmlDoc->getXMLString());
110 $this->setRequestBody(htmlspecialchars($this->xmlDoc->getXMLString()));
H A DXMLDocument.php88 function getXMLString() { function in XMLDocument
91 $xmlString .= $this->xml->getXMLString(0);
120 $bytesWritten = $this->write($this->getXMLString());
H A DRSS.php81 return $itemBranchesXML->getXMLString();
H A DXML.php288 $xmlContent .= $node->getXMLString();
302 function getXMLString($indent = false) { function in XML
316 $this->tag->tagContent .= $node->getXMLString($newIndent);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php221 return $classDocXML->getXMLString(0);