Name | Description | |
---|---|---|
![]() | ParentNode | Obtains the parent node in the hiearchy (Inherited from Nevron.Dom.INNode) |
![]() | RootNode | Obtains the root node of the hiearchy (Inherited from Nevron.Dom.INNode) |
The following tables list the members exposed by INNodeContainer.
Name | Description | |
---|---|---|
![]() | ParentNode | Obtains the parent node in the hiearchy (Inherited from Nevron.Dom.INNode) |
![]() | RootNode | Obtains the root node of the hiearchy (Inherited from Nevron.Dom.INNode) |
Name | Description | |
---|---|---|
![]() | AccumulateChildren | Accumulates the children contained in this node, which satisfy the filter to the provided node list |
![]() | AccumulateDescendants | Accumulates the descendants contained in this node, which satisfy the filter to the provided node list |
![]() | Children | Obtains the child nodes of this node |
![]() | ChildrenCount | Returns the number of child nodes which satisfy the specified filter |
![]() | Descendants | Obtains the descentant nodes of this node |
![]() | DescendantsCount | Returns the number of descendant nodes, which satisfy the specified filter |
![]() | GetChildAt | Gets the child node at the specified index |
![]() | GetEnumerator | Overloaded. Obtains a child node enumerator |
![]() | IndexOfChild | Gets the index of the specified node in the container |
![]() | IsChild | Determines whether the specified node is a child node for this container |
![]() | IsDescendant | Queries whether the specified node is a descendant of this node |
![]() | SetChildIndex | Sets a new index of the specified child node |