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

TxmlStringPrinter

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

Declaration

Source position: flcXMLDocument.pas line 148

type TxmlStringPrinter = class(AxmlPrinter)

protected

  FxmlWideString: TUnicodeStringWriter;

  

  procedure PrintToken(); override;

  

  procedure PrintSpecial(); override;

  

  function GetXMLUnicodeString;

  

  function GetXMLUTF8String;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property XMLUnicodeString: UnicodeString; [r]

  

  property XMLUTF8String: UTF8String; [r]

  

end;

Inheritance

TxmlStringPrinter

  

|

AxmlPrinter

  

|

TObject



CT Web help

CodeTyphon Studio