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-utils;1

This component implements the following interfaces:

Methods

InterfaceMethod
nsIRDFContainerUtils PRInt32 indexOf ( nsIRDFDataSource dataSource , nsIRDFResource container , nsIRDFNode element )
nsIRDFContainerUtils nsIRDFResource IndexToOrdinalResource ( PRInt32 index )
nsIRDFContainerUtils PRBool IsAlt ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils PRBool IsBag ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils PRBool IsContainer ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils PRBool IsEmpty ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils PRBool IsOrdinalProperty ( nsIRDFResource property )
nsIRDFContainerUtils PRBool IsSeq ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils nsIRDFContainer MakeAlt ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils nsIRDFContainer MakeBag ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils nsIRDFContainer MakeSeq ( nsIRDFDataSource dataSource , nsIRDFResource resource )
nsIRDFContainerUtils PRInt32 OrdinalResourceToIndex ( nsIRDFResource ordinal )

Reference documentation is generated from Mozilla's source.