Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMAttrDef.ExternallyDeclared

Indicates if the attribute was declared in an external subset of the DTD.

Declaration

Source position: laz2_dom.pas line 817

public property TDOMAttrDef.ExternallyDeclared : Boolean
  read FExternallyDeclared
  write FExternallyDeclared;

Description

ExternallyDeclared is a Boolean property which indicates if the attribute is declared in an external subset of the DTD in the owner document.

Version 4.6 Hosted on Source Forge