missing part of backing out 81414, yac

git-svn-id: svn://10.0.0.236/trunk@96809 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org
2001-06-10 13:50:59 +00:00
parent 12224ab698
commit fc2c8ff0f5
31 changed files with 92 additions and 84 deletions

View File

@@ -34,11 +34,11 @@
* -- Removed a number of castings of XML_Char to DOM_CHAR since they
* were not working on Windows properly
*
* $Id: XMLParser.cpp,v 1.16 2001-06-10 11:30:37 axel%pike.org Exp $
* $Id: XMLParser.cpp,v 1.17 2001-06-10 13:50:55 axel%pike.org Exp $
*/
#include "XMLParser.h"
#ifndef TX_EXE
#ifdef MOZ_XSL
#include "nsSyncLoader.h"
#include "URIUtils.h"
#include "nsIIOService.h"
@@ -69,7 +69,7 @@
**/
XMLParser::XMLParser()
{
#ifdef TX_EXE
#ifndef MOZ_XSL
errorState = MB_FALSE;
#endif
} //-- XMLParser
@@ -87,7 +87,7 @@ Document* XMLParser::getDocumentFromURI
String documentURL;
URIUtils::resolveHref(href, baseUri, documentURL);
#ifndef TX_EXE
#ifdef MOZ_XSL
nsresult rv = NS_OK;
nsCOMPtr<nsIURI> documentURI;
nsCOMPtr<nsIIOService> pService(do_GetService(NS_IOSERVICE_CONTRACTID,
@@ -123,7 +123,7 @@ Document* XMLParser::getDocumentFromURI
}
#ifdef TX_EXE
#ifndef MOZ_XSL
/**
* Parses the given input stream and returns a DOM Document.
* A NULL pointer will be returned if errors occurred