bug 196829 : Removed unused DoFragment() methods from parser and contentsinks r=harishd sr=jst

git-svn-id: svn://10.0.0.236/trunk@140742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hpradhan%hotpop.com
2003-04-05 07:19:09 +00:00
parent 230d661312
commit 12f1dc7f84
20 changed files with 0 additions and 132 deletions

View File

@@ -283,8 +283,6 @@ public:
NS_IMETHOD IsEnabled(PRInt32 aTag, PRBool* aReturn);
NS_IMETHOD_(PRBool) IsFormOnStack();
NS_IMETHOD DoFragment(PRBool aFlag);
// nsITimerCallback
NS_DECL_NSITIMERCALLBACK
@@ -5871,12 +5869,6 @@ HTMLContentSink::SetDocumentCharset(nsAString& aCharset)
return NS_OK;
}
NS_IMETHODIMP
HTMLContentSink::DoFragment(PRBool aFlag)
{
return NS_OK;
}
#ifdef DEBUG
/**
* This will dump content model into the output file.

View File

@@ -107,7 +107,6 @@ public:
NS_IMETHOD WillProcessAToken(void) { return NS_OK; }
NS_IMETHOD DidProcessAToken(void) { return NS_OK; }
NS_IMETHOD NotifyTagObservers(nsIParserNode* aNode) { return NS_OK; }
NS_IMETHOD DoFragment(PRBool aFlag);
NS_IMETHOD OpenContainer(const nsIParserNode& aNode);
NS_IMETHOD CloseContainer(const nsHTMLTag aTag);
NS_IMETHOD AddHeadContent(const nsIParserNode& aNode);
@@ -719,12 +718,6 @@ nsHTMLFragmentContentSink::AddDocTypeDecl(const nsIParserNode& aNode)
return NS_OK;
}
NS_IMETHODIMP
nsHTMLFragmentContentSink::DoFragment(PRBool aFlag)
{
return NS_OK;
}
NS_IMETHODIMP
nsHTMLFragmentContentSink::GetFragment(nsIDOMDocumentFragment** aFragment)
{