Class TAdSimpleXML

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdSimpleXML = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure LoadFromString(const Value: string);
Public procedure LoadFromFile(const FileName: TFileName);
Public procedure LoadFromStream(Stream: TStream);
Public procedure SaveToFile(FileName: TFileName);
Public procedure SaveToStream(Stream: TStream);
Public function SaveToString: string;

Properties

Public property Prolog: TAdSimpleXMLElemsProlog read FProlog write FProlog;
Public property Root: TAdSimpleXMLElemClassic read FRoot write SetRoot;
Public property XMLData: string read SaveToString write LoadFromString;
Public property FileName: TFileName read FFileName write SetFileName;
Public property IndentString: string read FIndentString write SetIndentString;
Public property Options: TAdSimpleXMLOptions read FOptions write FOptions;
Public property OnSaveProgress: TAdOnSimpleProgress read FOnSaveProg write FOnSaveProg;
Public property OnLoadProgress: TAdOnSimpleProgress read FOnLoadProg write FOnLoadProg;
Public property OnTagParsed: TAdOnSimpleXMLParsed read FOnTagParsed write FOnTagParsed;
Public property OnValueParsed: TAdOnValueParsed read FOnValue write FOnValue;
Public property OnEncodeValue: TAdSimpleXMLEncodeEvent read FOnEncodeValue write FOnEncodeValue;
Public property OnDecodeValue: TAdSimpleXMLEncodeEvent read FOnDecodeValue write FOnDecodeValue;
Public property OnEncodeStream: TAdSimpleXMLEncodeStreamEvent read FOnEncodeStream write FOnEncodeStream;
Public property OnDecodeStream: TAdSimpleXMLEncodeStreamEvent read FOnDecodeStream write FOnDecodeStream;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure LoadFromString(const Value: string);
 
Public procedure LoadFromFile(const FileName: TFileName);
 
Public procedure LoadFromStream(Stream: TStream);
 
Public procedure SaveToFile(FileName: TFileName);
 
Public procedure SaveToStream(Stream: TStream);
 
Public function SaveToString: string;
 

Properties

Public property Prolog: TAdSimpleXMLElemsProlog read FProlog write FProlog;
 
Public property Root: TAdSimpleXMLElemClassic read FRoot write SetRoot;
 
Public property XMLData: string read SaveToString write LoadFromString;
 
Public property FileName: TFileName read FFileName write SetFileName;
 
Public property IndentString: string read FIndentString write SetIndentString;
 
Public property Options: TAdSimpleXMLOptions read FOptions write FOptions;
 
Public property OnSaveProgress: TAdOnSimpleProgress read FOnSaveProg write FOnSaveProg;
 
Public property OnLoadProgress: TAdOnSimpleProgress read FOnLoadProg write FOnLoadProg;
 
Public property OnTagParsed: TAdOnSimpleXMLParsed read FOnTagParsed write FOnTagParsed;
 
Public property OnValueParsed: TAdOnValueParsed read FOnValue write FOnValue;
 
Public property OnEncodeValue: TAdSimpleXMLEncodeEvent read FOnEncodeValue write FOnEncodeValue;
 
Public property OnDecodeValue: TAdSimpleXMLEncodeEvent read FOnDecodeValue write FOnDecodeValue;
 
Public property OnEncodeStream: TAdSimpleXMLEncodeStreamEvent read FOnEncodeStream write FOnEncodeStream;
 
Public property OnDecodeStream: TAdSimpleXMLEncodeStreamEvent read FOnDecodeStream write FOnDecodeStream;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00