Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php38 var $tagStartClose; variable in Tag
66 $this->tagStartClose = ">";
156 $tagString .= $this->tagStartClose;
254 …$tagStartOpen = $tagStartClose = $tagNameStart = $tagNameEnd = $tagContentStart = $tagContentEnd =…
293 $j = strpos($tagString, $this->tagStartClose, $tagStartOpen);
311 $tagStartClose = $j;
316 $tagStartClose = $j;
331 $tagContentStart = $tagStartClose + 1;
364 $tempStartClose = strpos($tempString, $this->tagStartClose, $tempPos);
399 $tagEndClose = $tagStartClose + strlen($this->tagStartClose);