The IDLffXMLSAX::UnparsedEntityDecl procedure method is called when the parser detects an <!ENTITY ...> declaration that includes the NDATA keyword, indicating that the entity is not meant to be parsed. The value of the NDATA keyword generally specifies the name of a notation, which in turn specifies the type of data.

Syntax


Obj->[IDLffXMLSAX::]UnparsedEntityDecl, Name, PublicID, SystemID, Notation

Arguments


Name

A string containing the name of the unparsed entity.

PublicID

A string containing the Public ID of the notation specified by the entity’s NDATA keyword, or an empty string if no Public ID was declared.

SystemID

A string containing the System ID of the notation specified by the entity’s NDATA keyword. This value is normally an absolute URI.

Notation

A string containing the name of the notation specified by the entity’s NDATA keyword.

Keywords


None

Version History


5.6

Introduced