(no version information, might be only in CVS)
XMLWriter::startDTDElement -- Create start DTD elementObject oriented style:
class XMLWriter {Procedural style:
bool xmlwriter_start_dtd_element ( resource xmlwriter, string qualifiedName )Starts a DTD element.
xmlwriter
Apenas para chamadas de procedimentos. O recurso XMLWriter resource que esta sendo modificado. Este recurso vem de uma chamada a xmlwriter_open_uri() ou xmlwriter_open_memory().
qualifiedName
The qualified name of the document type to create.