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/browser/httpindex-service;1
This component implements the following interfaces:
- nsIDirIndexListener
- nsIFTPEventSink
- nsIHTTPIndex
- nsIInterfaceRequestor
- nsIRDFDataSource
- nsIRequestObserver
- nsIStreamListener
- nsISupports
Properties
readonly char* nsIHTTPIndex.BaseURL
The base URL of the HTTP index
readonly nsIRDFDataSource nsIHTTPIndex.DataSource
The RDF datasource that contains the HTTP index information.
char* nsIHTTPIndex.encoding
The charset to use for decoding FTP filenames
readonly char* nsIRDFDataSource.URI
The "URI" of the data source. This used by the RDF service's GetDataSource() method to cache datasources.
Methods
| Interface | Method |
|---|---|
| nsIRDFDataSource |
void AddObserver ( nsIRDFObserver observer )
|
| nsIRDFDataSource |
nsISimpleEnumerator ArcLabelsIn ( nsIRDFNode node )
|
| nsIRDFDataSource |
nsISimpleEnumerator ArcLabelsOut ( nsIRDFResource source )
|
| nsIRDFDataSource |
void Assert ( nsIRDFResource source , nsIRDFResource property , nsIRDFNode target , PRBool truthValue )
|
| nsIRDFDataSource |
void beginUpdateBatch ( )
|
| nsIRDFDataSource |
void Change ( nsIRDFResource source , nsIRDFResource property , nsIRDFNode oldTarget , nsIRDFNode newTarget )
|
| nsIRDFDataSource |
void DoCommand ( nsISupportsArray sources , nsIRDFResource command , nsISupportsArray arguments )
|
| nsIRDFDataSource |
void endUpdateBatch ( )
|
| nsIRDFDataSource |
nsISimpleEnumerator GetAllCmds ( nsIRDFResource source )
|
| nsIRDFDataSource |
nsISimpleEnumerator GetAllResources ( )
|
| nsIInterfaceRequestor |
void getInterface ( nsIIDRef uuid , out nsQIResult* result )
|
| nsIRDFDataSource |
nsIRDFResource GetSource ( nsIRDFResource property , nsIRDFNode target , PRBool truthValue )
|
| nsIRDFDataSource |
nsISimpleEnumerator GetSources ( nsIRDFResource property , nsIRDFNode target , PRBool truthValue )
|
| nsIRDFDataSource |
nsIRDFNode GetTarget ( nsIRDFResource source , nsIRDFResource property , PRBool truthValue )
|
| nsIRDFDataSource |
nsISimpleEnumerator GetTargets ( nsIRDFResource source , nsIRDFResource property , PRBool truthValue )
|
| nsIRDFDataSource |
PRBool hasArcIn ( nsIRDFNode node , nsIRDFResource arc )
|
| nsIRDFDataSource |
PRBool hasArcOut ( nsIRDFResource source , nsIRDFResource arc )
|
| nsIRDFDataSource |
PRBool HasAssertion ( nsIRDFResource source , nsIRDFResource property , nsIRDFNode target , PRBool truthValue )
|
| nsIRDFDataSource |
PRBool IsCommandEnabled ( nsISupportsArray sources , nsIRDFResource command , nsISupportsArray arguments )
|
| nsIRDFDataSource |
void Move ( nsIRDFResource oldSource , nsIRDFResource newSource , nsIRDFResource property , nsIRDFNode target )
|
| nsIStreamListener |
void onDataAvailable ( nsIRequest request , nsISupports context , nsIInputStream inputStream , PRUint32 offset , PRUint32 count )
|
| nsIFTPEventSink |
void OnFTPControlLog ( PRBool server , char* msg )
|
| nsIDirIndexListener |
void onIndexAvailable ( nsIRequest request , nsISupports ctxt , nsIDirIndex index )
|
| nsIDirIndexListener |
void onInformationAvailable ( nsIRequest request , nsISupports ctxt , AString info )
|
| nsIRequestObserver |
void onStartRequest ( nsIRequest request , nsISupports context )
|
| nsIRequestObserver |
void onStopRequest ( nsIRequest request , nsISupports context , nsresult statusCode )
|
| nsIRDFDataSource |
void RemoveObserver ( nsIRDFObserver observer )
|
| nsIRDFDataSource |
void Unassert ( nsIRDFResource source , nsIRDFResource property , nsIRDFNode target )
|
Reference documentation is generated from Mozilla's source.
