C# Class MixinSharp.XmlSyntaxFactory

Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CrefAttribute ( CrefSyntax cref ) : XmlCrefAttributeSyntax
cref CrefSyntax
Résultat XmlCrefAttributeSyntax

CrefAttribute() public static méthode

public static CrefAttribute ( CrefSyntax cref, SyntaxKind quoteKind ) : XmlCrefAttributeSyntax
cref CrefSyntax
quoteKind SyntaxKind
Résultat XmlCrefAttributeSyntax

DocumentationComment() public static méthode

public static DocumentationComment ( ) : DocumentationCommentTriviaSyntax
Résultat DocumentationCommentTriviaSyntax

List() public static méthode

public static List ( ) : SyntaxList
Résultat SyntaxList

MultiLineElement() public static méthode

public static MultiLineElement ( string localName, string content, string>.IEnumerable attributes ) : XmlElementSyntax
localName string
content string
attributes string>.IEnumerable
Résultat XmlElementSyntax

TextAttribute() public static méthode

public static TextAttribute ( XmlNameSyntax name, SyntaxKind quoteKind, SyntaxTokenList textTokens ) : XmlTextAttributeSyntax
name XmlNameSyntax
quoteKind SyntaxKind
textTokens SyntaxTokenList
Résultat XmlTextAttributeSyntax