ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Implementation of IContextVisitor which adds source annotation comments to a document. More...
Public Member Functions | |
override IRenderingContext[] | Visit (IRenderingContext context) |
Visit the given context and return a collection of the resultant contexts. More... | |
SourceAnnotationVisitor () | |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotationVisitor class. More... | |
SourceAnnotationVisitor (ISourceAnnotator annotator=null) | |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotationVisitor class. More... | |
![]() | |
virtual IRenderingContext[] | VisitRecursively (IRenderingContext context) |
Visit the given context, as well as its child contexts, and return a collection of the resultant contexts. More... | |
virtual IRenderingContext[] | VisitContext (IRenderingContext context) |
Visits a rendering context and returns a collection of contexts which represent the result of that visit. More... | |
Implementation of IContextVisitor which adds source annotation comments to a document.
|
inline |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotationVisitor class.
|
inline |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotationVisitor class.
annotator | The annotator instance to use. |
|
inlinevirtual |
Visit the given context and return a collection of the resultant contexts.
context | Context. |
Reimplemented from CSF.Zpt.Rendering.NoOpVisitor.