WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsISHContainer

IID:65281BA2-988A-11d3-BDC7-0050040A9B44
Inherits From:nsISupports

The nsISHEntryContainer. The interface to access child entries of an nsISHEntry.

This interface is implemented by the following components:


Properties

readonly PRInt32 childCount

The current number of nsISHEntries which are immediate children of the current SHEntry


Methods

void AddChild ( nsISHEntry child , PRInt32 offset ) nsISHEntry GetChildAt ( PRInt32 index ) void RemoveChild ( nsISHEntry child )

void AddChild ( nsISHEntry child , PRInt32 offset )

Add a new child SHEntry. Adds to the end of the list.

Arguments:
child
offset

nsISHEntry GetChildAt ( PRInt32 index )

Get child at an index

Arguments:
index

void RemoveChild ( nsISHEntry child )

Removes a child SHEntry

Arguments:
child

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com