Xml.XMLIntf.IXMLDocument.SchemaRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaRef: DOMString read GetSchemaRef;

C++

__property System::UnicodeString SchemaRef = {read=GetSchemaRef};

Properties

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

Description

Returns the name of the schema associated with this XML document.

Read SchemaRef to determine the schema associated with this XML document. If the document does not have an attribute that identifies an associated schema, the value of SchemaRef is an empty string.

See Also