Xml.xmldom.DOMString

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

{*******************************************************}
{              XML DOM 2.0 Interfaces                   }
{              Translated from dom.idl                  }

Properties

Type Visibility Source Unit Parent
type public Xml.xmldom.pas Xml.xmldom Xml.xmldom

Description

DOMString is the type for strings that are used by a DOM parser.

DOM implementations work with wide characters. The strings that are used, therefore, when working with DOM interfaces, are of type DOMString, which simply maps to the System.UnicodeString type.