Xml.XMLIntf.IXMLDocument.ParseOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseOptions: TParseOptions read GetParseOptions write SetParseOptions;

C++

__property TParseOptions ParseOptions = {read=GetParseOptions, write=SetParseOptions};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Specifies implementation-specific options that are followed when parsing the XML document.

Set ParseOptions to influence the way the DOM implementation parses the XML document. Different DOM implementations support different options. If you attempt to use an option that is not supported by your DOM implementation, IXMLDocument raises an EXMLDocError exception.

See Also