[Overview][Types][Classes][Procedures and functions][Index] |
Base URI for content in the XML input source.
Source position: laz2_xmlread.pas line 127
public property TXMLInputSource.BaseURI : DOMString |
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.
|
Parses XML content from the specified URI into the XML document. |
|
|
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 |