Nevron .NET Vision
Nevron.Dom Namespace / INNodeContainer Interface
Properties Methods

In This Topic
    INNodeContainer Interface Members
    In This Topic

    The following tables list the members exposed by INNodeContainer.

    Public Properties
     NameDescription
     PropertyObtains the parent node in the hiearchy (Inherited from Nevron.Dom.INNode)
     PropertyObtains the root node of the hiearchy (Inherited from Nevron.Dom.INNode)
    Top
    Public Methods
     NameDescription
     MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list  
     MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list  
     MethodObtains the child nodes of this node  
     MethodReturns the number of child nodes which satisfy the specified filter  
     MethodObtains the descentant nodes of this node  
     MethodReturns the number of descendant nodes, which satisfy the specified filter  
     MethodGets the child node at the specified index  
     MethodOverloaded. Obtains a child node enumerator  
     MethodGets the index of the specified node in the container  
     MethodDetermines whether the specified node is a child node for this container  
     MethodQueries whether the specified node is a descendant of this node  
     MethodSets a new index of the specified child node  
    Top
    See Also