Xml.xmldom.DefaultDOMVendor
Delphi
DefaultDOMVendor, CurrentDOMVendor: string;
C++
extern DELPHI_PACKAGE System::UnicodeString DefaultDOMVendor;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Xml.Xmldom.pas Xml.xmldom.hpp |
Xml.xmldom | Xml.xmldom |
Description
Description of the instance of TDOMVendor defined as the default XML vendor.
The default XML vendor is used to parse XML documents when an XML 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.