Try OpenEdge Now
skip to main content
Working with XML
Reading XML Documents with the Simple API for XML (SAX) : SAX API reference : SAX callback reference : NotationDecl
 
NotationDecl
Invoked when the XML parser detects a notation declaration.

Syntax

PROCEDURE NotationDecl:
DEFINE INPUT PARAMETER name AS CHARACTER.
DEFINE INPUT PARAMETER publicID AS CHARACTER.
DEFINE INPUT PARAMETER systemID AS CHARACTER.
name
A character string representing the name of the notation.
publicID
Optional. A character string indicating the public identifier of the entity. If none is supplied, the string is of length zero.
systemID
Optional. A character string indicating the system identifier of the entity. If none is supplied, the string is of length zero. systemID must be one of the following:
*Absolute file path
*Relative file path
*Absolute URI