Compartilhar via


ISAXDTDHandler::notationDecl Method (Windows CE 5.0)

Send Feedback

This method receives notification of a notation declaration event. 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(const wchar_t* pwchName,intcchName,const wchar_t* pwchPublicId,intcchPublicId,const wchar_t* pwchSystemId,intcchSystemId);

Parameters

  • pwchName
    [in] Pointer to the notation's name.
  • cchName
    [in] Length of the notation.
  • pwchPublicId
    [in] Pointer to the notation's public identifier or NULL (if none was given).
  • cchPublicId
    [in] Length of the public identifier.
  • pwchSystemId
    [in] Pointer to the notation's system identifier or NULL (if none was given).
  • cchSystemId
    [in] Length of the system identifier.

Return Values

  • S_OK
    Returned if no errors occur.
  • E_FAIL
    Returned if the parse should be aborted.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

unparsedEntityDecl Method | ISAXDTDHandler:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.