API:Xml.Win.msxmldom.TMSDOMImplementationFactory

From RAD Studio API Documentation
Jump to: navigation, search

Xml.xmldom.TDOMVendorSystem.TObjectTMSDOMImplementationFactory

Delphi

TMSDOMImplementationFactory = class(TDOMVendor)

C++

class PASCALIMPLEMENTATION TMSDOMImplementationFactory : public Xml::Xmldom::TDOMVendor

Properties

Type Visibility Source Unit Parent
class public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom Xml.Win.msxmldom

Description

TDOMVendor is the base class for components that provide access to a DOM implementation.

Xml.Win.msxmldom.TMSDOMImplementationFactory inherits from Xml.xmldom.TDOMVendor. All content below this line refers to Xml.xmldom.TDOMVendor.

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.

See Also