ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Performs source annotation tasks upon ZPT elements. More...
Public Member Functions | |
void | WriteAnnotationIfAppropriate (IRenderingContext targetContext) |
Processes source annotation and adds comments before/after the targetContext if appropriate. More... | |
void | AnnotateRootElement (IRenderingContext context) |
Adds source annotation for the root element in a document. More... | |
void | AnnotateDefineMacro (IRenderingContext context) |
Adds source annotation for an element which contains a macro-definition attribute. More... | |
void | AnnotateDefineSlot (IRenderingContext context) |
Adds source annotation for an element which contains a slot-definition attribute. More... | |
void | AnnotateImportedElement (IRenderingContext context) |
Adds source annotation for an element which contains a slot-definition attribute. More... | |
SourceAnnotator (ICommentFormatter formatter=null) | |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotator class. More... | |
Performs source annotation tasks upon ZPT elements.
|
inline |
Initializes a new instance of the CSF.Zpt.SourceAnnotation.SourceAnnotator class.
formatter | The source annotation comment formatter. |
|
inline |
Adds source annotation for an element which contains a macro-definition attribute.
context | The rendering context to be annotated. |
|
inline |
Adds source annotation for an element which contains a slot-definition attribute.
context | The rendering context to be annotated. |
|
inline |
Adds source annotation for an element which contains a slot-definition attribute.
context | The rendering context to be annotated. |
|
inline |
Adds source annotation for the root element in a document.
context | The rendering context to be annotated. |
|
inline |
Processes source annotation and adds comments before/after the targetContext if appropriate.
targetContext | Target context. |
Implements CSF.Zpt.SourceAnnotation.ISourceAnnotator.