IMplement new content method

git-svn-id: svn://10.0.0.236/trunk@2594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-05-29 02:10:27 +00:00
parent b8275ba4ad
commit 06ff982939

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