|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLSAX::NotationDecl procedure method is called when the parser detects a <!NOTATION ...> declaration in a DTD.
Obj->[IDLffXMLSAX::]NotationDecl, Name, PublicID, SystemID
A string containing the notation name.
A string containing the Public ID for the notation.
| Note If this value is not specified in the notation declaration, this variable will contain an empty string. |
A string containing the System ID for the notation, provided as an absolute URI.
| Note If this value is not specified in the notation declaration, this variable will contain an empty string. |
None
IDL Online Help (March 06, 2007)