Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php46 var $tagAttributeSeparators; variable in Tag
74 $this->tagAttributeSeparators = array(" ", "\n", "\r", "\t");
282 for($counter = 0; $counter < count($this->tagAttributeSeparators); $counter ++) {
283 $separatorPosTemp = strpos($tagString, $this->tagAttributeSeparators[$counter], $tagStartOpen);
360 $tagEndArray = $this->tagAttributeSeparators;