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

TxmlAttribute

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

Declaration

Source position: flcXMLDocument.pas line 463

type TxmlAttribute = class(AxmlType)

protected

  FName: UnicodeString;

  

  FValue: TxmlAttValue;

  

  function GetName; override;

  

public

  constructor Create(); overload;

  

  destructor Destroy; override;

  

  procedure Print(); override;

  

  property Value: TxmlAttValue; [r]

  

  function TextContent(); override;

  

  function IntegerContent();

  

  function FloatContent();

  

  function IsNameSpaceDeclaration;

  

  function GetNameSpaceDeclaration();

  

end;

Inheritance

TxmlAttribute

  

|

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio