ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which can visit a IRenderingContext instance. More...
Public Member Functions | |
IRenderingContext[] | VisitContext (IRenderingContext context) |
Visits a rendering context and returns a collection of contexts which represent the result of that visit. More... | |
Interface for a type which can visit a IRenderingContext instance.
IRenderingContext [] CSF.Zpt.Rendering.IContextVisitor.VisitContext | ( | IRenderingContext | context | ) |
Visits a rendering context and returns a collection of contexts which represent the result of that visit.
context | The rendering context to visit. |
Implemented in CSF.Zpt.Rendering.ContextVisitorBase, CSF.Zpt.Metal.MetalTidyUpVisitor, CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor, and CSF.Zpt.Tal.TalTidyUpVisitor.