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

TXMLInputSource.BaseURI

Base URI for content in the XML input source.

Declaration

Source position: laz2_xmlread.pas line 127

public property TXMLInputSource.BaseURI : DOMString
  read FBaseURI
  write FBaseURI;

Description

BaseURI is a String property that represents the absolute resource identifier used to resolve relative URIs found in the XML input source. BaseURI contains the value passed as an argument to the ReadXMLFile, ReadXMLFragment, and ReadDTDFile routines. BaseURI is supplied to TXMLReader and TDOMParser to resolve relative URIs when processing the XML input source.

See also

TDOMParser.ParseURI

  

Parses XML content from the specified URI into the XML document.

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