Osztály TXMLNode
Egység
Deklaráció
type TXMLNode = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TXMLNode
Áttekintés
Metódusok
![]() |
function Create(AParent: TXMLNode): TXMLNode; |
![]() |
function AddChild: TXMLNode; |
![]() |
function AddChildAs(ATag: string; AValue: Variant; AAttributes: array of string; ANS: string; ANameSpace: string): TXMLNode; |
![]() |
function FindNode(APath: string): TXMLNode; |
![]() |
function FindAll(APath: string): TXMLNodes; |
![]() |
function AppendNode(ANode: TXMLNode): TXMLNode; |
![]() |
function GetXML(AUseEncoding: Boolean): string; |
![]() |
function SetXML(AXML: string): TXMLNode; |
![]() |
function Replace(ANode: TXMLNode): TXMLNode; |
Tulajdonságok
![]() |
property Parent: TXMLNode; |
![]() |
property Tag: string; |
![]() |
property Value: string; |
![]() |
property Children: TXMLNodes; |
![]() |
property Attributes: TStringList; |
![]() |
property NameSpaces: TStringList; |
![]() |
property AsString: string; |
![]() |
property AsBoolean: Boolean; |
![]() |
property AsInteger: LongInt; |
![]() |
property AsDouble: Double; |
![]() |
property AsDate: TDateTime; |
![]() |
property AsTime: TDateTime; |
![]() |
property AsDateTime: TDateTime; |
![]() |
property Nodes[param1: string]: TXMLNode; |
![]() |
property NameSpace: string; |
![]() |
property NS: string; |
Megjegyzés
Metódusok
![]() |
function Create(AParent: TXMLNode): TXMLNode; |
|
This item has no description. | |
![]() |
function AddChild: TXMLNode; |
|
This item has no description. | |
![]() |
function AddChildAs(ATag: string; AValue: Variant; AAttributes: array of string; ANS: string; ANameSpace: string): TXMLNode; |
|
This item has no description. | |
![]() |
function FindNode(APath: string): TXMLNode; |
|
This item has no description. | |
![]() |
function FindAll(APath: string): TXMLNodes; |
|
This item has no description. | |
![]() |
function AppendNode(ANode: TXMLNode): TXMLNode; |
|
This item has no description. | |
![]() |
function GetXML(AUseEncoding: Boolean): string; |
|
This item has no description. | |
![]() |
function SetXML(AXML: string): TXMLNode; |
|
This item has no description. | |
![]() |
function Replace(ANode: TXMLNode): TXMLNode; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Parent: TXMLNode; |
|
This item has no description. | |
![]() |
property Tag: string; |
|
This item has no description. | |
![]() |
property Value: string; |
|
This item has no description. | |
![]() |
property Children: TXMLNodes; |
|
This item has no description. | |
![]() |
property Attributes: TStringList; |
|
This item has no description. | |
![]() |
property NameSpaces: TStringList; |
|
This item has no description. | |
![]() |
property AsString: string; |
|
This item has no description. | |
![]() |
property AsBoolean: Boolean; |
|
This item has no description. | |
![]() |
property AsInteger: LongInt; |
|
This item has no description. | |
![]() |
property AsDouble: Double; |
|
This item has no description. | |
![]() |
property AsDate: TDateTime; |
|
This item has no description. | |
![]() |
property AsTime: TDateTime; |
|
This item has no description. | |
![]() |
property AsDateTime: TDateTime; |
|
This item has no description. | |
![]() |
property Nodes[param1: string]: TXMLNode; |
|
This item has no description. | |
![]() |
property NameSpace: string; |
|
This item has no description. | |
![]() |
property NS: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
