Xml.xmldom.DOMString

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

type DOMString = UnicodeString;

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.