added inline style accessor

git-svn-id: svn://10.0.0.236/trunk@15576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com 1998-12-02 00:33:12 +00:00
parent 49167d870c
commit f6827b4dbf
2 changed files with 4 additions and 2 deletions

View File

@ -69,7 +69,8 @@ public:
// XXX this will have to change for CSS2
NS_IMETHOD GetClass(nsIAtom*& aResult) const = 0;
NS_IMETHOD GetStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD GetContentStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD GetInlineStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD AttributeToString(nsIAtom* aAttribute,
nsHTMLValue& aValue,

View File

@ -69,7 +69,8 @@ public:
// XXX this will have to change for CSS2
NS_IMETHOD GetClass(nsIAtom*& aResult) const = 0;
NS_IMETHOD GetStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD GetContentStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD GetInlineStyleRule(nsIStyleRule*& aResult) = 0;
NS_IMETHOD AttributeToString(nsIAtom* aAttribute,
nsHTMLValue& aValue,