Gets the SyntaxRuleType value indicating the type of the SyntaxRule. Syntax
Represents the parsed syntax tree for a specific Infragistics.Documents.TextDocumentSnapshot. Syntax
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...
Public Properties Public Methods
Public Methods
Public Properties
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...
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...
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...
Returns the root node of the tree (read-only). Syntax