Class Node
- Namespace
 - Alternet.Common.TypeScript.Types
 
- Assembly
 - Alternet.Common.TypeScript.v10.dll
 
Represents a wrapper for JS node object.
public class Node
  - Inheritance
 - 
      
      Node
 
- Extension Methods
 
Constructors
- Node(dynamic, dynamic, Node)
 Initializes a new instance of the
Nodeclass with specified parameters.
Properties
- Children
 Gets list of the child nodes.
- End
 Gets end position of the node.
- Kind
 Gets kind of the node.
- Name
 Gets name of the node as escaped text.
- Parent
 Gets node that is a parent for the current node.
- Start
 Gets start position of the node.
- Text
 Gets text of the node.
Methods
- Equals(object)
 Determines whether the specified Node is equal to the current Node.
- GetHashCode()
 Serves as a hash function for a Node type.