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

In This Topic
    INNodeComposite Interface Members
    In This Topic

    The following tables list the members exposed by INNodeComposite.

    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 (Inherited from Nevron.Dom.INNodeContainer)
     MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Dom.INNodeContainer)
     MethodAdds a child node  
     MethodQueries whether the specified node can be inserted at the specified index  
     MethodQueries whether the specified child node can be removed  
     MethodObtains the child nodes of this node (Inherited from Nevron.Dom.INNodeContainer)
     MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Dom.INNodeContainer)
     MethodObtains the descentant nodes of this node (Inherited from Nevron.Dom.INNodeContainer)
     MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Dom.INNodeContainer)
     MethodGets the child node at the specified index (Inherited from Nevron.Dom.INNodeContainer)
     MethodObtains a child node enumerator (Inherited from Nevron.Dom.INNodeContainer)
     MethodGets the index of the specified node in the container (Inherited from Nevron.Dom.INNodeContainer)
     MethodInserts a child node at the specified index  
     MethodDetermines whether the specified node is a child node for this container (Inherited from Nevron.Dom.INNodeContainer)
     MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Dom.INNodeContainer)
     MethodRemoves all children  
     MethodRemoves the specified child node from the container children  
     MethodRemoves the child node at the specified index  
     MethodSets a new index of the specified child node (Inherited from Nevron.Dom.INNodeContainer)
    Top
    See Also