Nevron .NET Vision
Nevron.Dom Namespace / NNodeCompositeImpl Class
Fields Properties Methods


In This Topic
    NNodeCompositeImpl Class Members
    In This Topic

    The following tables list the members exposed by NNodeCompositeImpl.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Protected Fields
     NameDescription
    Protected Field  
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public PropertyObtains a reference to the node event sink service to which the implementation is attached  
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public PropertyObtains a reference to the node, which reuses this implementation  
    Public Property (Inherited from System.Collections.ArrayList)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list  
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodAdds a child node  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodQueries whether the specified node can be inserted at the specified index  
    Public MethodQueries whether the specified child node can be removed  
    Public MethodObtains the child nodes of this node  
    Public MethodReturns the number of child nodes which satisfy the specified filter  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverridden. Creates an identical copy of this object  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method  
    Public Method  
    Public MethodObtains the descentant nodes of this node  
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter  
    Public MethodOverloaded. Obtains a child node enumerator  
    Public MethodGets the first node in the collection which satisfies the filter criteria  
    Public MethodGets the last node in the collection which satisfies the filter criteria  
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodInserts a child node at the specified index  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodQueries whether the specified node is a descendant of this node  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves all children  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves the specified child node from the container children  
    Public MethodRemoves the child node at the specified index  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodSets a new index of the specified child node  
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method  
    Public MethodUpdates the references stored by the object  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled to abort the remove all nodes operation if possible  
    Protected MethodCalled after all nodes have been removed from the base array list  
    Protected MethodCalled when the index of the specified node has changed  
    Protected MethodCalled when the index of the specified node is about to change  
    Protected MethodCalled when a node has been inserted in the base array list  
    Protected MethodCalled when a node is about to be inserted in the base array list  
    Protected MethodCalled when a node has been removed from the base array list  
    Protected MethodCalled when a node is about to be removed from the base array list  
    Protected MethodCalled before all nodes have been removed from the base array list  
    Top
    See Also