ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor Class Reference

Context visitor that tidies up ZPT elements, removing any elements or attributes that should not be rendered. More...

Inheritance diagram for CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor:
Collaboration diagram for CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor:

Public Member Functions

override IRenderingContext[] VisitContext (IRenderingContext context)
 Visits a rendering context and returns a collection of contexts which represent the result of that visit. More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.NoOpVisitor
override IRenderingContext[] Visit (IRenderingContext context)
 Visit the given context and return a collection of the resultant contexts. More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.ContextVisitorBase
virtual IRenderingContext[] VisitRecursively (IRenderingContext context)
 Visit the given context, as well as its child contexts, and return a collection of the resultant contexts. More...
 

Detailed Description

Context visitor that tidies up ZPT elements, removing any elements or attributes that should not be rendered.

Member Function Documentation

override IRenderingContext [] CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor.VisitContext ( IRenderingContext  context)
inlinevirtual

Visits a rendering context and returns a collection of contexts which represent the result of that visit.

Returns
The rendering contexts instances which are exposed after the visiting process is complete.
Parameters
contextThe rendering context to visit.

Reimplemented from CSF.Zpt.Rendering.ContextVisitorBase.


The documentation for this class was generated from the following file: