Description | Hierarchy | Fields | Methods | Properties |
type TAdSimpleXMLElemsProlog = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function AddComment(const AValue: string): TAdSimpleXMLElemComment; |
![]() |
function AddDocType(const AValue: string): TAdSimpleXMLElemDocType; |
![]() |
procedure Clear; |
![]() |
function AddStyleSheet(AType, AHRef: string): TAdSimpleXMLElemSheet; |
![]() |
function LoadFromStream(const Stream: TStream; AParent: TAdSimpleXML = nil): string; |
![]() |
procedure SaveToStream(const Stream: TStream; AParent: TAdSimpleXML = nil); |
![]() |
property Item[const Index: Integer]: TAdSimpleXMLElem read GetItem; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Encoding: string read GetEncoding write SetEncoding; |
![]() |
property StandAlone: Boolean read GetStandAlone write SetStandAlone; |
![]() |
property Version: string read GetVersion write SetVersion; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function AddComment(const AValue: string): TAdSimpleXMLElemComment; |
![]() |
function AddDocType(const AValue: string): TAdSimpleXMLElemDocType; |
![]() |
procedure Clear; |
![]() |
function AddStyleSheet(AType, AHRef: string): TAdSimpleXMLElemSheet; |
![]() |
function LoadFromStream(const Stream: TStream; AParent: TAdSimpleXML = nil): string; |
![]() |
procedure SaveToStream(const Stream: TStream; AParent: TAdSimpleXML = nil); |
![]() |
property Item[const Index: Integer]: TAdSimpleXMLElem read GetItem; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Encoding: string read GetEncoding write SetEncoding; |
![]() |
property StandAlone: Boolean read GetStandAlone write SetStandAlone; |
![]() |
property Version: string read GetVersion write SetVersion; |