ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Context visitor that tidies up ZPT elements, removing any elements or attributes that should not be rendered. More...
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... | |
![]() | |
override IRenderingContext[] | Visit (IRenderingContext context) |
Visit the given context and return a collection of the resultant contexts. 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... | |
Context visitor that tidies up ZPT elements, removing any elements or attributes that should not be rendered.
|
inlinevirtual |
Visits a rendering context and returns a collection of contexts which represent the result of that visit.
context | The rendering context to visit. |
Reimplemented from CSF.Zpt.Rendering.ContextVisitorBase.