ILITCSSHost Interface

This is the host for receiving CSS stylesheet data. It supports UTF8 and both forms of UTF16 (a byte order mark is required for UTF16).

In addition to the methods inherited from ILITHost, the ILITCSSHost interface exposes the following methods.

Method Description
GetId Returns the manifest ID of the item being parsed.
GetFilename Returns the filename of the item being parsed.
GetMimeType Returns the mime type of the item being parsed.
Write Receives the stylesheet text.
Finish Finalizes the CSS stream.
GetCurrentLine Returns the current line of the parser, in case of a warning or error during Finish().

© 2000 Microsoft Corporation. All rights reserved. Terms of use.