XMLWriter::startDTD
Opis
Object oriented style:
class XMLWriter {bool startDTD ( string qualifiedName [, string publicId [, string systemId]] )
}
Procedural style:
bool xmlwriter_start_dtd ( resource xmlwriter, string qualifiedName [, string publicId [, string systemId]] )Starts a DTD.
Parametry
xmlwriterJedynie 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().
qualifiedNameThe qualified name of the document type to create.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.
| Poprzedni | Spis treści | Następny |
| XMLWriter::startDTDEntity | Początek rozdziału |