Version

Search Results

Type Property (SyntaxRule)

Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax

SyntaxTree Class

Represents the parsed syntax tree for a specific Infragistics.Documents.TextDocumentSnapshot. Syntax

SyntaxTreePruningMode Enumeration

Constants which describe whether a non-terminal SyntaxNode should appear in the SyntaxTree produced when a document is parsed. Syntax Members Member Description BasedOnChildren Non-terminal syntax nodes which have zero children or only one child, where that child is itself a non-terminal syntax node, are not inclu...

SyntaxTree Class Members

Public Properties Public Methods

SyntaxTree Class Methods

Public Methods

SyntaxTree Class Properties

Public Properties

AddAnnotation Method

Gets a modified tree with an annotation attached to the specified node. Syntax Parameters node The node to which the annotation should be attached.annotation The annotation to add to the node. Return Value The new SyntaxTree containing the annotation. Exceptions Exception Description System.ArgumentNullException O...

AddDiagnostic Method

Gets a modified tree with diagnostic information attached to the specified node. Syntax Parameters node The node to which the diagnostic information should be attached.diagnostic The diagnostic information which should be attached. Return Value The new SyntaxTree containing the diagnostic information. Exceptions E...

GetEquivalentNode Method

For a node specified from an equivalent tree, returns a SyntaxNode in this tree which represents the same content; otherwise null. Syntax Parameters node The SyntaxNode for which to find the equivalent node. Return Value If a node is specified from an equivalent tree, returns a SyntaxNode in this tree which repres...

RootNode Property

Returns the root node of the tree (read-only). Syntax