Public Member Functions | |
| & | createDocument ($type, $dtd, $url=null) |
Definition at line 20 of file XMLCustomWriter.inc.php.
| & XMLCustomWriter.createDocument | ( | $ | type, | |
| $ | dtd, | |||
| $ | url = null | |||
| ) |
Create a new XML document. If $url is set, the DOCTYPE definition is treated as a PUBLIC definition; $dtd should contain the ID, and $url should contain the URL. Otherwise, $dtd should be the DTD name.
Definition at line 27 of file XMLCustomWriter.inc.php.
Referenced by DOAJPlugin.exportJournal(), CrossRefExportDom.generateCrossRefDom(), and PubMedExportDom.generatePubMedDom().
1.5.6