added support for empty (XML) tags

git-svn-id: svn://10.0.0.236/trunk@4178 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-06-20 00:12:10 +00:00
parent 592bc7771f
commit 1a752708f9
16 changed files with 106 additions and 42 deletions

View File

@@ -322,7 +322,7 @@ PRInt32 CScanner::GetChar(PRUnichar& aChar) {
* @param
* @return
*/
PRInt32 CScanner::Peek(PRUnichar& aChar){
PRInt32 CScanner::Peek(PRUnichar& aChar) {
PRInt32 result=Eof();
if(!result) {
aChar=mBuffer[mOffset];