Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php38 return $this->xml->getTagAttribute($name);
42 return $this->xml->getTagAttribute($name) !== false;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php148 …($attrValue == "" || $this->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrName) == $attrValue…
219 function getTagAttribute($attributeName, $tagPath = "") { function in XML
227 $attributeValue = $this->tag->getTagAttribute($attributeName);
234 $attributeValue = $node->getTagAttribute($attributeName, $newTagPath);
453 …($attrValue == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrN…
H A DTag.php100 function getTagAttribute($attrName) { function in Tag