nsIDirIndexParser

A parser for 'application/http-index-format' directories.
Inherits from: nsIStreamListener Last changed in Gecko 1.7

Called for each directory entry.

Attributes

Attribute Type Description
comment string The comment given, if any. This result is only valid after OnStopRequest has occurred, because it can occur anywhere in the datastream. Read only.
encoding string The encoding to use.
listener nsIDirIndexListener The interface to use as a callback for new entries.