IMplement new content method
git-svn-id: svn://10.0.0.236/trunk@2594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user