CompositeNode Properties |
The CompositeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ChildNodes |
Gets all immediate child nodes of this node.
|
![]() ![]() | Count |
Gets the number of immediate children of this node.
|
![]() ![]() | Document |
Gets the document to which this node belongs.
(Inherited from Node.) |
![]() ![]() | FirstChild |
Gets the first child of the node.
|
![]() ![]() | HasChildNodes |
Returns true if this node has any child nodes.
|
![]() ![]() | IsComposite |
Returns true as this node can have child nodes.
(Overrides NodeIsComposite.) |
![]() ![]() | LastChild |
Gets the last child of the node.
|
![]() ![]() | NextSibling |
Gets the node immediately following this node.
(Inherited from Node.) |
![]() ![]() | NodeType |
Gets the type of this node.
(Inherited from Node.) |
![]() ![]() | ParentNode |
Gets the immediate parent of this node.
(Inherited from Node.) |
![]() ![]() | PreviousSibling |
Gets the node immediately preceding this node.
(Inherited from Node.) |
![]() ![]() | Range |
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.) |