getFileDom() getFileDom(string $file = 'word/document.xml') : \DOMDocument Get DOM from file Parameters string $file Returns \DOMDocument
getNodeList() getNodeList(string $path, string $file = 'word/document.xml') : \DOMNodeList Get node list Parameters string $path string $file Returns \DOMNodeList
getElement() getElement(string $path, string $file = 'word/document.xml') : \DOMElement Get element Parameters string $path string $file Returns \DOMElement
getElementAttribute() getElementAttribute(string $path, string $attribute, string $file = 'word/document.xml') : string Get element attribute Parameters string $path string $attribute string $file Returns string
attributeElementExists() attributeElementExists(string $path, string $attribute, string $file = 'word/document.xml') : string Get element attribute Parameters string $path string $attribute string $file Returns string
elementExists() elementExists(string $path, string $file = 'word/document.xml') : string Check if element exists Parameters string $path string $file Returns string