TXmlScanner

OnDtdRead

TDtdEvent = PROCEDURE (Sender : TObject; RootElementName : STRING) OF OBJECT;
PROPERTY OnDtdRead : TDtdEvent READ FOnDtdRead WRITE FOnDtdRead;

Is called whenever the Execute method has finished parsing the document type declaration.

Parameters

Sender The TXmlScanner instance which triggers the event
RootElementName The name of the DTD root element

See also

Execute