Description | Hierarchy | Fields | Methods | Properties |
type TAdSimpleXMLElem = class(TObject)
![]() |
constructor Create(const AOwner: TAdSimpleXMLElem); virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Value: TAdSimpleXMLElem); virtual; |
![]() |
procedure Clear; virtual; |
![]() |
function SaveToString(AParent: TAdSimpleXML = nil): string; |
![]() |
procedure LoadFromString(const Value: string; AParent: TAdSimpleXML = nil); |
![]() |
procedure LoadFromStream(const Stream: TStream; AParent: TAdSimpleXML = nil); virtual; abstract; |
![]() |
procedure SaveToStream(const Stream: TStream; const Level: string = ''; AParent: TAdSimpleXML = nil); virtual; abstract; |
![]() |
procedure GetBinaryValue(const Stream: TStream); |
![]() |
function GetChildIndex(const AChild: TAdSimpleXMLElem): Integer; |
![]() |
function FullName: string; virtual; |
![]() |
property Data: Pointer read FData write FData; |
![]() |
property SimpleXML: TAdSimpleXML read GetSimpleXML; |
![]() |
property Container: TAdSimpleXMLElems read FContainer write FContainer; |
![]() |
property Name: string read FName write SetName; |
![]() |
property Parent: TAdSimpleXMLElem read FParent write FParent; |
![]() |
property NameSpace: string read FNameSpace write FNameSpace; |
![]() |
property ChildsCount: Integer read GetChildsCount; |
![]() |
property Items: TAdSimpleXMLElems read GetItems; |
![]() |
property Properties: TAdSimpleXMLProps read GetProps; |
![]() |
property IntValue: Int64 read GetIntValue write SetIntValue; |
![]() |
property BoolValue: Boolean read GetBoolValue write SetBoolValue; |
![]() |
property FloatValue: Extended read GetFloatValue write SetFloatValue; |
![]() |
property Value: string read FValue write FValue; |
![]() |
constructor Create(const AOwner: TAdSimpleXMLElem); virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Value: TAdSimpleXMLElem); virtual; |
![]() |
procedure Clear; virtual; |
![]() |
function SaveToString(AParent: TAdSimpleXML = nil): string; |
![]() |
procedure LoadFromString(const Value: string; AParent: TAdSimpleXML = nil); |
![]() |
procedure LoadFromStream(const Stream: TStream; AParent: TAdSimpleXML = nil); virtual; abstract; |
![]() |
procedure SaveToStream(const Stream: TStream; const Level: string = ''; AParent: TAdSimpleXML = nil); virtual; abstract; |
![]() |
procedure GetBinaryValue(const Stream: TStream); |
![]() |
function GetChildIndex(const AChild: TAdSimpleXMLElem): Integer; |
![]() |
function FullName: string; virtual; |
![]() |
property Data: Pointer read FData write FData; |
![]() |
property SimpleXML: TAdSimpleXML read GetSimpleXML; |
![]() |
property Container: TAdSimpleXMLElems read FContainer write FContainer; |
![]() |
property Name: string read FName write SetName; |
![]() |
property Parent: TAdSimpleXMLElem read FParent write FParent; |
![]() |
property NameSpace: string read FNameSpace write FNameSpace; |
![]() |
property ChildsCount: Integer read GetChildsCount; |
![]() |
property Items: TAdSimpleXMLElems read GetItems; |
![]() |
property Properties: TAdSimpleXMLProps read GetProps; |
![]() |
property IntValue: Int64 read GetIntValue write SetIntValue; |
![]() |
property BoolValue: Boolean read GetBoolValue write SetBoolValue; |
![]() |
property FloatValue: Extended read GetFloatValue write SetFloatValue; |
![]() |
property Value: string read FValue write FValue; |