Unit 'kxml' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TXmlNode

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

Declaration

Source position: kxml.pas line 76

type TXmlNode = class(TPersistent)

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure EnumerateNodes();

  

  procedure Clear;

  

  function ChildAsBoolean();

  

  function ChildAsDateTime();

  

  function ChildAsFloat();

  

  function ChildAsInteger();

  

  function ChildAsString();

  

  property AsDisplayString: string; [r]

  

  property AsString: string; [rw]

  

  property AsBoolean: Boolean; [rw]

  

  property AsFloat: Extended; [rw]

  

  property AsInteger: Integer; [rw]

  

  property AsHexInt: Integer; [rw]

  

  property Attribute: TXmlNodeAttribute; [r]

  

  property Attributes: TXmlNodeAttributes; [r]

  

  property Children: TXmlNodeList; [r]

  

  property IsLeafNode: Boolean; [r]

  

  property Level: Integer; [r]

  

  property Name: string; [rw]

  

  property Parent: TXmlNode; [r]

  

end;

Inheritance

TXmlNode

  

|

TObject



CT Web help

CodeTyphon Studio