Xml.XMLIntf.IXMLNodeList Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddpublicAdds a new node to the end of the list.
AddRefpublicIncrements the reference count for this interface.
BeginUpdatepublicIncrements the value of UpdateCount.
ClearpublicRemoves all nodes from the list.
DeletepublicRemoves a specified node from the list.
EndUpdatepublicDecrements the value of UpdateCount.
FindNodepublicReturns a specified node from the list.
FindSiblingpublicReturns a node that appears a specified amount before or after another node.
FirstpublicReturns the first node in the list.
GetpublicReturns a specified node in the list.
GetCountpublicReturns the number of nodes in the list.
GetNodepublicReturns a specified node from the list.
GetUpdateCountpublicReturns the value of the UpdateCount property.
IndexOfpublicReturns the index of a specified node.
InsertpublicInserts a new node into a specified position in the list.
LastpublicReturns the last node in the list.
operator []public
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
RemovepublicRemoves a specified node from the list.
ReplaceNodepublicReplaces a specified node in the list with another node.
SupportspublicIndicates whether a given interface supports a specific (another) interface.