RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.ParseOptions Property

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

Pascal
property ParseOptions: TParseOptions;
C++
__property TParseOptions ParseOptions;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!