Xml.XMLDoc.TXMLDocument.ParseOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseOptions: TParseOptions read GetParseOptions write SetParseOptions default [];

C++

__property Xml::Xmlintf::TParseOptions ParseOptions = {read=GetParseOptions, write=SetParseOptions, default=0};

Properties

Type Visibility Source Unit Parent
property published
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

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, TXMLDocument raises an EXMLDocError exception.

See Also

Code Examples