Public Identifier for content in the XML input source.
Source position: laz2_xmlread.pas line 129
public property TXMLInputSource.PublicID : DOMString |
PublicID is a String property that represent the Public Identifier for content in the XML input source. PublicID contains a value in the following format:
[Prefix]//[OwnerID]//[TextClass] [TextDescription]//[Language]//[DisplayVersion]
Where the components have the following values and meanings:
For example, the PublicID for DocBook version 5 is:
-//OASIS//DTD DocBook V5.0//EN
Use SystemID to get the URI (or URL) for the resource.
|
System Identifier for content in the XML input source. |
| Version 4.4 | Generated 2025-11-08 | Home |