fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd

git-svn-id: svn://10.0.0.236/trunk@60478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-02-11 12:11:29 +00:00
parent 4209916b0d
commit 0ab79b600b
66 changed files with 9216 additions and 2038 deletions

View File

@@ -175,6 +175,7 @@ class nsScanner {
* @param addTerminal tells us whether to append terminal to aString
* @return error code
*/
nsresult GetIdentifier(nsSubsumeStr& aString);
nsresult ReadIdentifier(nsString& aString,PRBool aIgnore=PR_FALSE);
nsresult ReadNumber(nsString& aString);
nsresult ReadWhitespace(nsString& aString);