Searched refs:getTagAttribute (Results 1 – 3 of 3) sorted by relevance
38 return $this->xml->getTagAttribute($name); 42 return $this->xml->getTagAttribute($name) !== false;
148 …($attrValue == "" || $this->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrName) == $attrValue…219 function getTagAttribute($attributeName, $tagPath = "") { function in XML227 $attributeValue = $this->tag->getTagAttribute($attributeName);234 $attributeValue = $node->getTagAttribute($attributeName, $newTagPath);453 …($attrValue == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrN…
100 function getTagAttribute($attrName) { function in Tag