XmlElementInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about a XmlElementSyntax or XmlEmptyElementSyntax.
public readonly struct XmlElementInfo
Inheritance
Object → ValueType → XmlElementInfo
Properties
Property | Summary |
---|---|
Element | The xml element. |
HasAttributes | Determines whether the element has any attributes. |
IsEmptyElement | Determines whether the element is SyntaxKind.XmlEmptyElement. |
Kind | Element kind. |
LocalName | Local name of the element. |
Success | Determines whether this struct was initialized with an actual syntax. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |