First Checked In.

This commit is contained in:
guha 1998-04-08 04:11:43 +00:00
parent ca6bc6c3d4
commit c99aa2e519
4 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,26 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
//
// XML.Prefix
//
// Global prefix file for the XML project.
//
//
#include <OpenTransport.h>

Binary file not shown.

View File

@ -0,0 +1,66 @@
XML_ErrorString
XML_GetErrorByteIndex
XML_GetErrorColumnNumber
XML_GetErrorLineNumber
XML_GetErrorCode
XML_GetBuffer
XML_ParseBuffer
XML_Parse
XML_SetProcessingInstructionHandler
XML_SetCharacterDataHandler
XML_SetElementHandler
XML_SetUserData
XML_ParserFree
XML_ParserCreate
hashTableIterNext
hashTableIterInit
hashTableInit
hashTableDestroy
lookup
XmlParseXmlDecl
XmlInitEncoding
XmlGetInternalEncoding
XmlPrologStateInit
tokenizeXMLElement
XMLDOM_PIHandler
XMLDOM_StartHandler
XMLDOM_EndHandler
addChild
addStyleSheet
makeAbsoluteURL
copyCharStarList
xmlgetAttributeValue
XMLDOM_CharHandler
readHTML
xmlhtml_GetUrlExitFunc
XML_HTMLConverter
xmlhtml_complete
xmlhtml_abort
xmlhtml_write_ready
xmlhtml_write
readCSS
xmlcss_GetUrlExitFunc
XML_CSSConverter
xmlcss_complete
xmlcss_abort
xmlcss_write_ready
XML_XMLConverter
outputToStream
xml_complete
xml_write
xml_abort
xml_parse_abort
xml_write_ready
outputStyleSpan
convertToHTML
outputAsHTML
outputAttributes
getNextSSTag
countTagStackSize
countSSNumTags
parseNextXMLCSSElement
parseNextXMLCSSBlob
__ptmf_null
longjmp
__terminate
__initialize

View File

@ -0,0 +1,28 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
//
// XMLDebug.Prefix
//
// Global prefix file for the debug XML project.
//
//
#define DEBUG 1
#define DEVELOPER_DEBUG 1
#include <OpenTransport.h>