Node Properties |
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Document |
Gets the document to which this node belongs.
|
![]() ![]() | IsComposite |
Returns true if this node can contain other nodes.
|
![]() ![]() | NextSibling |
Gets the node immediately following this node.
|
![]() ![]() | NodeType |
Gets the type of this node.
|
![]() ![]() | ParentNode |
Gets the immediate parent of this node.
|
![]() ![]() | PreviousSibling |
Gets the node immediately preceding this node.
|
![]() ![]() | Range |
Returns a Range object that represents the portion of a document that is contained in this node.
|