For a list of all members of this type, see SyntaxNode members.
Name | Description | |
---|---|---|
![]() | ChildCount | Returns the count of child nodes (read-only). |
![]() | ContainsDiagnostics | Gets the value indicating whether GetDiagnostics will return any NodeDiagnostic values representing diagnostic information within the sub-tree rooted at the SyntaxNode. |
![]() | FullSnapshotSpan | Gets the Infragistics.Documents.SnapshotSpan occupied by the SyntaxNode. |
![]() | FullSpan | Gets the full TextSpan occupied by the SyntaxNode. |
![]() | HasAnnotations | Gets the value indicating whether the node has associated annotations. |
![]() | HasLeadingIgnoredContent | Gets the value indicating whether this node has ignored content before it. |
![]() | Index | Returns the zero-based index of this node in its Parent's children (read-only). |
![]() | IsIgnoredContent | Gets the value indicating whether the node represents structured ignored content. |
![]() | IsMissing | Gets the value indicating whether the node is a missing from the text and was inserted while parsing. |
![]() | IsSkipped | Gets the value indicating whether the node was skipped while parsing because it was not expected in its context. |
![]() | IsTokenNode | Gets the value indicating whether the node represents a Token from the document. |
![]() | Language | Returns the associated Language (read-only) |
![]() | LeadingIgnoredContentLength | Gets the number of ignored characters before the node. |
![]() | Length | Returns the aggregate string length (read-only) |
![]() | OverallOffset | Returns the overall offset of the node within the entire tree (read-only) |
![]() | Parent | Returns the parent node (read-only) |
![]() | RelativeOffset | Returns the relatve offset of the node within its parent node (read-only) |
![]() | SnapshotSpan | Gets the Infragistics.Documents.SnapshotSpan occupied by the SyntaxNode. |
![]() | Span | Gets the TextSpan occupied by the SyntaxNode. |
![]() | Symbol | Returns the Symbol which produced this token. |
![]() | SyntaxTree | Gets the SyntaxTree in which the SyntaxNode or null if it does not exist in a SyntaxTree. |