Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php102 $tagPos = $this->tag->setTagFromString($XMLDocString);
H A DXML.php371 $tagResult = $this->tag->setTagFromString($parseString);
386 while($tagParsed = $tempTag->setTagFromString($parseString)) {
H A DTag.php251 function setTagFromString($tagString) { function in Tag