ownerDocument); $xpath->registerNamespace('yh', $namespace); $this->Url = Zend_Uri::factory($xpath->query('./yh:Url/text()', $dom)->item(0)->data); $this->Height = (int) $xpath->query('./yh:Height/text()', $dom)->item(0)->data; $this->Width = (int) $xpath->query('./yh:Width/text()', $dom)->item(0)->data; } }