C# Class Microsoft.Language.Xml.XmlElementSyntaxBase

Inheritance: Microsoft.Language.Xml.XmlNodeSyntax, IXmlElement, IXmlElementSyntax
ファイルを表示 Open project: KirillOsenkov/XmlParser

Public Properties

Property Type Description
AttributesNode Microsoft.Language.Xml.SyntaxNode
NameNode XmlNameSyntax

Private Properties

Property Type Description

Public Methods

Method Description
XmlElementSyntaxBase ( SyntaxKind syntaxKind, XmlNameSyntax name, Microsoft.Language.Xml.SyntaxNode attributes ) : System
this ( string attributeName ) : XmlAttributeSyntaxIXmlElementSyntax.System
this ( string attributeName ) : string

Method Details

XmlElementSyntaxBase() public method

public XmlElementSyntaxBase ( SyntaxKind syntaxKind, XmlNameSyntax name, Microsoft.Language.Xml.SyntaxNode attributes ) : System
syntaxKind SyntaxKind
name XmlNameSyntax
attributes Microsoft.Language.Xml.SyntaxNode
return System

this() public method

public this ( string attributeName ) : XmlAttributeSyntaxIXmlElementSyntax.System
attributeName string
return XmlAttributeSyntaxIXmlElementSyntax.System

this() public method

public this ( string attributeName ) : string
attributeName string
return string

Property Details

AttributesNode public_oe property

public SyntaxNode,Microsoft.Language.Xml AttributesNode
return Microsoft.Language.Xml.SyntaxNode

NameNode public_oe property

public XmlNameSyntax,Microsoft.Language.Xml NameNode
return XmlNameSyntax