Example #1
0
 public function &getXPath()
 {
     $str = $this->owner->getXPath($this) . "/entry[@name='" . $this->name . "']";
     return $str;
 }