Receives notification of a notation declaration event.
If necessary, the application can record the notation for later reference. At least one of the PublicId
or SystemId
values must be available. If a system entity is present and it is a URL, the reader must resolve it before passing it to the application through the notationDecl
method. There is no guarantee that the notation declaration will be reported before any unparsed entities that use it.
Sub notationDecl(strName As String, strPublicId As String,_ strSystemId As String)
If failed, the DTDHandler
raises a trappable error.
It is the responsibility of the application to record the notation for later reference. If a system identifier is present and it is a URL, the reader must resolve it fully before passing it to the application.
HRESULT notationDecl( [in] const wchar_t * pwchName, [in] int cchName, [in] const wchar_t * pwchPublicId, [in] int cchPublicId [in] const wchar_t * pwchSystemId [in] int cchSystemId);
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