(no version information, might be only in CVS)
XMLWriter::writeDTDAttlist -- Écrit une liste d'attributs DTDStyle orienté objet (méthode)
class XMLWriter {Style procédural
bool xmlwriter_write_dtd_attlist ( resource xmlwriter, string name, string content )Écrit une liste d'attribut DTD.
xmlwriter
Uniquement pour les appels procéduraux. La ressource XMLWriter qui a été modifiée. Cette ressource provient d'un appel à xmlwriter_open_uri() ou xmlwriter_open_memory().
name
Le nom de la liste d'attributs DTD.
content
Le contenu de la liste d'attributs DTD.
Précédent | Sommaire | Suivant |
XMLWriter::writeComment | Niveau supérieur | XMLWriter::writeDTDElement |