Xml.xmldom.IDOMParseOptions.validate
Delphi
property validate: Boolean read get_validate write set_validate;
C++
__property bool validate = {read=_scw_get_validate, write=set_validate};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Xml.Xmldom.pas Xml.xmldom.hpp |
Xml.xmldom | IDOMParseOptions |
Description
Represents the validate property of an element node.
The validate property is used to specify whether the XML parser should validate the document against document type definition, schema, or schema cache on loading.