Osztály TXML
Egység
Deklaráció
type TXML = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TXML
Áttekintés
Metódusok
![]() |
function Create: TXML; |
![]() |
function CreateReadOnly: TXML; |
![]() |
function CreateAs(AVersion: string; AEncoding: string): TXML; |
![]() |
function CreateAsReadOnly(AVersion: string; AEncoding: string): TXML; |
![]() |
function LoadFromString(AXML: string): Boolean; |
![]() |
function LoadFromStream(AStream: TStream): Boolean; |
![]() |
function LoadFromFile(AFileName: string): Boolean; |
![]() |
function SaveToString(AUseEncoding: Boolean): string; |
![]() |
procedure SaveToFile(AFileName: string); |
![]() |
procedure SaveToStream(AStream: TStream); |
![]() |
procedure Clear; |
![]() |
function AddOrUpdateRootNode: TXMLNode; |
![]() |
function AddOrUpdateRootNodeAs(ATag: string; AValue: Variant; AAttributes: array of string; ANS: string; ANameSpace: string): TXMLNode; |
![]() |
function AddSOAPEnvelope(AHeader: Boolean; ANameSpaces: array of string): TXMLNode; |
![]() |
function ReplaceNode(ANode1: TXMLNode; ANode2: TXMLNode): TXMLNode; |
Tulajdonságok
![]() |
property Version: string; |
![]() |
property Encoding: string; |
![]() |
property RootNode: TXMLNode; |
![]() |
property IgnoreEmptyNodesOnSave: Boolean; |
![]() |
property IncludeXMLHeaderOnSave: Boolean; |
![]() |
property SOAPMessage: Boolean; |
![]() |
property SOAPNameSpace: string; |
![]() |
property SOAPNS: string; |
![]() |
property SOAPHeader: TXMLNode; |
![]() |
property SOAPBody: TXMLNode; |
![]() |
property NameSpaces: TStringList; |
![]() |
property AttrNSNewLine: Boolean; |
![]() |
property IsReadOnly: Boolean; |
![]() |
property WriteBOM: Boolean; |
Megjegyzés
Metódusok
![]() |
function Create: TXML; |
|
This item has no description. | |
![]() |
function CreateReadOnly: TXML; |
|
This item has no description. | |
![]() |
function CreateAs(AVersion: string; AEncoding: string): TXML; |
|
This item has no description. | |
![]() |
function CreateAsReadOnly(AVersion: string; AEncoding: string): TXML; |
|
This item has no description. | |
![]() |
function LoadFromString(AXML: string): Boolean; |
|
This item has no description. | |
![]() |
function LoadFromStream(AStream: TStream): Boolean; |
|
This item has no description. | |
![]() |
function LoadFromFile(AFileName: string): Boolean; |
|
This item has no description. | |
![]() |
function SaveToString(AUseEncoding: Boolean): string; |
|
This item has no description. | |
![]() |
procedure SaveToFile(AFileName: string); |
|
This item has no description. | |
![]() |
procedure SaveToStream(AStream: TStream); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
function AddOrUpdateRootNode: TXMLNode; |
|
This item has no description. | |
![]() |
function AddOrUpdateRootNodeAs(ATag: string; AValue: Variant; AAttributes: array of string; ANS: string; ANameSpace: string): TXMLNode; |
|
This item has no description. | |
![]() |
function AddSOAPEnvelope(AHeader: Boolean; ANameSpaces: array of string): TXMLNode; |
|
This item has no description. | |
![]() |
function ReplaceNode(ANode1: TXMLNode; ANode2: TXMLNode): TXMLNode; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Version: string; |
|
This item has no description. | |
![]() |
property Encoding: string; |
|
This item has no description. | |
![]() |
property RootNode: TXMLNode; |
|
This item has no description. | |
![]() |
property IgnoreEmptyNodesOnSave: Boolean; |
|
This item has no description. | |
![]() |
property IncludeXMLHeaderOnSave: Boolean; |
|
This item has no description. | |
![]() |
property SOAPMessage: Boolean; |
|
This item has no description. | |
![]() |
property SOAPNameSpace: string; |
|
This item has no description. | |
![]() |
property SOAPNS: string; |
|
This item has no description. | |
![]() |
property SOAPHeader: TXMLNode; |
|
This item has no description. | |
![]() |
property SOAPBody: TXMLNode; |
|
This item has no description. | |
![]() |
property NameSpaces: TStringList; |
|
This item has no description. | |
![]() |
property AttrNSNewLine: Boolean; |
|
This item has no description. | |
![]() |
property IsReadOnly: Boolean; |
|
This item has no description. | |
![]() |
property WriteBOM: Boolean; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
