C# Class MixinSharp.XmlSyntaxFactory

Show file Open project: pgenfer/mixinSharp

Public Methods

Method Description
CrefAttribute ( CrefSyntax cref ) : XmlCrefAttributeSyntax
CrefAttribute ( CrefSyntax cref, SyntaxKind quoteKind ) : XmlCrefAttributeSyntax
DocumentationComment ( ) : DocumentationCommentTriviaSyntax
List ( ) : SyntaxList
MultiLineElement ( string localName, string content, string>.IEnumerable attributes ) : XmlElementSyntax
TextAttribute ( XmlNameSyntax name, SyntaxKind quoteKind, SyntaxTokenList textTokens ) : XmlTextAttributeSyntax

Private Methods

Method Description
NewLine ( ) : XmlTextSyntax
Text ( ) : XmlTextSyntax
Text ( string value ) : XmlTextSyntax
TextAttribute ( string name ) : XmlTextAttributeSyntax
TextAttribute ( string name, string value ) : XmlTextAttributeSyntax
TextLiteral ( string value ) : SyntaxToken
TextNewLine ( ) : SyntaxToken
TextNewLine ( bool continueComment ) : SyntaxToken

Method Details

CrefAttribute() public static method

public static CrefAttribute ( CrefSyntax cref ) : XmlCrefAttributeSyntax
cref CrefSyntax
return XmlCrefAttributeSyntax

CrefAttribute() public static method

public static CrefAttribute ( CrefSyntax cref, SyntaxKind quoteKind ) : XmlCrefAttributeSyntax
cref CrefSyntax
quoteKind SyntaxKind
return XmlCrefAttributeSyntax

DocumentationComment() public static method

public static DocumentationComment ( ) : DocumentationCommentTriviaSyntax
return DocumentationCommentTriviaSyntax

List() public static method

public static List ( ) : SyntaxList
return SyntaxList

MultiLineElement() public static method

public static MultiLineElement ( string localName, string content, string>.IEnumerable attributes ) : XmlElementSyntax
localName string
content string
attributes string>.IEnumerable
return XmlElementSyntax

TextAttribute() public static method

public static TextAttribute ( XmlNameSyntax name, SyntaxKind quoteKind, SyntaxTokenList textTokens ) : XmlTextAttributeSyntax
name XmlNameSyntax
quoteKind SyntaxKind
textTokens SyntaxTokenList
return XmlTextAttributeSyntax