added inline style accessor
git-svn-id: svn://10.0.0.236/trunk@15576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
49167d870c
commit
f6827b4dbf
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user