Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LOCATOR-PUBLIC-ID attribute
 

LOCATOR-PUBLIC-ID attribute

Returns the public identifier of the current XML source.
Data type: CHARACTER
Access: Read-only
Applies to: SAX-reader object handle
Valid only in a callback. Use the SELF handle to get the public identifier of the XML source, as in the following fragment:
myPublicID = SELF:LOCATOR-PUBLIC-ID.