Interface ISXMLNode
Unit
Declaration
type ISXMLNode = interface(IInterface)
Description
Attributes
- GUID['{58973479-CBA8-4838-BF5F-DE02BA1B7DA9}']
Hierarchy
- IInterface
- ISXMLNode
Overview
Methods
function GetOwnerDocument: ISXMLDocument; |
|
function GetNodeName: string; |
|
function IsTextElement: boolean; |
|
function GetNodeText: string; |
|
procedure SetNodeText(const iValue: string); |
|
function HasAttribute(iName: string): boolean; |
|
function GetAttribute(iName: string): string; |
|
procedure SetAttribute(iName, iValue: string); |
|
procedure GetAttributes(iResultList: TStrings); |
|
function GetChildNodes: ISXMLNodeList; |
|
function AddChild(iName: string; iValue: string = ''): ISXMLNode; |
|
procedure AppendChild(iNode: ISXMLNode); |
|
function GetChildNodeText(iName: string; iDefault: string = ''): string; |
|
function TrySelectNode(iPath: string; var oNode: ISXMLNode): boolean; |
|
function SelectNode(iPath: string): ISXMLNode; |
|
function SelectNodes(iPath: string): ISXMLNodeList; |
|
function GetXML(iIndent: boolean): string; |
Description
Methods
function GetOwnerDocument: ISXMLDocument; |
|
function GetNodeName: string; |
|
function IsTextElement: boolean; |
|
function GetNodeText: string; |
|
procedure SetNodeText(const iValue: string); |
|
function HasAttribute(iName: string): boolean; |
|
function GetAttribute(iName: string): string; |
|
procedure SetAttribute(iName, iValue: string); |
|
procedure GetAttributes(iResultList: TStrings); |
|
function GetChildNodes: ISXMLNodeList; |
|
function AddChild(iName: string; iValue: string = ''): ISXMLNode; |
|
procedure AppendChild(iNode: ISXMLNode); |
|
function GetChildNodeText(iName: string; iDefault: string = ''): string; |
|
function TrySelectNode(iPath: string; var oNode: ISXMLNode): boolean; |
|
function SelectNode(iPath: string): ISXMLNode; |
|
function SelectNodes(iPath: string): ISXMLNodeList; |
|
function GetXML(iIndent: boolean): string; |
|
Generated by PasDoc 0.16.0.