major rev to parsing engine

git-svn-id: svn://10.0.0.236/trunk@26286 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-04-05 06:55:49 +00:00
parent 51f222c7be
commit 716929551b
76 changed files with 1466 additions and 800 deletions

View File

@@ -423,6 +423,16 @@ PRBool CViewSourceHTML::Verify(nsString& aURLRef,nsIParser* aParser) {
void CViewSourceHTML::SetVerification(PRBool aEnabled){
}
/**
*
*
* @update gess 4/01/99
* @param aTokenizer
* @return
*/
void CViewSourceHTML::EmitMisplacedContent(nsITokenizer* aTokenizer){
}
/**
* This method is called to determine whether or not a tag
* of one type can contain a tag of another type.