Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php89 $xmlString = $this->tag->getTagString();
90 $xmlString .= "\n\n";
91 $xmlString .= $this->xml->getXMLString(0);
92 return $xmlString;
H A DXML.php303 $xmlString = "";
327 $xmlString = $this->tag->getTagString();
329 return $xmlString;
/plugin/bibtex/OSBib/
H A DPARSEXML.php35 $xmlString = "<style>" . $entry . "</style>";
36 $this->entries[] = $this->parse($xmlString);
76 function parse($xmlString="")
85 xml_parse($this->parser, $xmlString);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php26 $xmlString = $this->serializeItems($items, $start, $count, $total);
29 file_put_contents($targetPath, $xmlString);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php73 private function assertPageIsValid($xmlString) argument
76 $xmlDocument->loadXML($xmlString);