Unit 'Img32.SVG.Core' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

TXmlEl

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

Declaration

Source position: Img32.SVG.Core.pas line 145

type TXmlEl = class

public

  childs: TList;

  

  name: UTF8String;

  

  owner: TSvgParser;

  

  hash: Cardinal;

  

  text: UTF8String;

  

  selfClosed: Boolean;

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Clear; virtual;

  

  function ParseHeader(); virtual;

  

  function ParseContent(); virtual;

  

  function ParseAttribName();

  

  function ParseAttribValue();

  

  function ParseAttributes(); virtual;

  

  procedure ParseStyleAttribute();

  

  property Attrib []: PSvgAttrib; [r]

  

  property AttribCount: Integer; [r]

  

end;

Inheritance

TXmlEl

  

|

TObject



CT Web help

CodeTyphon Studio