ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Service which creates formatted source annotation comments. More...
Public Member Functions | |
string | GetRootElementComment (string source, string lineNumber) |
Gets the formatted comment for the root element of a ZPT document. More... | |
string | GetDefineMacroComment (string source, string lineNumber) |
Gets the formatted comment for a define-macro attribute. More... | |
string | GetDefineSlotComment (string source, string lineNumber) |
Gets the formatted comment for a define-slot attribute. More... | |
string | GetImportedElementComment (string source, string lineNumber) |
Gets the formatted comment for an imported element. More... | |
string | GetAfterImportedElementComment (string source, string lineNumber) |
Gets the formatted comment for displaying after an imported element. More... | |
Service which creates formatted source annotation comments.
string CSF.Zpt.SourceAnnotation.ICommentFormatter.GetAfterImportedElementComment | ( | string | source, |
string | lineNumber | ||
) |
Gets the formatted comment for displaying after an imported element.
source | The source information for the file. |
lineNumber | The line number within the file. |
Implemented in CSF.Zpt.SourceAnnotation.CommentFormatter.
string CSF.Zpt.SourceAnnotation.ICommentFormatter.GetDefineMacroComment | ( | string | source, |
string | lineNumber | ||
) |
Gets the formatted comment for a define-macro
attribute.
source | The source information for the file. |
lineNumber | The line number within the file. |
Implemented in CSF.Zpt.SourceAnnotation.CommentFormatter.
string CSF.Zpt.SourceAnnotation.ICommentFormatter.GetDefineSlotComment | ( | string | source, |
string | lineNumber | ||
) |
Gets the formatted comment for a define-slot
attribute.
source | The source information for the file. |
lineNumber | The line number within the file. |
Implemented in CSF.Zpt.SourceAnnotation.CommentFormatter.
string CSF.Zpt.SourceAnnotation.ICommentFormatter.GetImportedElementComment | ( | string | source, |
string | lineNumber | ||
) |
Gets the formatted comment for an imported element.
source | The source information for the file. |
lineNumber | The line number within the file. |
Implemented in CSF.Zpt.SourceAnnotation.CommentFormatter.
string CSF.Zpt.SourceAnnotation.ICommentFormatter.GetRootElementComment | ( | string | source, |
string | lineNumber | ||
) |
Gets the formatted comment for the root element of a ZPT document.
source | The source information for the file. |
lineNumber | The line number within the file. |
Implemented in CSF.Zpt.SourceAnnotation.CommentFormatter.