DOMString is the type for strings that are used by a DOM parser.
DOMString = UnicodeString;
UnicodeString DOMString;
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 WideString type.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|