There are a number of components provided in the standard implementation of XPCOM; these are as follows.
- nsCategoryManager
- The XPCOM Category Manager.
- nsDirectoryService
- XPCOM ディレクトリサービス。このサービスは、OS 固有のマナーで "よく知られた" ディレクトリの場所を返します。例えば、システムの一時ディレクトリやデスクトップディレクトリ、現在の作業ディレクトリなどのパスを提供します。
- nsLocalFile
nsILocalFile
を実装するコンポーネント。
- nsObserverService
- XPCOM Observer サービス。
- nsScriptableInputStream
nsIScriptableInputStream
を実装するコンポーネント。