DelphiCodeToDoc
Previous
Next

Name
  TDOCBaseVisitor

Parent
  uDocBaseVisitor

Class Hierarchy
  TObject

Visibility
  PUBLIC

Description
  Base visitor to scan structure

Members
  Fields
 
Field Description
FDeepFirst (#) Scan deeply first into lists or process item first
FNextItem (-) Next visited item
FPreviousItem (-) Previously visited item

Methods
 
Method Description
AfterFullVisit (#) Thing to do after a full visit (generally some finalizations)
AfterVisit (#) Things to do after the visit of a DocTemplate
AfterVisit (#) Things to do after the visit of a DocTemplateList
BeforeFullVisit (#) Thing to do before a full visit (generally some initializations)
BeforeVisit (#) Things to do before the visit of a DocTemplate
BeforeVisit (#) Things to do before the visit of a DocTemplateList
Create (+) Create a TDOCBaseVisitor instance
Destroy (+) Destroy a previously created TDOCBaseVisitor instance
DoVisit (#) Do the real visit for this list. This should be written by descendant
DoVisit (#) Do the real visit for this item. This should be written by descendant
FVisitAllNestedList (-) Visit nested TDOCTemplateList list this item
FVisitDocTemplate (#) Try to visit the DocTemplate if the visit is enabled for this item.
FVisitDocTemplateList (-) Try to visit the DocTemplateList if the visit is enabled for this item.
IsVisitEnabled (#) Test if visit is enabled for this item
IsVisitEnabled (#) Test if visit is enabled for this item
Visit (+) Start a visit from a DocTemplateList
Visit (+) Start a visit from a DocTemplate

Properties
 
Property Description
NextItem (#) Next visited item
PreviousItem (#) Previously visited item


Legend
 
Symbol Visibility
- Private
# Protected
+ Public
* Published
A Automated
S Strict

DelphiCodeToDoc
Previous
Next


TridenT - 2009 - Under GNU GPL Licence
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/