[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

TXMLInputSource.SystemID

System Identifier for content in the XML input source.

Declaration

Source position: laz2_xmlread.pas line 128

public property TXMLInputSource.SystemID : DOMString
  read FSystemID
  write FSystemID;

Description

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.

See also

ReadXMLFile

  

Reads the content of an XML file into the specified XML document.

ReadXMLFragment

  

Reads an XML fragment into the specified DOM Node.

ReadDTDFile

  

Reads and stores a DTD file into the specified XML document.


Version 4.0 Generated 2025-05-03 Home