Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php41 var $tagEndClose; variable in Tag
69 $this->tagEndClose = ">";
169 $tagString .= $this->tagEndOpen . $this->tagName . $this->tagEndClose;
254 …= $tagNameStart = $tagNameEnd = $tagContentStart = $tagContentEnd = $tagEndOpen = $tagEndClose = 0;
343 $tempPos = strpos($tagString, $this->tagEndOpen . $tagName . $this->tagEndClose, $n);
361 $tagEndArray[] = $this->tagEndClose;
381 $j = $n + strlen($this->tagEndOpen . $tagName . $this->tagEndClose);
396 $tagEndClose = $tagEndOpen + strlen($this->tagEndOpen . $tagName . $this->tagEndClose);
399 $tagEndClose = $tagStartClose + strlen($this->tagStartClose);
405 return array($tagStartOpen, $tagEndClose);