Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TxmlDocTypeDecl

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcXMLDocument.pas line 808

type TxmlDocTypeDecl = class(TxmlTypeList)

protected

  FName: UnicodeString;

  

  function GetName; override;

  

  function GetExternalID;

  

  function GetDeclarations;

  

  function GetURI;

  

public

  constructor Create();

  

  procedure Print(); override;

  

  property ExternalID: TxmlExternalID; [r]

  

  property Declarations: TxmlDocTypeDeclarationList; [r]

  

  property URI: UnicodeString; [r]

  

end;

Inheritance

TxmlDocTypeDecl

  

|

TxmlTypeList

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio