Interface ISXMLDocument
Unit
Declaration
type ISXMLDocument = interface(IInterface)
Description
Attributes
- GUID['{337491F9-3B7B-47DB-915A-FF90EAEEF1D4}']
Hierarchy
- IInterface
- ISXMLDocument
Overview
Methods
![]() |
function GetDocumentElement: ISXMLNode; |
![]() |
procedure SetDocumentElement(iNode: ISXMLNode); |
![]() |
function CreateElement(iTagName: string): ISXMLNode; |
![]() |
procedure AddProcessingInstructions(iName, iText: string); |
![]() |
procedure SetSelectionNamespaces(const iValue: string); |
![]() |
function GetXML(iIndent: boolean): string; |
![]() |
procedure SetXML(const iValue: string); |
![]() |
function GetXMLUTF8(iIndent: boolean): UTF8String; |
![]() |
procedure SetXMLUTF8(iValue: UTF8String); |
![]() |
procedure LoadFromFile(iFilename: string); |
![]() |
procedure SaveToFile(iFilename: string; iIndent: boolean = true); |
![]() |
procedure LoadFromStream(iStream: TStream); |
![]() |
procedure SaveToStream(iStream: TStream; iIndent: boolean = true); |
Description
Methods
![]() |
function GetDocumentElement: ISXMLNode; |
![]() |
procedure SetDocumentElement(iNode: ISXMLNode); |
![]() |
function CreateElement(iTagName: string): ISXMLNode; |
![]() |
procedure AddProcessingInstructions(iName, iText: string); |
![]() |
procedure SetSelectionNamespaces(const iValue: string); |
![]() |
function GetXML(iIndent: boolean): string; |
![]() |
procedure SetXML(const iValue: string); |
![]() |
function GetXMLUTF8(iIndent: boolean): UTF8String; |
![]() |
procedure SetXMLUTF8(iValue: UTF8String); |
![]() |
procedure LoadFromFile(iFilename: string); |
![]() |
procedure SaveToFile(iFilename: string; iIndent: boolean = true); |
![]() |
procedure LoadFromStream(iStream: TStream); |
![]() |
procedure SaveToStream(iStream: TStream; iIndent: boolean = true); |
Generated by PasDoc 0.16.0.