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


In This Topic
    NElementCompositeImpl Class Members
    In This Topic

    The following tables list the members exposed by NElementCompositeImpl.

    Public Constructors
    Protected Fields
    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 (Inherited from Nevron.Dom.NNodeCompositeImpl)
    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 (Inherited from Nevron.Dom.NNodeCompositeImpl)
    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 (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodAdds a child node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverridden. Overriden to return false if the node is not an element  
    Public MethodQueries whether the specified child node can be removed (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodObtains the child nodes of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverridden.   
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodObtains a child element by its id  
    Public MethodObtains a child element by its unique id  
    Public MethodObtains a element node by its id  
    Public MethodObtains a child element by its unique id  
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodGets the first node in the collection which satisfies the filter criteria (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodGets the last node in the collection which satisfies the filter criteria (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodInserts a child node at the specified index (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves all children (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves the specified child node from the container children (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodRemoves the child node at the specified index (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodSets a new index of the specified child node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    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 MethodOverridden.   
    Public MethodOverridden. Overriden to store a reference to the element document  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Called to abort the remove all nodes operation if possible  
    Protected MethodOverridden. Called after all nodes have been removed from the base array list  
    Protected MethodCalled when the index of the specified node has changed (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called when the index of the specified node is about to change  
    Protected MethodCalled when a node has been inserted in the base array list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called 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 (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called when a node is about to be removed from the base array list  
    Protected MethodOverridden. Called before all nodes have been removed from the base array list  
    Top
    See Also