RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.RegisterDOMVendor Function

Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class.

Pascal
procedure RegisterDOMVendor(const Vendor: TDOMVendor);
C++
RegisterDOMVendor(const TDOMVendor Vendor);

Call RegisterDOMVendor to register a DOM implementation that you want to use for parsing XML documents. A DOM (Document Object Model) implementation is a set of objects that implement the standard DOM interfaces. 

If you are using another DOM implementation, you must create a TDOMVendor descendant that can supply the IDOMImplementation interface and description string for the DOM implementation. Pass an instance of this object as the Vendor parameter to RegisterDOMVendor. 

 

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