/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from ./mozITXTToHTMLConv.idl. */ using System; using System.Runtime.InteropServices; namespace Mozilla.XPCOM { /** * Interface mozITXTToHTMLConv * * IID: 0x77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b */ public unsafe class mozITXTToHTMLConv : nsIStreamConverter { public static string MOZITXTTOHTMLCONV_IID_STRING = "77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b"; public static System.Guid MOZITXTTOHTMLCONV_IID = new System.Guid("77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b"); /* const unsigned long kEntities = 0; */ public static long kEntities = 0; /* const unsigned long kURLs = 2; */ public static long kURLs = 2; /* const unsigned long kGlyphSubstitution = 4; */ public static long kGlyphSubstitution = 4; /* const unsigned long kStructPhrase = 8; */ public static long kStructPhrase = 8; /* wstring scanTXT (in wstring text, in unsigned long whattodo); */ public string scanTXT(string text, System.Int32 whattodo); /* wstring scanHTML (in wstring text, in unsigned long whattodo); */ public string scanHTML(string text, System.Int32 whattodo); /* unsigned long citeLevelTXT (in wstring line, out unsigned long logLineStart); */ public System.Int32 citeLevelTXT(string line, outSystem.Int32 logLineStart); /* void findURLInPlaintext (in wstring text, in long aLength, in long aPos, out long aStartPos, out long aEndPos); */ public void* findURLInPlaintext(string text, System.Int32 aLength, System.Int32 aPos, outSystem.Int32 aStartPos, outSystem.Int32 aEndPos); } }