Click or drag to resize

INode Properties

The INode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of the child nodes. Modifying this collection will lead to the DOM tree modification.
Public propertyDocument
Gets the document instance containing this node.
Public propertyEvents
Gets the DOM events that can be listened.
(Inherited from IEventTarget.)
Public propertyFrame
Gets the frame containing this node.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyNextSibling
Gets the next sibling node in the document tree.
Public propertyNodeName
Gets the name of this node, depending on its NodeType.
Public propertyNodeValue
Gets the value of this node, depending on its NodeType.
Public propertyParent
Gets the parent node.
Public propertyPreviousSibling
Gets the previous sibling node in the document tree.
Public propertyTextContent
Gets or sets the text content of the node and its descendants.
Public propertyType
Gets the type of this node.
Public propertyXPath
Gets an XPath for the current Node.
Top
See Also