XMLWriter->startDTDEntity()

(no version information, might be only in CVS)

XMLWriter->startDTDEntity() -- DTD-Entität beginnen

Beschreibung

Objektorientiert:

class XMLWriter {

bool startDTDEntity ( string name, bool isparam )

}

Prozedural:

bool xmlwriter_start_dtd_entity ( resource xmlwriter, string name, bool isparam )

Beginnt eine DTD-Entität.

Parameter Liste

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.

isparam

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

XMLWriter->endDTDEntity()
XMLWriter->writeDTDEntity()