Home
last modified time | relevance | path

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

/plugin/wordimport/docx/
DRelationships.php20 $xml = $this->docx->loadXMLFile('word/_rels/document.xml.rels');
DNumbering.php22 $xml = $this->docx->loadXMLFile($this->docx->getRelationships()->getTarget('numbering'));
DStyles.php20 $xml = $this->docx->loadXMLFile('word/styles.xml');
DDocument.php20 $xml = $this->docx->loadXMLFile('/word/document.xml');
DDocX.php138 public function loadXMLFile($file) function in dokuwiki\\plugin\\wordimport\\docx\\DocX