[Overview][Types][Classes][Procedures and functions][Index] |
System Identifier for content in the XML input source.
Source position: laz2_xmlread.pas line 128
public property TXMLInputSource.SystemID : DOMString |
SystemID is a String property that represents the System Identifier for content in the XML input source. SystemID normally contains a URL for the resource.
The initial value in SystemID is the BaseURI passed as an argument to the ReadXMLFile, ReadXMLFragment, and ReadDTDFile routines. SystemID is updated when TXMLReader is used to resolve entity references, notations, or document types in the XML content for the input source.
|
Reads the content of an XML file into the specified XML document. |
|
|
Reads an XML fragment into the specified DOM Node. |
|
|
Reads and stores a DTD file into the specified XML document. |
Version 4.0 | Generated 2025-05-03 | Home |