Searched refs:tagContent (Results 1 – 4 of 4) sorted by relevance
43 var $tagContent; variable in Tag110 return $this->tagContent;137 …$tagString = $formatTagBegin . $this->getTagStringBegin() . $formatContent . $this->tagContent . $…153 if($this->tagContent == "")168 if($this->tagName != "" && $this->tagContent != "")220 $this->tagContent = $content;255 $tagName = $tagContent = "";394 $tagContent = substr($tagString, $tagContentStart, $tagContentEnd - $tagContentStart);401 $this->setTagContent($tagContent);
316 $this->tag->tagContent .= $node->getXMLString($newIndent);320 $this->tag->tagContent .= $node->getValue();
304 * @param string $tagContent310 private function isAnnotation($tagContent) argument
1159 var tagContent = s.substring(decodeHelper.next).toLowerCase();1163 if (PR_startsWith(tagContent, 'script') ||1164 PR_startsWith(tagContent, 'style') ||1165 PR_startsWith(tagContent, 'xmp')) {