Namespace URI for the xml prefix.
Source position: laz2_dom.pas line 848
const stduri_xml: DOMString = 'http://www.w3.org/XML/1998/namespace'; |
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/ |
|
Namespace URI for the xmlns prefix. |
|
|
Type used for namespaces in a DOM Document. |
|
|
Implements the DOM Document interface. |
| Version 4.4 | Generated 2025-11-08 | Home |