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.
@mozilla.org/rdf/container;1
This component implements the following interfaces:
Properties
readonly nsIRDFDataSource nsIRDFContainer.DataSource
readonly nsIRDFResource nsIRDFContainer.Resource
Methods
| Interface | Method |
|---|---|
| nsIRDFContainer |
void AppendElement ( nsIRDFNode element )
|
| nsIRDFContainer |
PRInt32 GetCount ( )
|
| nsIRDFContainer |
nsISimpleEnumerator GetElements ( )
|
| nsIRDFContainer |
PRInt32 IndexOf ( nsIRDFNode element )
|
| nsIRDFContainer |
void Init ( nsIRDFDataSource dataSource , nsIRDFResource container )
|
| nsIRDFContainer |
void InsertElementAt ( nsIRDFNode element , PRInt32 index , PRBool renumber )
|
| nsIRDFContainer |
void RemoveElement ( nsIRDFNode element , PRBool renumber )
|
| nsIRDFContainer |
nsIRDFNode RemoveElementAt ( PRInt32 index , PRBool renumber )
|
Reference documentation is generated from Mozilla's source.
