Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXML.php136 function getBranches($tagPath = "", $tagName = "", $attrName = "", $attrValue = "") { argument
138 if($tagPath == "")
139 $tagPath = $this->tag->getTagName();
140 $tags = explode($this->pathSeparator, $tagPath);
179 function getLeafs($tagPath = "") { argument
181 if($tagPath == "")
182 $tagPath = $this->tag->getTagName();
183 $tags = explode($this->pathSeparator, $tagPath);
219 function getTagAttribute($attributeName, $tagPath = "") { argument
220 if($tagPath == "")
[all …]