(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
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
qualifiedName
The qualified name of the document type to create.
Poprzedni | Spis treści | Następny |
XMLWriter::startDTDAttlist | Początek rozdziału | XMLWriter::startDTDEntity |