Xml.XMLDoc.TXMLDocument.DOMParseOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DOMParseOptions: IDOMParseOptions read GetDOMParseOptions;

C++

__property Xml::Xmldom::_di_IDOMParseOptions DOMParseOptions = {read=GetDOMParseOptions};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

Beschreibung

DOMParseOptions legt die Analyseoptionen für ein XML-Dokument fest.

DOMParseOptions ist eine protected Eigenschaft, die die Analyseoptionen für ein XML-Dokument festlegt.

Siehe auch