GetPubId Method (XDATA)
9.8A
The GetPubId method returns the 'pubid' string value for the DOM_DOCUMENT_TYPE_NODE node type. The 'pubid' string of the DOM_DOCUMENT_TYPE_NODE is found in the <!DOCTYPE> node data. . The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. An XDATA object.
Optional. A Character String Variable or literal that receives the pubid string value for the DOM_DOCUMENT_TYPE_NODE node type.
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO and OVER flags are set FALSE.
The EOS flag is set TRUE if the pubid string value must be truncated to be stored into the {return} variable.
The pubid data string is found in the DOM_DOCUMENT_TYPE_NODE follows:
DOM_DOCUMENT_TYPE_NODE
Example:
See Also: XDATA, XDATA Methods, Method Syntax
![]() |