nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

Microsoft XML Core Services (MSXML) 4.0 - SAX2 Reference

unparsedEntityDecl Method

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.

[Visual Basic]

Implementation Syntax

Sub unparsedEntityDecl(strName As String, strPublicId As String,_
strSystemId As String, strNotationName As String)

Parameters

strName
The unparsed entity's name.
strPublicId
The entity's public identifier or Null (if none was given).
strSystemId
The entity's system identifier (required).
strNotationName
The name of the associated notation.

Return Values

If failed, the DTDHandler raises a trappable error.

[C/C++]

Syntax

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);

Parameters

pwchName [in]
The unparsed entity's name.
cchName [in]
The length of the entity.
pwchPublicId [in]
The entity's public identifier or Null (if none was given).
cchPublicId [in]
The length of the public identifier.
pwchSystemId [in]
The entity's system identifier (required).
cchSystemId [in]
The length of the system identifier.
pwchNotationName [in]
The name of the associated notation.
cchNotationName [in]
The length of the notation.

Return Values

S_OK
The value returned if no errors occur.
E_FAIL
The value returned if the parse should be aborted.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

notationDecl Method

Applies to: ISAXDTDHandler/IVBSAXDTDHandler Interface


Download de SDK