(no version information, might be only in CVS)
XMLWriter->writeDTDElement -- Komplettes DTD-Element schreibenObjektorientiert:
class XMLWriter {Prozedural:
bool xmlwriter_write_dtd_element ( resource xmlwriter, string name, string content )Schreibt ein vollständiges DTD-Element.
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 des DTD-Elements.
content
Inhalt des DTD-Elements.
Zurück | Zum Anfang | Weiter |
XMLWriter->writeDTDAttlist | Nach oben | XMLWriter->writeDTDEntity |