RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.DefaultDOMVendor Variable

Identifies the DOM implementation that is used by default.

Pascal
DefaultDOMVendor: string;
C++
AnsiString DefaultDOMVendor;

DefaultDOMVendor is the descriptive string that was used to register the default DOM implementation. The default DOM implementation is used to parse an XML document when a vendor is not explicitly specified.

Tip: To obtain the IDOMImplementation interface from DefaultDOMVendor, use the global GetDOMVendor function.
Note: The value of DefaultDOMVendor should be the same as the value of the DefaultVendorName variable.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!