Xml.xmldom.TDOMVendor
Delphi
TDOMVendor = class
C++
class PASCALIMPLEMENTATION TDOMVendor : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Xml.Xmldom.pas Xml.xmldom.hpp |
Xml.xmldom | Xml.xmldom |
Description
TDOMVendor is the base class for components that provide access to a DOM implementation.
Note: Use TDOMVendor as a base class for a class that can be used to represent a DOM implementation. TDOMVendor introduces two abstract (pure virtual) methods, which provide information about a specific DOM implementation. One returns the IDOMImplementation interface that acts as the top-level interface for a DOM vendor's implementation. The other returns a unique string that identifies the DOM implementation.
Once a TDOMVendor object has been registered, TXMLDocument objects can assign the DOM implementation as the value of their DOMVendor property by choosing the identifying string in the Object Inspector.