PhpOffice\PhpPresentation\Tests\XmlDocument::getElement PHP Method

getElement() public method

Get element
public getElement ( string $path, string $file = 'word/document.xml' ) : DOMElement
$path string
$file string
return DOMElement
    public function getElement($path, $file = 'word/document.xml')
    {
        $elements = $this->getNodeList($path, $file);
        return $elements->item(0);
    }