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

stduri_xml

Namespace URI for the xml prefix.

Declaration

Source position: laz2_dom.pas line 849

const stduri_xml: DOMString = 'http://www.w3.org/XML/1998/namespace';

Description

stduri_xml is a DOMString constant that contains the Namespace URI bound to the xml Namespace prefix. stduri_xml and stduri_xmlns are used to set the default Namespaces prefixes and URIs in TDOMDocument:

Prefix Namespace URI
xml http://www.w3.org/XML/1998/namespace
xmlns http://www.w3.org/2000/xmlns/

See also

stduri_xmlns

  

Namespace URI for the xmlns prefix.

TNamespaces

  

Type used for namespaces in a DOM Document.

TDOMDocument

  

Implements the DOM Document interface.


Version 3.2 Generated 2024-02-25 Home