CompositeNode Properties

The CompositeNode type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleChildNodes
Gets all immediate child nodes of this node.
Public propertyCode exampleCount
Gets the number of immediate children of this node.
Public propertyCode exampleDocument
Gets the document to which this node belongs.
(Inherited from Node.)
Public propertyCode exampleFirstChild
Gets the first child of the node.
Public propertyCode exampleHasChildNodes
Returns true if this node has any child nodes.
Public propertyCode exampleIsComposite
Returns true as this node can have child nodes.
(Overrides NodeIsComposite.)
Public propertyCode exampleLastChild
Gets the last child of the node.
Public propertyCode exampleNextSibling
Gets the node immediately following this node.
(Inherited from Node.)
Public propertyCode exampleNodeType
Gets the type of this node.
(Inherited from Node.)
Public propertyCode exampleParentNode
Gets the immediate parent of this node.
(Inherited from Node.)
Public propertyCode examplePreviousSibling
Gets the node immediately preceding this node.
(Inherited from Node.)
Public propertyCode exampleRange
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.)
See Also