Xml.XMLIntf.IXMLNodeList Methods
InheritedProtected
Add | public | Adds a new node to the end of the list. |
AddRef | public | Increments the reference count for this interface. |
BeginUpdate | public | Increments the value of UpdateCount. |
Clear | public | Removes all nodes from the list. |
Delete | public | Removes a specified node from the list. |
EndUpdate | public | Decrements the value of UpdateCount. |
FindNode | public | Returns a specified node from the list. |
FindSibling | public | Returns a node that appears a specified amount before or after another node. |
First | public | Returns the first node in the list. |
Get | public | Returns a specified node in the list. |
GetCount | public | Returns the number of nodes in the list. |
GetNode | public | Returns a specified node from the list. |
GetUpdateCount | public | Returns the value of the UpdateCount property. |
IndexOf | public | Returns the index of a specified node. |
Insert | public | Inserts a new node into a specified position in the list. |
Last | public | Returns the last node in the list. |
operator [] | public | |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Remove | public | Removes a specified node from the list. |
ReplaceNode | public | Replaces a specified node in the list with another node. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |