Node Properties

The Node type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDocument
Gets the document to which this node belongs.
Public propertyCode exampleIsComposite
Returns true if this node can contain other nodes.
Public propertyCode exampleNextSibling
Gets the node immediately following this node.
Public propertyCode exampleNodeType
Gets the type of this node.
Public propertyCode exampleParentNode
Gets the immediate parent of this node.
Public propertyCode examplePreviousSibling
Gets the node immediately preceding this node.
Public propertyCode exampleRange
Returns a Range object that represents the portion of a document that is contained in this node.
See Also