Xml.xmldom.IDOMParseOptions

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

IDOMParseOptions = interface

C++

__interface  INTERFACE_UUID("{2BF4C0F3-096E-11D4-83DA-00C04F60B2DD}") IDOMParseOptions  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom Xml.xmldom

Description

IDOMParseOptions exposes methods to be used in order to specify parsing options for an XML document.

IDOMParseOptions exposes methods to be implemented in order to specify parsing options for an XML document. These options are Boolean properties that are set directly or through member functions such as set_[property] or get_[property]. We recommend that you use the TParseOptions type instead of setting the properties directly.

See Also