Interface IGetsSourceAnnotationString
An object which gets a string representation of source information, for source annotation.
Namespace: ZptSharp.SourceAnnotation
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsSourceAnnotationString
Methods
| Improve this Doc View SourceGetEndTagInfo(NodeSourceInfo)
Gets a string which represents information about the source of an node end-tag.
Declaration
string GetEndTagInfo(NodeSourceInfo sourceInfo)
Parameters
Type | Name | Description |
---|---|---|
NodeSourceInfo | sourceInfo | The source info from which to get a string. |
Returns
Type | Description |
---|---|
System.String | The end-tag info. |
GetSourceInfo(IDocumentSourceInfo)
Gets a string which represents information about a document's source information.
Declaration
string GetSourceInfo(IDocumentSourceInfo sourceInfo)
Parameters
Type | Name | Description |
---|---|---|
IDocumentSourceInfo | sourceInfo | The source info from which to get a string. |
Returns
Type | Description |
---|---|
System.String | The source info. |
GetStartTagInfo(NodeSourceInfo)
Gets a string which represents information about the source of an node start-tag.
Declaration
string GetStartTagInfo(NodeSourceInfo sourceInfo)
Parameters
Type | Name | Description |
---|---|---|
NodeSourceInfo | sourceInfo | The source info from which to get a string. |
Returns
Type | Description |
---|---|
System.String | The start-tag info. |