Show / Hide Table of Contents

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 Source

GetEndTagInfo(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX