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

AxmlPrinter

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

Declaration

Source position: flcXMLDocument.pas line 104

type AxmlPrinter = class

protected

  FOptions: TxmlPrintOptions;

  

  FIndentLength: Int32;

  

  procedure PrintToken(); virtual; abstract;

  

  procedure PrintSpecial(); virtual; abstract;

  

public

  constructor Create();

  

  property Options: TxmlPrintOptions; [rw]

  

  property IndentLength: Int32; [rw]

  

  function GetQuoteChar();

  

  procedure PrintEOL;

  

  procedure PrintSpace();

  

  procedure PrintTab();

  

  procedure PrintIndent();

  

  procedure PrintDefault();

  

  procedure PrintText();

  

  procedure PrintSymbol();

  

  procedure PrintQuoteStr();

  

  procedure PrintSafeQuotedText();

  

  procedure PrintName();

  

  procedure PrintTagName();

  

  procedure PrintAttrName();

  

  procedure PrintComment();

  

end;

Inheritance

AxmlPrinter

  

|

TObject



CT Web help

CodeTyphon Studio