Receives notification of an unparsed entity declaration event. The notation name corresponds to a notation reported by the notationDecl method or event. It is up to the application to record the entity for later reference, if necessary. If the system identifier is a URL, the reader must resolve it before passing it to the application.
Sub unparsedEntityDecl(strName As String, strPublicId As String,_ strSystemId As String, strNotationName As String)
If failed, the DTDHandler raises a trappable error.
HRESULT unparsedEntityDecl( [in] const wchar_t * pwchName, [in] int cchName, [in] const wchar_t * pwchPublicId, [in] int cchPublicId [in] const wchar_t * pwchSystemId [in] int cchSystemId); [in] const wchar_t * pwchNotationName [in] int cchNotationName);
To view reference information for Visual Basic or C/C++ only, click the Language Filter button
in the upper-left corner of the page.
Applies to: ISAXDTDHandler/IVBSAXDTDHandler Interface
| This HTML Help has been published using the chm2web software. |