IMplement new content method

This commit is contained in:
kipp 1998-05-29 02:10:27 +00:00
parent 66d92c9bb7
commit b31171c2f2

View File

@ -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;}