(no version information, might be only in CVS)
XMLWriter->writeDTDEntity() -- Komplette DTD-Entität schreibenObjektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_write_dtd_entity ( resource xmlwriter, string name, string content )Schreibt eine vollständige DTD-Entität.
xmlwriter
Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory().
name
Name der Entität.
content
Inhalt der Entität.
Zurück | Zum Anfang | Weiter |
XMLWriter->writeDTDElement() | Nach oben | XMLWriter->writeDTD() |