This commit is contained in:
peterl%netscape.com 1999-05-18 23:09:47 +00:00
Родитель a3acf5d792
Коммит a352098c9a
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,7 @@ class nsIUnicharInputStream;
class nsIURL;
class nsString;
class nsICSSDeclaration;
class nsICSSLoader;
#define NS_ICSS_PARSER_IID \
{ 0xcc9c0610, 0x968c, 0x11d1, \
@ -45,6 +46,9 @@ public:
// Set whether or not tags & classes are case sensitive or uppercased
NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) = 0;
// Set loader to use for child sheets
NS_IMETHOD SetChildLoader(nsICSSLoader* aChildLoader) = 0;
NS_IMETHOD Parse(nsIUnicharInputStream* aInput,
nsIURL* aInputURL,
nsICSSStyleSheet*& aResult) = 0;

Просмотреть файл

@ -26,6 +26,7 @@ class nsIUnicharInputStream;
class nsIURL;
class nsString;
class nsICSSDeclaration;
class nsICSSLoader;
#define NS_ICSS_PARSER_IID \
{ 0xcc9c0610, 0x968c, 0x11d1, \
@ -45,6 +46,9 @@ public:
// Set whether or not tags & classes are case sensitive or uppercased
NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) = 0;
// Set loader to use for child sheets
NS_IMETHOD SetChildLoader(nsICSSLoader* aChildLoader) = 0;
NS_IMETHOD Parse(nsIUnicharInputStream* aInput,
nsIURL* aInputURL,
nsICSSStyleSheet*& aResult) = 0;

Просмотреть файл

@ -26,6 +26,7 @@ class nsIUnicharInputStream;
class nsIURL;
class nsString;
class nsICSSDeclaration;
class nsICSSLoader;
#define NS_ICSS_PARSER_IID \
{ 0xcc9c0610, 0x968c, 0x11d1, \
@ -45,6 +46,9 @@ public:
// Set whether or not tags & classes are case sensitive or uppercased
NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) = 0;
// Set loader to use for child sheets
NS_IMETHOD SetChildLoader(nsICSSLoader* aChildLoader) = 0;
NS_IMETHOD Parse(nsIUnicharInputStream* aInput,
nsIURL* aInputURL,
nsICSSStyleSheet*& aResult) = 0;