mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
First Checked In.
This commit is contained in:
parent
ca6bc6c3d4
commit
c99aa2e519
26
modules/xml/macbuild/XML.Prefix
Normal file
26
modules/xml/macbuild/XML.Prefix
Normal 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>
|
BIN
modules/xml/macbuild/XML.mcp
Normal file
BIN
modules/xml/macbuild/XML.mcp
Normal file
Binary file not shown.
66
modules/xml/macbuild/XML.mcp.exp
Normal file
66
modules/xml/macbuild/XML.mcp.exp
Normal 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
|
28
modules/xml/macbuild/XMLDebug.Prefix
Normal file
28
modules/xml/macbuild/XMLDebug.Prefix
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user