fixed a dozen new parser bugs

git-svn-id: svn://10.0.0.236/trunk@17861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-01-15 19:29:35 +00:00
parent bcae14f76c
commit 2884211b1d
48 changed files with 248 additions and 310 deletions

View File

@@ -199,6 +199,10 @@ PRInt32 nsHTMLTokenizer::GetCount(void) {
return mTokenDeque.GetSize();
}
CToken* nsHTMLTokenizer::GetTokenAt(PRInt32 anIndex){
return (CToken*)mTokenDeque.ObjectAt(anIndex);
}
/**
* This method repeatedly called by the tokenizer.
* Each time, we determine the kind of token were about to