Unit 'flcXMLDocument' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

AxmlType

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcXMLDocument.pas line 181

type AxmlType = class

protected

  procedure Init; virtual;

  

  function GetName; virtual;

  

  function GetNameSpace;

  

  function GetLocalName;

  

  function GetChildCount; virtual;

  

  function GetChildByIndex(); virtual;

  

  function GetChildByName();

  

  function PosNext();

  

  function Find();

  

public

  constructor Create;

  

  property Name: UnicodeString; [r]

  

  property NameSpace: UnicodeString; [r]

  

  property LocalName: UnicodeString; [r]

  

  function IsName();

  

  function IsAsciiName();

  

  property ChildCount: Int32; [r]

  

  property ChildByIndex []: AxmlType; [r]

  

  property ChildByName []: AxmlType; default; [r]

  

  function GetChildCountByClass();

  

  function GetNames();

  

  procedure AddChild(); virtual;

  

  procedure AddChildren();

  

  function AddAssigned();

  

  function TextContent(); virtual;

  

  procedure Print(); virtual;

  

  function AsUnicodeString();

  

  function AsUTF8String();

  

end;

Inheritance

AxmlType

  

|

TObject



CT Web help

CodeTyphon Studio