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.

nsIINIParser

IID:7eb955f6-3e78-4d39-b72f-c1bf12a94bce
Inherits From:nsISupports

Methods

nsIUTF8StringEnumerator getKeys ( AUTF8String section ) nsIUTF8StringEnumerator getSections ( ) AUTF8String getString ( AUTF8String section , AUTF8String key )

nsIUTF8StringEnumerator getKeys ( AUTF8String section )

Enumerates the keys available within a section.

Arguments:
section

nsIUTF8StringEnumerator getSections ( )

Enumerates the [section]s available in the INI file.


AUTF8String getString ( AUTF8String section , AUTF8String key )

Get the value of a string for a particular section and key.

Arguments:
section
key

References

This interface is returned from the following methods:

nsIINIParserFactory.createINIParser

Reference documentation is generated from Mozilla's source.