IDLffXMLSAX::NotationDecl
Syntax | Arguments | Keywords | Version History
The IDLffXMLSAX::NotationDecl procedure method is called when the parser detects a <!NOTATION ...> declaration in a DTD.
Syntax
Obj->[IDLffXMLSAX::]NotationDecl, Name, PublicID, SystemID
Arguments
Name
A string containing the notation name.
PublicID
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.
SystemID
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.
Keywords
None
Version History