mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
IMplement new content method
This commit is contained in:
parent
66d92c9bb7
commit
b31171c2f2
@ -63,6 +63,11 @@ public:
|
||||
PRBool AppendChild(nsIContent* aKid) {return PR_FALSE;}
|
||||
PRBool RemoveChildAt(PRInt32 aIndex) {return PR_FALSE;}
|
||||
|
||||
NS_IMETHOD IsSynthetic(PRBool& aResult) {
|
||||
aResult = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsIAtom* GetTag() const {return nsnull;}
|
||||
void SetAttribute(const nsString& aName,const nsString& aValue) {;}
|
||||
nsContentAttr GetAttribute(const nsString& aName, nsString& aRet) const {return eContentAttr_NotThere;}
|
||||
|
Loading…
Reference in New Issue
Block a user