105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst

git-svn-id: svn://10.0.0.236/trunk@111618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2002-01-09 01:37:50 +00:00
parent c1bc619e9b
commit 476668ebbc
85 changed files with 5959 additions and 5238 deletions

View File

@@ -66,7 +66,6 @@ public:
NS_IMETHOD OpenContainer(const nsIParserNode& aNode);
NS_IMETHOD CloseContainer(const nsIParserNode& aNode);
NS_IMETHOD AddLeaf(const nsIParserNode& aNode);
NS_IMETHOD NotifyError(const nsParserError* aError);
NS_IMETHOD AddProcessingInstruction(const nsIParserNode& aNode);
NS_IMETHOD AddComment(const nsIParserNode& aNode);
NS_IMETHOD AddDocTypeDecl(const nsIParserNode& aNode, PRInt32 aMode=0);
@@ -624,12 +623,6 @@ nsHTMLNullSink::SetParser(nsIParser* aParser)
return NS_OK;
}
NS_IMETHODIMP
nsHTMLNullSink::NotifyError(const nsParserError* aError)
{
return NS_OK;
}
/**
*
* @update gpk03/14/99