elfgcchack.h

Go to the documentation of this file.
00001 /*
00002  * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed
00003  *               up the code when using gcc for call within the library.
00004  *
00005  * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf
00006  * from Ulrich drepper. Rewritten to be generated from the XML description
00007  * file for libxml2 API
00008  * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml
00009  */
00010 
00011 #ifdef IN_LIBXML
00012 #ifdef __GNUC__
00013 #ifdef PIC
00014 #ifdef linux
00015 #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
00016 
00017 #include "libxml/c14n.h"
00018 #include "libxml/catalog.h"
00019 #include "libxml/chvalid.h"
00020 #include "libxml/debugXML.h"
00021 #include "libxml/dict.h"
00022 #include "libxml/DOCBparser.h"
00023 #include "libxml/encoding.h"
00024 #include "libxml/entities.h"
00025 #include "libxml/globals.h"
00026 #include "libxml/hash.h"
00027 #include "libxml/HTMLparser.h"
00028 #include "libxml/HTMLtree.h"
00029 #include "libxml/list.h"
00030 #include "libxml/nanoftp.h"
00031 #include "libxml/nanohttp.h"
00032 #include "libxml/parser.h"
00033 #include "libxml/parserInternals.h"
00034 #include "libxml/pattern.h"
00035 #include "libxml/relaxng.h"
00036 #include "libxml/SAX2.h"
00037 #include "libxml/SAX.h"
00038 #include "libxml/schemasInternals.h"
00039 #include "libxml/schematron.h"
00040 #include "libxml/threads.h"
00041 #include "libxml/tree.h"
00042 #include "libxml/uri.h"
00043 #include "libxml/valid.h"
00044 #include "libxml/xinclude.h"
00045 #include "libxml/xlink.h"
00046 #include "libxml/xmlautomata.h"
00047 #include "libxml/xmlerror.h"
00048 #include "libxml/xmlexports.h"
00049 #include "libxml/xmlIO.h"
00050 #include "libxml/xmlmemory.h"
00051 #include "libxml/xmlreader.h"
00052 #include "libxml/xmlregexp.h"
00053 #include "libxml/xmlsave.h"
00054 #include "libxml/xmlschemas.h"
00055 #include "libxml/xmlschemastypes.h"
00056 #include "libxml/xmlstring.h"
00057 #include "libxml/xmlunicode.h"
00058 #include "libxml/xmlversion.h"
00059 #include "libxml/xmlwriter.h"
00060 #include "libxml/xpath.h"
00061 #include "libxml/xpathInternals.h"
00062 #include "libxml/xpointer.h"
00063 #include "libxml/xmlmodule.h"
00064 
00065 /* special hot spot not exported ones */
00066 
00067 #ifdef bottom_globals
00068 #undef __xmlGenericError
00069 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
00070 #else
00071 #ifndef __xmlGenericError
00072 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
00073 #define __xmlGenericError __xmlGenericError__internal_alias
00074 #endif
00075 #endif
00076 
00077 #ifdef bottom_globals
00078 #undef __xmlGenericErrorContext
00079 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
00080 #else
00081 #ifndef __xmlGenericErrorContext
00082 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
00083 #define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
00084 #endif
00085 #endif
00086 
00087 /* list generated from libxml2-api.xml */
00088 #if defined(LIBXML_DOCB_ENABLED)
00089 #ifdef bottom_DOCBparser
00090 #undef docbCreatePushParserCtxt
00091 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
00092 #else
00093 #ifndef docbCreatePushParserCtxt
00094 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
00095 #define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias
00096 #endif
00097 #endif
00098 #endif
00099 
00100 #if defined(LIBXML_HTML_ENABLED)
00101 #ifdef bottom_HTMLparser
00102 #undef htmlAttrAllowed
00103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
00104 #else
00105 #ifndef htmlAttrAllowed
00106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
00107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias
00108 #endif
00109 #endif
00110 #endif
00111 
00112 #if defined(LIBXML_HTML_ENABLED)
00113 #ifdef bottom_HTMLparser
00114 #undef htmlAutoCloseTag
00115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
00116 #else
00117 #ifndef htmlAutoCloseTag
00118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
00119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
00120 #endif
00121 #endif
00122 #endif
00123 
00124 #if defined(LIBXML_HTML_ENABLED)
00125 #ifdef bottom_HTMLparser
00126 #undef htmlCreateFileParserCtxt
00127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
00128 #else
00129 #ifndef htmlCreateFileParserCtxt
00130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
00131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
00132 #endif
00133 #endif
00134 #endif
00135 
00136 #if defined(LIBXML_HTML_ENABLED)
00137 #ifdef bottom_HTMLparser
00138 #undef htmlCreateMemoryParserCtxt
00139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
00140 #else
00141 #ifndef htmlCreateMemoryParserCtxt
00142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
00143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
00144 #endif
00145 #endif
00146 #endif
00147 
00148 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
00149 #ifdef bottom_HTMLparser
00150 #undef htmlCreatePushParserCtxt
00151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
00152 #else
00153 #ifndef htmlCreatePushParserCtxt
00154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
00155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias
00156 #endif
00157 #endif
00158 #endif
00159 
00160 #if defined(LIBXML_HTML_ENABLED)
00161 #ifdef bottom_HTMLparser
00162 #undef htmlCtxtReadDoc
00163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
00164 #else
00165 #ifndef htmlCtxtReadDoc
00166 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
00167 #define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias
00168 #endif
00169 #endif
00170 #endif
00171 
00172 #if defined(LIBXML_HTML_ENABLED)
00173 #ifdef bottom_HTMLparser
00174 #undef htmlCtxtReadFd
00175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias")));
00176 #else
00177 #ifndef htmlCtxtReadFd
00178 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
00179 #define htmlCtxtReadFd htmlCtxtReadFd__internal_alias
00180 #endif
00181 #endif
00182 #endif
00183 
00184 #if defined(LIBXML_HTML_ENABLED)
00185 #ifdef bottom_HTMLparser
00186 #undef htmlCtxtReadFile
00187 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias")));
00188 #else
00189 #ifndef htmlCtxtReadFile
00190 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
00191 #define htmlCtxtReadFile htmlCtxtReadFile__internal_alias
00192 #endif
00193 #endif
00194 #endif
00195 
00196 #if defined(LIBXML_HTML_ENABLED)
00197 #ifdef bottom_HTMLparser
00198 #undef htmlCtxtReadIO
00199 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias")));
00200 #else
00201 #ifndef htmlCtxtReadIO
00202 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
00203 #define htmlCtxtReadIO htmlCtxtReadIO__internal_alias
00204 #endif
00205 #endif
00206 #endif
00207 
00208 #if defined(LIBXML_HTML_ENABLED)
00209 #ifdef bottom_HTMLparser
00210 #undef htmlCtxtReadMemory
00211 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias")));
00212 #else
00213 #ifndef htmlCtxtReadMemory
00214 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
00215 #define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias
00216 #endif
00217 #endif
00218 #endif
00219 
00220 #if defined(LIBXML_HTML_ENABLED)
00221 #ifdef bottom_HTMLparser
00222 #undef htmlCtxtReset
00223 extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
00224 #else
00225 #ifndef htmlCtxtReset
00226 extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
00227 #define htmlCtxtReset htmlCtxtReset__internal_alias
00228 #endif
00229 #endif
00230 #endif
00231 
00232 #if defined(LIBXML_HTML_ENABLED)
00233 #ifdef bottom_HTMLparser
00234 #undef htmlCtxtUseOptions
00235 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias")));
00236 #else
00237 #ifndef htmlCtxtUseOptions
00238 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
00239 #define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias
00240 #endif
00241 #endif
00242 #endif
00243 
00244 #if defined(LIBXML_HTML_ENABLED)
00245 #ifdef bottom_SAX2
00246 #undef htmlDefaultSAXHandlerInit
00247 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
00248 #else
00249 #ifndef htmlDefaultSAXHandlerInit
00250 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
00251 #define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
00252 #endif
00253 #endif
00254 #endif
00255 
00256 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00257 #ifdef bottom_HTMLtree
00258 #undef htmlDocContentDumpFormatOutput
00259 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
00260 #else
00261 #ifndef htmlDocContentDumpFormatOutput
00262 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
00263 #define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias
00264 #endif
00265 #endif
00266 #endif
00267 
00268 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00269 #ifdef bottom_HTMLtree
00270 #undef htmlDocContentDumpOutput
00271 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias")));
00272 #else
00273 #ifndef htmlDocContentDumpOutput
00274 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden")));
00275 #define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
00276 #endif
00277 #endif
00278 #endif
00279 
00280 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00281 #ifdef bottom_HTMLtree
00282 #undef htmlDocDump
00283 extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias")));
00284 #else
00285 #ifndef htmlDocDump
00286 extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden")));
00287 #define htmlDocDump htmlDocDump__internal_alias
00288 #endif
00289 #endif
00290 #endif
00291 
00292 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00293 #ifdef bottom_HTMLtree
00294 #undef htmlDocDumpMemory
00295 extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory __attribute((alias("htmlDocDumpMemory__internal_alias")));
00296 #else
00297 #ifndef htmlDocDumpMemory
00298 extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
00299 #define htmlDocDumpMemory htmlDocDumpMemory__internal_alias
00300 #endif
00301 #endif
00302 #endif
00303 
00304 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00305 #ifdef bottom_HTMLtree
00306 #undef htmlDocDumpMemoryFormat
00307 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat __attribute((alias("htmlDocDumpMemoryFormat__internal_alias")));
00308 #else
00309 #ifndef htmlDocDumpMemoryFormat
00310 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat__internal_alias __attribute((visibility("hidden")));
00311 #define htmlDocDumpMemoryFormat htmlDocDumpMemoryFormat__internal_alias
00312 #endif
00313 #endif
00314 #endif
00315 
00316 #if defined(LIBXML_HTML_ENABLED)
00317 #ifdef bottom_HTMLparser
00318 #undef htmlElementAllowedHere
00319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
00320 #else
00321 #ifndef htmlElementAllowedHere
00322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
00323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
00324 #endif
00325 #endif
00326 #endif
00327 
00328 #if defined(LIBXML_HTML_ENABLED)
00329 #ifdef bottom_HTMLparser
00330 #undef htmlElementStatusHere
00331 extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias")));
00332 #else
00333 #ifndef htmlElementStatusHere
00334 extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden")));
00335 #define htmlElementStatusHere htmlElementStatusHere__internal_alias
00336 #endif
00337 #endif
00338 #endif
00339 
00340 #if defined(LIBXML_HTML_ENABLED)
00341 #ifdef bottom_HTMLparser
00342 #undef htmlEncodeEntities
00343 extern __typeof (htmlEncodeEntities) htmlEncodeEntities __attribute((alias("htmlEncodeEntities__internal_alias")));
00344 #else
00345 #ifndef htmlEncodeEntities
00346 extern __typeof (htmlEncodeEntities) htmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
00347 #define htmlEncodeEntities htmlEncodeEntities__internal_alias
00348 #endif
00349 #endif
00350 #endif
00351 
00352 #if defined(LIBXML_HTML_ENABLED)
00353 #ifdef bottom_HTMLparser
00354 #undef htmlEntityLookup
00355 extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
00356 #else
00357 #ifndef htmlEntityLookup
00358 extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
00359 #define htmlEntityLookup htmlEntityLookup__internal_alias
00360 #endif
00361 #endif
00362 #endif
00363 
00364 #if defined(LIBXML_HTML_ENABLED)
00365 #ifdef bottom_HTMLparser
00366 #undef htmlEntityValueLookup
00367 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
00368 #else
00369 #ifndef htmlEntityValueLookup
00370 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
00371 #define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
00372 #endif
00373 #endif
00374 #endif
00375 
00376 #if defined(LIBXML_HTML_ENABLED)
00377 #ifdef bottom_HTMLparser
00378 #undef htmlFreeParserCtxt
00379 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
00380 #else
00381 #ifndef htmlFreeParserCtxt
00382 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
00383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
00384 #endif
00385 #endif
00386 #endif
00387 
00388 #if defined(LIBXML_HTML_ENABLED)
00389 #ifdef bottom_HTMLtree
00390 #undef htmlGetMetaEncoding
00391 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias")));
00392 #else
00393 #ifndef htmlGetMetaEncoding
00394 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden")));
00395 #define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
00396 #endif
00397 #endif
00398 #endif
00399 
00400 #if defined(LIBXML_HTML_ENABLED)
00401 #ifdef bottom_HTMLparser
00402 #undef htmlHandleOmittedElem
00403 extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem __attribute((alias("htmlHandleOmittedElem__internal_alias")));
00404 #else
00405 #ifndef htmlHandleOmittedElem
00406 extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem__internal_alias __attribute((visibility("hidden")));
00407 #define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias
00408 #endif
00409 #endif
00410 #endif
00411 
00412 #if defined(LIBXML_HTML_ENABLED)
00413 #ifdef bottom_HTMLparser
00414 #undef htmlInitAutoClose
00415 extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__internal_alias")));
00416 #else
00417 #ifndef htmlInitAutoClose
00418 extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidden")));
00419 #define htmlInitAutoClose htmlInitAutoClose__internal_alias
00420 #endif
00421 #endif
00422 #endif
00423 
00424 #if defined(LIBXML_HTML_ENABLED)
00425 #ifdef bottom_HTMLparser
00426 #undef htmlIsAutoClosed
00427 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
00428 #else
00429 #ifndef htmlIsAutoClosed
00430 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
00431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
00432 #endif
00433 #endif
00434 #endif
00435 
00436 #if defined(LIBXML_HTML_ENABLED)
00437 #ifdef bottom_HTMLtree
00438 #undef htmlIsBooleanAttr
00439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
00440 #else
00441 #ifndef htmlIsBooleanAttr
00442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
00443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
00444 #endif
00445 #endif
00446 #endif
00447 
00448 #if defined(LIBXML_HTML_ENABLED)
00449 #ifdef bottom_HTMLparser
00450 #undef htmlIsScriptAttribute
00451 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttribute__internal_alias")));
00452 #else
00453 #ifndef htmlIsScriptAttribute
00454 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibility("hidden")));
00455 #define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias
00456 #endif
00457 #endif
00458 #endif
00459 
00460 #if defined(LIBXML_HTML_ENABLED)
00461 #ifdef bottom_HTMLparser
00462 #undef htmlNewDoc
00463 extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias")));
00464 #else
00465 #ifndef htmlNewDoc
00466 extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
00467 #define htmlNewDoc htmlNewDoc__internal_alias
00468 #endif
00469 #endif
00470 #endif
00471 
00472 #if defined(LIBXML_HTML_ENABLED)
00473 #ifdef bottom_HTMLparser
00474 #undef htmlNewDocNoDtD
00475 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
00476 #else
00477 #ifndef htmlNewDocNoDtD
00478 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
00479 #define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias
00480 #endif
00481 #endif
00482 #endif
00483 
00484 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00485 #ifdef bottom_HTMLtree
00486 #undef htmlNodeDump
00487 extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias")));
00488 #else
00489 #ifndef htmlNodeDump
00490 extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden")));
00491 #define htmlNodeDump htmlNodeDump__internal_alias
00492 #endif
00493 #endif
00494 #endif
00495 
00496 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00497 #ifdef bottom_HTMLtree
00498 #undef htmlNodeDumpFile
00499 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias")));
00500 #else
00501 #ifndef htmlNodeDumpFile
00502 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden")));
00503 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias
00504 #endif
00505 #endif
00506 #endif
00507 
00508 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00509 #ifdef bottom_HTMLtree
00510 #undef htmlNodeDumpFileFormat
00511 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
00512 #else
00513 #ifndef htmlNodeDumpFileFormat
00514 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
00515 #define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias
00516 #endif
00517 #endif
00518 #endif
00519 
00520 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00521 #ifdef bottom_HTMLtree
00522 #undef htmlNodeDumpFormatOutput
00523 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
00524 #else
00525 #ifndef htmlNodeDumpFormatOutput
00526 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
00527 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
00528 #endif
00529 #endif
00530 #endif
00531 
00532 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00533 #ifdef bottom_HTMLtree
00534 #undef htmlNodeDumpOutput
00535 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias")));
00536 #else
00537 #ifndef htmlNodeDumpOutput
00538 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
00539 #define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias
00540 #endif
00541 #endif
00542 #endif
00543 
00544 #if defined(LIBXML_HTML_ENABLED)
00545 #ifdef bottom_HTMLparser
00546 #undef htmlNodeStatus
00547 extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
00548 #else
00549 #ifndef htmlNodeStatus
00550 extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
00551 #define htmlNodeStatus htmlNodeStatus__internal_alias
00552 #endif
00553 #endif
00554 #endif
00555 
00556 #if defined(LIBXML_HTML_ENABLED)
00557 #ifdef bottom_HTMLparser
00558 #undef htmlParseCharRef
00559 extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
00560 #else
00561 #ifndef htmlParseCharRef
00562 extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
00563 #define htmlParseCharRef htmlParseCharRef__internal_alias
00564 #endif
00565 #endif
00566 #endif
00567 
00568 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
00569 #ifdef bottom_HTMLparser
00570 #undef htmlParseChunk
00571 extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
00572 #else
00573 #ifndef htmlParseChunk
00574 extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
00575 #define htmlParseChunk htmlParseChunk__internal_alias
00576 #endif
00577 #endif
00578 #endif
00579 
00580 #if defined(LIBXML_HTML_ENABLED)
00581 #ifdef bottom_HTMLparser
00582 #undef htmlParseDoc
00583 extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
00584 #else
00585 #ifndef htmlParseDoc
00586 extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
00587 #define htmlParseDoc htmlParseDoc__internal_alias
00588 #endif
00589 #endif
00590 #endif
00591 
00592 #if defined(LIBXML_HTML_ENABLED)
00593 #ifdef bottom_HTMLparser
00594 #undef htmlParseDocument
00595 extern __typeof (htmlParseDocument) htmlParseDocument __attribute((alias("htmlParseDocument__internal_alias")));
00596 #else
00597 #ifndef htmlParseDocument
00598 extern __typeof (htmlParseDocument) htmlParseDocument__internal_alias __attribute((visibility("hidden")));
00599 #define htmlParseDocument htmlParseDocument__internal_alias
00600 #endif
00601 #endif
00602 #endif
00603 
00604 #if defined(LIBXML_HTML_ENABLED)
00605 #ifdef bottom_HTMLparser
00606 #undef htmlParseElement
00607 extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias")));
00608 #else
00609 #ifndef htmlParseElement
00610 extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden")));
00611 #define htmlParseElement htmlParseElement__internal_alias
00612 #endif
00613 #endif
00614 #endif
00615 
00616 #if defined(LIBXML_HTML_ENABLED)
00617 #ifdef bottom_HTMLparser
00618 #undef htmlParseEntityRef
00619 extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias")));
00620 #else
00621 #ifndef htmlParseEntityRef
00622 extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
00623 #define htmlParseEntityRef htmlParseEntityRef__internal_alias
00624 #endif
00625 #endif
00626 #endif
00627 
00628 #if defined(LIBXML_HTML_ENABLED)
00629 #ifdef bottom_HTMLparser
00630 #undef htmlParseFile
00631 extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
00632 #else
00633 #ifndef htmlParseFile
00634 extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
00635 #define htmlParseFile htmlParseFile__internal_alias
00636 #endif
00637 #endif
00638 #endif
00639 
00640 #if defined(LIBXML_HTML_ENABLED)
00641 #ifdef bottom_HTMLparser
00642 #undef htmlReadDoc
00643 extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
00644 #else
00645 #ifndef htmlReadDoc
00646 extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
00647 #define htmlReadDoc htmlReadDoc__internal_alias
00648 #endif
00649 #endif
00650 #endif
00651 
00652 #if defined(LIBXML_HTML_ENABLED)
00653 #ifdef bottom_HTMLparser
00654 #undef htmlReadFd
00655 extern __typeof (htmlReadFd) htmlReadFd __attribute((alias("htmlReadFd__internal_alias")));
00656 #else
00657 #ifndef htmlReadFd
00658 extern __typeof (htmlReadFd) htmlReadFd__internal_alias __attribute((visibility("hidden")));
00659 #define htmlReadFd htmlReadFd__internal_alias
00660 #endif
00661 #endif
00662 #endif
00663 
00664 #if defined(LIBXML_HTML_ENABLED)
00665 #ifdef bottom_HTMLparser
00666 #undef htmlReadFile
00667 extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));
00668 #else
00669 #ifndef htmlReadFile
00670 extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));
00671 #define htmlReadFile htmlReadFile__internal_alias
00672 #endif
00673 #endif
00674 #endif
00675 
00676 #if defined(LIBXML_HTML_ENABLED)
00677 #ifdef bottom_HTMLparser
00678 #undef htmlReadIO
00679 extern __typeof (htmlReadIO) htmlReadIO __attribute((alias("htmlReadIO__internal_alias")));
00680 #else
00681 #ifndef htmlReadIO
00682 extern __typeof (htmlReadIO) htmlReadIO__internal_alias __attribute((visibility("hidden")));
00683 #define htmlReadIO htmlReadIO__internal_alias
00684 #endif
00685 #endif
00686 #endif
00687 
00688 #if defined(LIBXML_HTML_ENABLED)
00689 #ifdef bottom_HTMLparser
00690 #undef htmlReadMemory
00691 extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
00692 #else
00693 #ifndef htmlReadMemory
00694 extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
00695 #define htmlReadMemory htmlReadMemory__internal_alias
00696 #endif
00697 #endif
00698 #endif
00699 
00700 #if defined(LIBXML_HTML_ENABLED)
00701 #ifdef bottom_HTMLparser
00702 #undef htmlSAXParseDoc
00703 extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc __attribute((alias("htmlSAXParseDoc__internal_alias")));
00704 #else
00705 #ifndef htmlSAXParseDoc
00706 extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
00707 #define htmlSAXParseDoc htmlSAXParseDoc__internal_alias
00708 #endif
00709 #endif
00710 #endif
00711 
00712 #if defined(LIBXML_HTML_ENABLED)
00713 #ifdef bottom_HTMLparser
00714 #undef htmlSAXParseFile
00715 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
00716 #else
00717 #ifndef htmlSAXParseFile
00718 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
00719 #define htmlSAXParseFile htmlSAXParseFile__internal_alias
00720 #endif
00721 #endif
00722 #endif
00723 
00724 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00725 #ifdef bottom_HTMLtree
00726 #undef htmlSaveFile
00727 extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
00728 #else
00729 #ifndef htmlSaveFile
00730 extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
00731 #define htmlSaveFile htmlSaveFile__internal_alias
00732 #endif
00733 #endif
00734 #endif
00735 
00736 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00737 #ifdef bottom_HTMLtree
00738 #undef htmlSaveFileEnc
00739 extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc __attribute((alias("htmlSaveFileEnc__internal_alias")));
00740 #else
00741 #ifndef htmlSaveFileEnc
00742 extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
00743 #define htmlSaveFileEnc htmlSaveFileEnc__internal_alias
00744 #endif
00745 #endif
00746 #endif
00747 
00748 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00749 #ifdef bottom_HTMLtree
00750 #undef htmlSaveFileFormat
00751 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias")));
00752 #else
00753 #ifndef htmlSaveFileFormat
00754 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden")));
00755 #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias
00756 #endif
00757 #endif
00758 #endif
00759 
00760 #if defined(LIBXML_HTML_ENABLED)
00761 #ifdef bottom_HTMLtree
00762 #undef htmlSetMetaEncoding
00763 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
00764 #else
00765 #ifndef htmlSetMetaEncoding
00766 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
00767 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias
00768 #endif
00769 #endif
00770 #endif
00771 
00772 #if defined(LIBXML_HTML_ENABLED)
00773 #ifdef bottom_HTMLparser
00774 #undef htmlTagLookup
00775 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
00776 #else
00777 #ifndef htmlTagLookup
00778 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
00779 #define htmlTagLookup htmlTagLookup__internal_alias
00780 #endif
00781 #endif
00782 #endif
00783 
00784 #ifdef bottom_parser
00785 #undef inputPop
00786 extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));
00787 #else
00788 #ifndef inputPop
00789 extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));
00790 #define inputPop inputPop__internal_alias
00791 #endif
00792 #endif
00793 
00794 #ifdef bottom_parser
00795 #undef inputPush
00796 extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias")));
00797 #else
00798 #ifndef inputPush
00799 extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden")));
00800 #define inputPush inputPush__internal_alias
00801 #endif
00802 #endif
00803 
00804 #ifdef bottom_parser
00805 #undef namePop
00806 extern __typeof (namePop) namePop __attribute((alias("namePop__internal_alias")));
00807 #else
00808 #ifndef namePop
00809 extern __typeof (namePop) namePop__internal_alias __attribute((visibility("hidden")));
00810 #define namePop namePop__internal_alias
00811 #endif
00812 #endif
00813 
00814 #ifdef bottom_parser
00815 #undef namePush
00816 extern __typeof (namePush) namePush __attribute((alias("namePush__internal_alias")));
00817 #else
00818 #ifndef namePush
00819 extern __typeof (namePush) namePush__internal_alias __attribute((visibility("hidden")));
00820 #define namePush namePush__internal_alias
00821 #endif
00822 #endif
00823 
00824 #ifdef bottom_parser
00825 #undef nodePop
00826 extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias")));
00827 #else
00828 #ifndef nodePop
00829 extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden")));
00830 #define nodePop nodePop__internal_alias
00831 #endif
00832 #endif
00833 
00834 #ifdef bottom_parser
00835 #undef nodePush
00836 extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
00837 #else
00838 #ifndef nodePush
00839 extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
00840 #define nodePush nodePush__internal_alias
00841 #endif
00842 #endif
00843 
00844 #if defined(LIBXML_XPATH_ENABLED)
00845 #ifdef bottom_xpath
00846 #undef valuePop
00847 extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias")));
00848 #else
00849 #ifndef valuePop
00850 extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden")));
00851 #define valuePop valuePop__internal_alias
00852 #endif
00853 #endif
00854 #endif
00855 
00856 #if defined(LIBXML_XPATH_ENABLED)
00857 #ifdef bottom_xpath
00858 #undef valuePush
00859 extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias")));
00860 #else
00861 #ifndef valuePush
00862 extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden")));
00863 #define valuePush valuePush__internal_alias
00864 #endif
00865 #endif
00866 #endif
00867 
00868 #if defined(LIBXML_CATALOG_ENABLED)
00869 #ifdef bottom_catalog
00870 #undef xmlACatalogAdd
00871 extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias")));
00872 #else
00873 #ifndef xmlACatalogAdd
00874 extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden")));
00875 #define xmlACatalogAdd xmlACatalogAdd__internal_alias
00876 #endif
00877 #endif
00878 #endif
00879 
00880 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
00881 #ifdef bottom_catalog
00882 #undef xmlACatalogDump
00883 extern __typeof (xmlACatalogDump) xmlACatalogDump __attribute((alias("xmlACatalogDump__internal_alias")));
00884 #else
00885 #ifndef xmlACatalogDump
00886 extern __typeof (xmlACatalogDump) xmlACatalogDump__internal_alias __attribute((visibility("hidden")));
00887 #define xmlACatalogDump xmlACatalogDump__internal_alias
00888 #endif
00889 #endif
00890 #endif
00891 
00892 #if defined(LIBXML_CATALOG_ENABLED)
00893 #ifdef bottom_catalog
00894 #undef xmlACatalogRemove
00895 extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias")));
00896 #else
00897 #ifndef xmlACatalogRemove
00898 extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden")));
00899 #define xmlACatalogRemove xmlACatalogRemove__internal_alias
00900 #endif
00901 #endif
00902 #endif
00903 
00904 #if defined(LIBXML_CATALOG_ENABLED)
00905 #ifdef bottom_catalog
00906 #undef xmlACatalogResolve
00907 extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias")));
00908 #else
00909 #ifndef xmlACatalogResolve
00910 extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden")));
00911 #define xmlACatalogResolve xmlACatalogResolve__internal_alias
00912 #endif
00913 #endif
00914 #endif
00915 
00916 #if defined(LIBXML_CATALOG_ENABLED)
00917 #ifdef bottom_catalog
00918 #undef xmlACatalogResolvePublic
00919 extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic __attribute((alias("xmlACatalogResolvePublic__internal_alias")));
00920 #else
00921 #ifndef xmlACatalogResolvePublic
00922 extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
00923 #define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias
00924 #endif
00925 #endif
00926 #endif
00927 
00928 #if defined(LIBXML_CATALOG_ENABLED)
00929 #ifdef bottom_catalog
00930 #undef xmlACatalogResolveSystem
00931 extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem __attribute((alias("xmlACatalogResolveSystem__internal_alias")));
00932 #else
00933 #ifndef xmlACatalogResolveSystem
00934 extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
00935 #define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias
00936 #endif
00937 #endif
00938 #endif
00939 
00940 #if defined(LIBXML_CATALOG_ENABLED)
00941 #ifdef bottom_catalog
00942 #undef xmlACatalogResolveURI
00943 extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI __attribute((alias("xmlACatalogResolveURI__internal_alias")));
00944 #else
00945 #ifndef xmlACatalogResolveURI
00946 extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI__internal_alias __attribute((visibility("hidden")));
00947 #define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias
00948 #endif
00949 #endif
00950 #endif
00951 
00952 #ifdef bottom_valid
00953 #undef xmlAddAttributeDecl
00954 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
00955 #else
00956 #ifndef xmlAddAttributeDecl
00957 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
00958 #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
00959 #endif
00960 #endif
00961 
00962 #ifdef bottom_tree
00963 #undef xmlAddChild
00964 extern __typeof (xmlAddChild) xmlAddChild __attribute((alias("xmlAddChild__internal_alias")));
00965 #else
00966 #ifndef xmlAddChild
00967 extern __typeof (xmlAddChild) xmlAddChild__internal_alias __attribute((visibility("hidden")));
00968 #define xmlAddChild xmlAddChild__internal_alias
00969 #endif
00970 #endif
00971 
00972 #ifdef bottom_tree
00973 #undef xmlAddChildList
00974 extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
00975 #else
00976 #ifndef xmlAddChildList
00977 extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
00978 #define xmlAddChildList xmlAddChildList__internal_alias
00979 #endif
00980 #endif
00981 
00982 #ifdef bottom_entities
00983 #undef xmlAddDocEntity
00984 extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
00985 #else
00986 #ifndef xmlAddDocEntity
00987 extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
00988 #define xmlAddDocEntity xmlAddDocEntity__internal_alias
00989 #endif
00990 #endif
00991 
00992 #ifdef bottom_entities
00993 #undef xmlAddDtdEntity
00994 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
00995 #else
00996 #ifndef xmlAddDtdEntity
00997 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
00998 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
00999 #endif
01000 #endif
01001 
01002 #ifdef bottom_valid
01003 #undef xmlAddElementDecl
01004 extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
01005 #else
01006 #ifndef xmlAddElementDecl
01007 extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
01008 #define xmlAddElementDecl xmlAddElementDecl__internal_alias
01009 #endif
01010 #endif
01011 
01012 #ifdef bottom_encoding
01013 #undef xmlAddEncodingAlias
01014 extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias __attribute((alias("xmlAddEncodingAlias__internal_alias")));
01015 #else
01016 #ifndef xmlAddEncodingAlias
01017 extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias__internal_alias __attribute((visibility("hidden")));
01018 #define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias
01019 #endif
01020 #endif
01021 
01022 #ifdef bottom_valid
01023 #undef xmlAddID
01024 extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
01025 #else
01026 #ifndef xmlAddID
01027 extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
01028 #define xmlAddID xmlAddID__internal_alias
01029 #endif
01030 #endif
01031 
01032 #ifdef bottom_tree
01033 #undef xmlAddNextSibling
01034 extern __typeof (xmlAddNextSibling) xmlAddNextSibling __attribute((alias("xmlAddNextSibling__internal_alias")));
01035 #else
01036 #ifndef xmlAddNextSibling
01037 extern __typeof (xmlAddNextSibling) xmlAddNextSibling__internal_alias __attribute((visibility("hidden")));
01038 #define xmlAddNextSibling xmlAddNextSibling__internal_alias
01039 #endif
01040 #endif
01041 
01042 #ifdef bottom_valid
01043 #undef xmlAddNotationDecl
01044 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias")));
01045 #else
01046 #ifndef xmlAddNotationDecl
01047 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden")));
01048 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias
01049 #endif
01050 #endif
01051 
01052 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
01053 #ifdef bottom_tree
01054 #undef xmlAddPrevSibling
01055 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAddPrevSibling__internal_alias")));
01056 #else
01057 #ifndef xmlAddPrevSibling
01058 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribute((visibility("hidden")));
01059 #define xmlAddPrevSibling xmlAddPrevSibling__internal_alias
01060 #endif
01061 #endif
01062 #endif
01063 
01064 #ifdef bottom_valid
01065 #undef xmlAddRef
01066 extern __typeof (xmlAddRef) xmlAddRef __attribute((alias("xmlAddRef__internal_alias")));
01067 #else
01068 #ifndef xmlAddRef
01069 extern __typeof (xmlAddRef) xmlAddRef__internal_alias __attribute((visibility("hidden")));
01070 #define xmlAddRef xmlAddRef__internal_alias
01071 #endif
01072 #endif
01073 
01074 #ifdef bottom_tree
01075 #undef xmlAddSibling
01076 extern __typeof (xmlAddSibling) xmlAddSibling __attribute((alias("xmlAddSibling__internal_alias")));
01077 #else
01078 #ifndef xmlAddSibling
01079 extern __typeof (xmlAddSibling) xmlAddSibling__internal_alias __attribute((visibility("hidden")));
01080 #define xmlAddSibling xmlAddSibling__internal_alias
01081 #endif
01082 #endif
01083 
01084 #if defined(LIBXML_OUTPUT_ENABLED)
01085 #ifdef bottom_xmlIO
01086 #undef xmlAllocOutputBuffer
01087 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffer__internal_alias")));
01088 #else
01089 #ifndef xmlAllocOutputBuffer
01090 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility("hidden")));
01091 #define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias
01092 #endif
01093 #endif
01094 #endif
01095 
01096 #ifdef bottom_xmlIO
01097 #undef xmlAllocParserInputBuffer
01098 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
01099 #else
01100 #ifndef xmlAllocParserInputBuffer
01101 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden")));
01102 #define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias
01103 #endif
01104 #endif
01105 
01106 #if defined(LIBXML_OUTPUT_ENABLED)
01107 #ifdef bottom_xmlsave
01108 #undef xmlAttrSerializeTxtContent
01109 extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent __attribute((alias("xmlAttrSerializeTxtContent__internal_alias")));
01110 #else
01111 #ifndef xmlAttrSerializeTxtContent
01112 extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent__internal_alias __attribute((visibility("hidden")));
01113 #define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias
01114 #endif
01115 #endif
01116 #endif
01117 
01118 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01119 #ifdef bottom_xmlregexp
01120 #undef xmlAutomataCompile
01121 extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias")));
01122 #else
01123 #ifndef xmlAutomataCompile
01124 extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden")));
01125 #define xmlAutomataCompile xmlAutomataCompile__internal_alias
01126 #endif
01127 #endif
01128 #endif
01129 
01130 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01131 #ifdef bottom_xmlregexp
01132 #undef xmlAutomataGetInitState
01133 extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias")));
01134 #else
01135 #ifndef xmlAutomataGetInitState
01136 extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden")));
01137 #define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
01138 #endif
01139 #endif
01140 #endif
01141 
01142 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01143 #ifdef bottom_xmlregexp
01144 #undef xmlAutomataIsDeterminist
01145 extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist __attribute((alias("xmlAutomataIsDeterminist__internal_alias")));
01146 #else
01147 #ifndef xmlAutomataIsDeterminist
01148 extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist__internal_alias __attribute((visibility("hidden")));
01149 #define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias
01150 #endif
01151 #endif
01152 #endif
01153 
01154 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01155 #ifdef bottom_xmlregexp
01156 #undef xmlAutomataNewAllTrans
01157 extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans __attribute((alias("xmlAutomataNewAllTrans__internal_alias")));
01158 #else
01159 #ifndef xmlAutomataNewAllTrans
01160 extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans__internal_alias __attribute((visibility("hidden")));
01161 #define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias
01162 #endif
01163 #endif
01164 #endif
01165 
01166 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01167 #ifdef bottom_xmlregexp
01168 #undef xmlAutomataNewCountTrans
01169 extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans __attribute((alias("xmlAutomataNewCountTrans__internal_alias")));
01170 #else
01171 #ifndef xmlAutomataNewCountTrans
01172 extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans__internal_alias __attribute((visibility("hidden")));
01173 #define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias
01174 #endif
01175 #endif
01176 #endif
01177 
01178 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01179 #ifdef bottom_xmlregexp
01180 #undef xmlAutomataNewCountTrans2
01181 extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2 __attribute((alias("xmlAutomataNewCountTrans2__internal_alias")));
01182 #else
01183 #ifndef xmlAutomataNewCountTrans2
01184 extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2__internal_alias __attribute((visibility("hidden")));
01185 #define xmlAutomataNewCountTrans2 xmlAutomataNewCountTrans2__internal_alias
01186 #endif
01187 #endif
01188 #endif
01189 
01190 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01191 #ifdef bottom_xmlregexp
01192 #undef xmlAutomataNewCountedTrans
01193 extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans __attribute((alias("xmlAutomataNewCountedTrans__internal_alias")));
01194 #else
01195 #ifndef xmlAutomataNewCountedTrans
01196 extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans__internal_alias __attribute((visibility("hidden")));
01197 #define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias
01198 #endif
01199 #endif
01200 #endif
01201 
01202 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01203 #ifdef bottom_xmlregexp
01204 #undef xmlAutomataNewCounter
01205 extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter __attribute((alias("xmlAutomataNewCounter__internal_alias")));
01206 #else
01207 #ifndef xmlAutomataNewCounter
01208 extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter__internal_alias __attribute((visibility("hidden")));
01209 #define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias
01210 #endif
01211 #endif
01212 #endif
01213 
01214 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01215 #ifdef bottom_xmlregexp
01216 #undef xmlAutomataNewCounterTrans
01217 extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans __attribute((alias("xmlAutomataNewCounterTrans__internal_alias")));
01218 #else
01219 #ifndef xmlAutomataNewCounterTrans
01220 extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans__internal_alias __attribute((visibility("hidden")));
01221 #define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias
01222 #endif
01223 #endif
01224 #endif
01225 
01226 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01227 #ifdef bottom_xmlregexp
01228 #undef xmlAutomataNewEpsilon
01229 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
01230 #else
01231 #ifndef xmlAutomataNewEpsilon
01232 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden")));
01233 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias
01234 #endif
01235 #endif
01236 #endif
01237 
01238 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01239 #ifdef bottom_xmlregexp
01240 #undef xmlAutomataNewNegTrans
01241 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans __attribute((alias("xmlAutomataNewNegTrans__internal_alias")));
01242 #else
01243 #ifndef xmlAutomataNewNegTrans
01244 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans__internal_alias __attribute((visibility("hidden")));
01245 #define xmlAutomataNewNegTrans xmlAutomataNewNegTrans__internal_alias
01246 #endif
01247 #endif
01248 #endif
01249 
01250 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01251 #ifdef bottom_xmlregexp
01252 #undef xmlAutomataNewOnceTrans
01253 extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans __attribute((alias("xmlAutomataNewOnceTrans__internal_alias")));
01254 #else
01255 #ifndef xmlAutomataNewOnceTrans
01256 extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans__internal_alias __attribute((visibility("hidden")));
01257 #define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias
01258 #endif
01259 #endif
01260 #endif
01261 
01262 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01263 #ifdef bottom_xmlregexp
01264 #undef xmlAutomataNewOnceTrans2
01265 extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2 __attribute((alias("xmlAutomataNewOnceTrans2__internal_alias")));
01266 #else
01267 #ifndef xmlAutomataNewOnceTrans2
01268 extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2__internal_alias __attribute((visibility("hidden")));
01269 #define xmlAutomataNewOnceTrans2 xmlAutomataNewOnceTrans2__internal_alias
01270 #endif
01271 #endif
01272 #endif
01273 
01274 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01275 #ifdef bottom_xmlregexp
01276 #undef xmlAutomataNewState
01277 extern __typeof (xmlAutomataNewState) xmlAutomataNewState __attribute((alias("xmlAutomataNewState__internal_alias")));
01278 #else
01279 #ifndef xmlAutomataNewState
01280 extern __typeof (xmlAutomataNewState) xmlAutomataNewState__internal_alias __attribute((visibility("hidden")));
01281 #define xmlAutomataNewState xmlAutomataNewState__internal_alias
01282 #endif
01283 #endif
01284 #endif
01285 
01286 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01287 #ifdef bottom_xmlregexp
01288 #undef xmlAutomataNewTransition
01289 extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition __attribute((alias("xmlAutomataNewTransition__internal_alias")));
01290 #else
01291 #ifndef xmlAutomataNewTransition
01292 extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition__internal_alias __attribute((visibility("hidden")));
01293 #define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias
01294 #endif
01295 #endif
01296 #endif
01297 
01298 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01299 #ifdef bottom_xmlregexp
01300 #undef xmlAutomataNewTransition2
01301 extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2 __attribute((alias("xmlAutomataNewTransition2__internal_alias")));
01302 #else
01303 #ifndef xmlAutomataNewTransition2
01304 extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2__internal_alias __attribute((visibility("hidden")));
01305 #define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias
01306 #endif
01307 #endif
01308 #endif
01309 
01310 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
01311 #ifdef bottom_xmlregexp
01312 #undef xmlAutomataSetFinalState
01313 extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState __attribute((alias("xmlAutomataSetFinalState__internal_alias")));
01314 #else
01315 #ifndef xmlAutomataSetFinalState
01316 extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState__internal_alias __attribute((visibility("hidden")));
01317 #define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias
01318 #endif
01319 #endif
01320 #endif
01321 
01322 #if defined(LIBXML_DEBUG_ENABLED)
01323 #ifdef bottom_debugXML
01324 #undef xmlBoolToText
01325 extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText__internal_alias")));
01326 #else
01327 #ifndef xmlBoolToText
01328 extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visibility("hidden")));
01329 #define xmlBoolToText xmlBoolToText__internal_alias
01330 #endif
01331 #endif
01332 #endif
01333 
01334 #ifdef bottom_tree
01335 #undef xmlBufferAdd
01336 extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__internal_alias")));
01337 #else
01338 #ifndef xmlBufferAdd
01339 extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibility("hidden")));
01340 #define xmlBufferAdd xmlBufferAdd__internal_alias
01341 #endif
01342 #endif
01343 
01344 #ifdef bottom_tree
01345 #undef xmlBufferAddHead
01346 extern __typeof (xmlBufferAddHead) xmlBufferAddHead __attribute((alias("xmlBufferAddHead__internal_alias")));
01347 #else
01348 #ifndef xmlBufferAddHead
01349 extern __typeof (xmlBufferAddHead) xmlBufferAddHead__internal_alias __attribute((visibility("hidden")));
01350 #define xmlBufferAddHead xmlBufferAddHead__internal_alias
01351 #endif
01352 #endif
01353 
01354 #ifdef bottom_tree
01355 #undef xmlBufferCCat
01356 extern __typeof (xmlBufferCCat) xmlBufferCCat __attribute((alias("xmlBufferCCat__internal_alias")));
01357 #else
01358 #ifndef xmlBufferCCat
01359 extern __typeof (xmlBufferCCat) xmlBufferCCat__internal_alias __attribute((visibility("hidden")));
01360 #define xmlBufferCCat xmlBufferCCat__internal_alias
01361 #endif
01362 #endif
01363 
01364 #ifdef bottom_tree
01365 #undef xmlBufferCat
01366 extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
01367 #else
01368 #ifndef xmlBufferCat
01369 extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
01370 #define xmlBufferCat xmlBufferCat__internal_alias
01371 #endif
01372 #endif
01373 
01374 #ifdef bottom_tree
01375 #undef xmlBufferContent
01376 extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias")));
01377 #else
01378 #ifndef xmlBufferContent
01379 extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden")));
01380 #define xmlBufferContent xmlBufferContent__internal_alias
01381 #endif
01382 #endif
01383 
01384 #ifdef bottom_tree
01385 #undef xmlBufferCreate
01386 extern __typeof (xmlBufferCreate) xmlBufferCreate __attribute((alias("xmlBufferCreate__internal_alias")));
01387 #else
01388 #ifndef xmlBufferCreate
01389 extern __typeof (xmlBufferCreate) xmlBufferCreate__internal_alias __attribute((visibility("hidden")));
01390 #define xmlBufferCreate xmlBufferCreate__internal_alias
01391 #endif
01392 #endif
01393 
01394 #ifdef bottom_tree
01395 #undef xmlBufferCreateSize
01396 extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize __attribute((alias("xmlBufferCreateSize__internal_alias")));
01397 #else
01398 #ifndef xmlBufferCreateSize
01399 extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize__internal_alias __attribute((visibility("hidden")));
01400 #define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
01401 #endif
01402 #endif
01403 
01404 #ifdef bottom_tree
01405 #undef xmlBufferCreateStatic
01406 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias")));
01407 #else
01408 #ifndef xmlBufferCreateStatic
01409 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
01410 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
01411 #endif
01412 #endif
01413 
01414 #ifdef bottom_tree
01415 #undef xmlBufferDump
01416 extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump__internal_alias")));
01417 #else
01418 #ifndef xmlBufferDump
01419 extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visibility("hidden")));
01420 #define xmlBufferDump xmlBufferDump__internal_alias
01421 #endif
01422 #endif
01423 
01424 #ifdef bottom_tree
01425 #undef xmlBufferEmpty
01426 extern __typeof (xmlBufferEmpty) xmlBufferEmpty __attribute((alias("xmlBufferEmpty__internal_alias")));
01427 #else
01428 #ifndef xmlBufferEmpty
01429 extern __typeof (xmlBufferEmpty) xmlBufferEmpty__internal_alias __attribute((visibility("hidden")));
01430 #define xmlBufferEmpty xmlBufferEmpty__internal_alias
01431 #endif
01432 #endif
01433 
01434 #ifdef bottom_tree
01435 #undef xmlBufferFree
01436 extern __typeof (xmlBufferFree) xmlBufferFree __attribute((alias("xmlBufferFree__internal_alias")));
01437 #else
01438 #ifndef xmlBufferFree
01439 extern __typeof (xmlBufferFree) xmlBufferFree__internal_alias __attribute((visibility("hidden")));
01440 #define xmlBufferFree xmlBufferFree__internal_alias
01441 #endif
01442 #endif
01443 
01444 #ifdef bottom_tree
01445 #undef xmlBufferGrow
01446 extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
01447 #else
01448 #ifndef xmlBufferGrow
01449 extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
01450 #define xmlBufferGrow xmlBufferGrow__internal_alias
01451 #endif
01452 #endif
01453 
01454 #ifdef bottom_tree
01455 #undef xmlBufferLength
01456 extern __typeof (xmlBufferLength) xmlBufferLength __attribute((alias("xmlBufferLength__internal_alias")));
01457 #else
01458 #ifndef xmlBufferLength
01459 extern __typeof (xmlBufferLength) xmlBufferLength__internal_alias __attribute((visibility("hidden")));
01460 #define xmlBufferLength xmlBufferLength__internal_alias
01461 #endif
01462 #endif
01463 
01464 #ifdef bottom_tree
01465 #undef xmlBufferResize
01466 extern __typeof (xmlBufferResize) xmlBufferResize __attribute((alias("xmlBufferResize__internal_alias")));
01467 #else
01468 #ifndef xmlBufferResize
01469 extern __typeof (xmlBufferResize) xmlBufferResize__internal_alias __attribute((visibility("hidden")));
01470 #define xmlBufferResize xmlBufferResize__internal_alias
01471 #endif
01472 #endif
01473 
01474 #ifdef bottom_tree
01475 #undef xmlBufferSetAllocationScheme
01476 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
01477 #else
01478 #ifndef xmlBufferSetAllocationScheme
01479 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attribute((visibility("hidden")));
01480 #define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
01481 #endif
01482 #endif
01483 
01484 #ifdef bottom_tree
01485 #undef xmlBufferShrink
01486 extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias")));
01487 #else
01488 #ifndef xmlBufferShrink
01489 extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden")));
01490 #define xmlBufferShrink xmlBufferShrink__internal_alias
01491 #endif
01492 #endif
01493 
01494 #ifdef bottom_tree
01495 #undef xmlBufferWriteCHAR
01496 extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR __attribute((alias("xmlBufferWriteCHAR__internal_alias")));
01497 #else
01498 #ifndef xmlBufferWriteCHAR
01499 extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR__internal_alias __attribute((visibility("hidden")));
01500 #define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
01501 #endif
01502 #endif
01503 
01504 #ifdef bottom_tree
01505 #undef xmlBufferWriteChar
01506 extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar __attribute((alias("xmlBufferWriteChar__internal_alias")));
01507 #else
01508 #ifndef xmlBufferWriteChar
01509 extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar__internal_alias __attribute((visibility("hidden")));
01510 #define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
01511 #endif
01512 #endif
01513 
01514 #ifdef bottom_tree
01515 #undef xmlBufferWriteQuotedString
01516 extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString __attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
01517 #else
01518 #ifndef xmlBufferWriteQuotedString
01519 extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString__internal_alias __attribute((visibility("hidden")));
01520 #define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
01521 #endif
01522 #endif
01523 
01524 #ifdef bottom_tree
01525 #undef xmlBuildQName
01526 extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
01527 #else
01528 #ifndef xmlBuildQName
01529 extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
01530 #define xmlBuildQName xmlBuildQName__internal_alias
01531 #endif
01532 #endif
01533 
01534 #ifdef bottom_uri
01535 #undef xmlBuildRelativeURI
01536 extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI __attribute((alias("xmlBuildRelativeURI__internal_alias")));
01537 #else
01538 #ifndef xmlBuildRelativeURI
01539 extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI__internal_alias __attribute((visibility("hidden")));
01540 #define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
01541 #endif
01542 #endif
01543 
01544 #ifdef bottom_uri
01545 #undef xmlBuildURI
01546 extern __typeof (xmlBuildURI) xmlBuildURI __attribute((alias("xmlBuildURI__internal_alias")));
01547 #else
01548 #ifndef xmlBuildURI
01549 extern __typeof (xmlBuildURI) xmlBuildURI__internal_alias __attribute((visibility("hidden")));
01550 #define xmlBuildURI xmlBuildURI__internal_alias
01551 #endif
01552 #endif
01553 
01554 #ifdef bottom_encoding
01555 #undef xmlByteConsumed
01556 extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_alias")));
01557 #else
01558 #ifndef xmlByteConsumed
01559 extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")));
01560 #define xmlByteConsumed xmlByteConsumed__internal_alias
01561 #endif
01562 #endif
01563 
01564 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
01565 #ifdef bottom_c14n
01566 #undef xmlC14NDocDumpMemory
01567 extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
01568 #else
01569 #ifndef xmlC14NDocDumpMemory
01570 extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden")));
01571 #define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
01572 #endif
01573 #endif
01574 #endif
01575 
01576 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
01577 #ifdef bottom_c14n
01578 #undef xmlC14NDocSave
01579 extern __typeof (xmlC14NDocSave) xmlC14NDocSave __attribute((alias("xmlC14NDocSave__internal_alias")));
01580 #else
01581 #ifndef xmlC14NDocSave
01582 extern __typeof (xmlC14NDocSave) xmlC14NDocSave__internal_alias __attribute((visibility("hidden")));
01583 #define xmlC14NDocSave xmlC14NDocSave__internal_alias
01584 #endif
01585 #endif
01586 #endif
01587 
01588 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
01589 #ifdef bottom_c14n
01590 #undef xmlC14NDocSaveTo
01591 extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo __attribute((alias("xmlC14NDocSaveTo__internal_alias")));
01592 #else
01593 #ifndef xmlC14NDocSaveTo
01594 extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo__internal_alias __attribute((visibility("hidden")));
01595 #define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
01596 #endif
01597 #endif
01598 #endif
01599 
01600 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
01601 #ifdef bottom_c14n
01602 #undef xmlC14NExecute
01603 extern __typeof (xmlC14NExecute) xmlC14NExecute __attribute((alias("xmlC14NExecute__internal_alias")));
01604 #else
01605 #ifndef xmlC14NExecute
01606 extern __typeof (xmlC14NExecute) xmlC14NExecute__internal_alias __attribute((visibility("hidden")));
01607 #define xmlC14NExecute xmlC14NExecute__internal_alias
01608 #endif
01609 #endif
01610 #endif
01611 
01612 #ifdef bottom_uri
01613 #undef xmlCanonicPath
01614 extern __typeof (xmlCanonicPath) xmlCanonicPath __attribute((alias("xmlCanonicPath__internal_alias")));
01615 #else
01616 #ifndef xmlCanonicPath
01617 extern __typeof (xmlCanonicPath) xmlCanonicPath__internal_alias __attribute((visibility("hidden")));
01618 #define xmlCanonicPath xmlCanonicPath__internal_alias
01619 #endif
01620 #endif
01621 
01622 #if defined(LIBXML_CATALOG_ENABLED)
01623 #ifdef bottom_catalog
01624 #undef xmlCatalogAdd
01625 extern __typeof (xmlCatalogAdd) xmlCatalogAdd __attribute((alias("xmlCatalogAdd__internal_alias")));
01626 #else
01627 #ifndef xmlCatalogAdd
01628 extern __typeof (xmlCatalogAdd) xmlCatalogAdd__internal_alias __attribute((visibility("hidden")));
01629 #define xmlCatalogAdd xmlCatalogAdd__internal_alias
01630 #endif
01631 #endif
01632 #endif
01633 
01634 #if defined(LIBXML_CATALOG_ENABLED)
01635 #ifdef bottom_catalog
01636 #undef xmlCatalogAddLocal
01637 extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal __attribute((alias("xmlCatalogAddLocal__internal_alias")));
01638 #else
01639 #ifndef xmlCatalogAddLocal
01640 extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal__internal_alias __attribute((visibility("hidden")));
01641 #define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
01642 #endif
01643 #endif
01644 #endif
01645 
01646 #if defined(LIBXML_CATALOG_ENABLED)
01647 #ifdef bottom_catalog
01648 #undef xmlCatalogCleanup
01649 extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup __attribute((alias("xmlCatalogCleanup__internal_alias")));
01650 #else
01651 #ifndef xmlCatalogCleanup
01652 extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup__internal_alias __attribute((visibility("hidden")));
01653 #define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
01654 #endif
01655 #endif
01656 #endif
01657 
01658 #if defined(LIBXML_CATALOG_ENABLED)
01659 #ifdef bottom_catalog
01660 #undef xmlCatalogConvert
01661 extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__internal_alias")));
01662 #else
01663 #ifndef xmlCatalogConvert
01664 extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidden")));
01665 #define xmlCatalogConvert xmlCatalogConvert__internal_alias
01666 #endif
01667 #endif
01668 #endif
01669 
01670 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
01671 #ifdef bottom_catalog
01672 #undef xmlCatalogDump
01673 extern __typeof (xmlCatalogDump) xmlCatalogDump __attribute((alias("xmlCatalogDump__internal_alias")));
01674 #else
01675 #ifndef xmlCatalogDump
01676 extern __typeof (xmlCatalogDump) xmlCatalogDump__internal_alias __attribute((visibility("hidden")));
01677 #define xmlCatalogDump xmlCatalogDump__internal_alias
01678 #endif
01679 #endif
01680 #endif
01681 
01682 #if defined(LIBXML_CATALOG_ENABLED)
01683 #ifdef bottom_catalog
01684 #undef xmlCatalogFreeLocal
01685 extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal __attribute((alias("xmlCatalogFreeLocal__internal_alias")));
01686 #else
01687 #ifndef xmlCatalogFreeLocal
01688 extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal__internal_alias __attribute((visibility("hidden")));
01689 #define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
01690 #endif
01691 #endif
01692 #endif
01693 
01694 #if defined(LIBXML_CATALOG_ENABLED)
01695 #ifdef bottom_catalog
01696 #undef xmlCatalogGetDefaults
01697 extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults __attribute((alias("xmlCatalogGetDefaults__internal_alias")));
01698 #else
01699 #ifndef xmlCatalogGetDefaults
01700 extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults__internal_alias __attribute((visibility("hidden")));
01701 #define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
01702 #endif
01703 #endif
01704 #endif
01705 
01706 #if defined(LIBXML_CATALOG_ENABLED)
01707 #ifdef bottom_catalog
01708 #undef xmlCatalogGetPublic
01709 extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic __attribute((alias("xmlCatalogGetPublic__internal_alias")));
01710 #else
01711 #ifndef xmlCatalogGetPublic
01712 extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic__internal_alias __attribute((visibility("hidden")));
01713 #define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
01714 #endif
01715 #endif
01716 #endif
01717 
01718 #if defined(LIBXML_CATALOG_ENABLED)
01719 #ifdef bottom_catalog
01720 #undef xmlCatalogGetSystem
01721 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias")));
01722 #else
01723 #ifndef xmlCatalogGetSystem
01724 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden")));
01725 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
01726 #endif
01727 #endif
01728 #endif
01729 
01730 #if defined(LIBXML_CATALOG_ENABLED)
01731 #ifdef bottom_catalog
01732 #undef xmlCatalogIsEmpty
01733 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias")));
01734 #else
01735 #ifndef xmlCatalogIsEmpty
01736 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden")));
01737 #define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
01738 #endif
01739 #endif
01740 #endif
01741 
01742 #if defined(LIBXML_CATALOG_ENABLED)
01743 #ifdef bottom_catalog
01744 #undef xmlCatalogLocalResolve
01745 extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve __attribute((alias("xmlCatalogLocalResolve__internal_alias")));
01746 #else
01747 #ifndef xmlCatalogLocalResolve
01748 extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve__internal_alias __attribute((visibility("hidden")));
01749 #define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
01750 #endif
01751 #endif
01752 #endif
01753 
01754 #if defined(LIBXML_CATALOG_ENABLED)
01755 #ifdef bottom_catalog
01756 #undef xmlCatalogLocalResolveURI
01757 extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI __attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
01758 #else
01759 #ifndef xmlCatalogLocalResolveURI
01760 extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI__internal_alias __attribute((visibility("hidden")));
01761 #define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
01762 #endif
01763 #endif
01764 #endif
01765 
01766 #if defined(LIBXML_CATALOG_ENABLED)
01767 #ifdef bottom_catalog
01768 #undef xmlCatalogRemove
01769 extern __typeof (xmlCatalogRemove) xmlCatalogRemove __attribute((alias("xmlCatalogRemove__internal_alias")));
01770 #else
01771 #ifndef xmlCatalogRemove
01772 extern __typeof (xmlCatalogRemove) xmlCatalogRemove__internal_alias __attribute((visibility("hidden")));
01773 #define xmlCatalogRemove xmlCatalogRemove__internal_alias
01774 #endif
01775 #endif
01776 #endif
01777 
01778 #if defined(LIBXML_CATALOG_ENABLED)
01779 #ifdef bottom_catalog
01780 #undef xmlCatalogResolve
01781 extern __typeof (xmlCatalogResolve) xmlCatalogResolve __attribute((alias("xmlCatalogResolve__internal_alias")));
01782 #else
01783 #ifndef xmlCatalogResolve
01784 extern __typeof (xmlCatalogResolve) xmlCatalogResolve__internal_alias __attribute((visibility("hidden")));
01785 #define xmlCatalogResolve xmlCatalogResolve__internal_alias
01786 #endif
01787 #endif
01788 #endif
01789 
01790 #if defined(LIBXML_CATALOG_ENABLED)
01791 #ifdef bottom_catalog
01792 #undef xmlCatalogResolvePublic
01793 extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic __attribute((alias("xmlCatalogResolvePublic__internal_alias")));
01794 #else
01795 #ifndef xmlCatalogResolvePublic
01796 extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
01797 #define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
01798 #endif
01799 #endif
01800 #endif
01801 
01802 #if defined(LIBXML_CATALOG_ENABLED)
01803 #ifdef bottom_catalog
01804 #undef xmlCatalogResolveSystem
01805 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogResolveSystem__internal_alias")));
01806 #else
01807 #ifndef xmlCatalogResolveSystem
01808 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
01809 #define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
01810 #endif
01811 #endif
01812 #endif
01813 
01814 #if defined(LIBXML_CATALOG_ENABLED)
01815 #ifdef bottom_catalog
01816 #undef xmlCatalogResolveURI
01817 extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI __attribute((alias("xmlCatalogResolveURI__internal_alias")));
01818 #else
01819 #ifndef xmlCatalogResolveURI
01820 extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI__internal_alias __attribute((visibility("hidden")));
01821 #define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
01822 #endif
01823 #endif
01824 #endif
01825 
01826 #if defined(LIBXML_CATALOG_ENABLED)
01827 #ifdef bottom_catalog
01828 #undef xmlCatalogSetDebug
01829 extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug __attribute((alias("xmlCatalogSetDebug__internal_alias")));
01830 #else
01831 #ifndef xmlCatalogSetDebug
01832 extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug__internal_alias __attribute((visibility("hidden")));
01833 #define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
01834 #endif
01835 #endif
01836 #endif
01837 
01838 #if defined(LIBXML_CATALOG_ENABLED)
01839 #ifdef bottom_catalog
01840 #undef xmlCatalogSetDefaultPrefer
01841 extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer __attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
01842 #else
01843 #ifndef xmlCatalogSetDefaultPrefer
01844 extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer__internal_alias __attribute((visibility("hidden")));
01845 #define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
01846 #endif
01847 #endif
01848 #endif
01849 
01850 #if defined(LIBXML_CATALOG_ENABLED)
01851 #ifdef bottom_catalog
01852 #undef xmlCatalogSetDefaults
01853 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefaults__internal_alias")));
01854 #else
01855 #ifndef xmlCatalogSetDefaults
01856 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibility("hidden")));
01857 #define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
01858 #endif
01859 #endif
01860 #endif
01861 
01862 #ifdef bottom_encoding
01863 #undef xmlCharEncCloseFunc
01864 extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc __attribute((alias("xmlCharEncCloseFunc__internal_alias")));
01865 #else
01866 #ifndef xmlCharEncCloseFunc
01867 extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc__internal_alias __attribute((visibility("hidden")));
01868 #define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
01869 #endif
01870 #endif
01871 
01872 #ifdef bottom_encoding
01873 #undef xmlCharEncFirstLine
01874 extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine __attribute((alias("xmlCharEncFirstLine__internal_alias")));
01875 #else
01876 #ifndef xmlCharEncFirstLine
01877 extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine__internal_alias __attribute((visibility("hidden")));
01878 #define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
01879 #endif
01880 #endif
01881 
01882 #ifdef bottom_encoding
01883 #undef xmlCharEncInFunc
01884 extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc __attribute((alias("xmlCharEncInFunc__internal_alias")));
01885 #else
01886 #ifndef xmlCharEncInFunc
01887 extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc__internal_alias __attribute((visibility("hidden")));
01888 #define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
01889 #endif
01890 #endif
01891 
01892 #ifdef bottom_encoding
01893 #undef xmlCharEncOutFunc
01894 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__internal_alias")));
01895 #else
01896 #ifndef xmlCharEncOutFunc
01897 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidden")));
01898 #define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
01899 #endif
01900 #endif
01901 
01902 #ifdef bottom_chvalid
01903 #undef xmlCharInRange
01904 extern __typeof (xmlCharInRange) xmlCharInRange __attribute((alias("xmlCharInRange__internal_alias")));
01905 #else
01906 #ifndef xmlCharInRange
01907 extern __typeof (xmlCharInRange) xmlCharInRange__internal_alias __attribute((visibility("hidden")));
01908 #define xmlCharInRange xmlCharInRange__internal_alias
01909 #endif
01910 #endif
01911 
01912 #ifdef bottom_xmlstring
01913 #undef xmlCharStrdup
01914 extern __typeof (xmlCharStrdup) xmlCharStrdup __attribute((alias("xmlCharStrdup__internal_alias")));
01915 #else
01916 #ifndef xmlCharStrdup
01917 extern __typeof (xmlCharStrdup) xmlCharStrdup__internal_alias __attribute((visibility("hidden")));
01918 #define xmlCharStrdup xmlCharStrdup__internal_alias
01919 #endif
01920 #endif
01921 
01922 #ifdef bottom_xmlstring
01923 #undef xmlCharStrndup
01924 extern __typeof (xmlCharStrndup) xmlCharStrndup __attribute((alias("xmlCharStrndup__internal_alias")));
01925 #else
01926 #ifndef xmlCharStrndup
01927 extern __typeof (xmlCharStrndup) xmlCharStrndup__internal_alias __attribute((visibility("hidden")));
01928 #define xmlCharStrndup xmlCharStrndup__internal_alias
01929 #endif
01930 #endif
01931 
01932 #ifdef bottom_xmlIO
01933 #undef xmlCheckFilename
01934 extern __typeof (xmlCheckFilename) xmlCheckFilename __attribute((alias("xmlCheckFilename__internal_alias")));
01935 #else
01936 #ifndef xmlCheckFilename
01937 extern __typeof (xmlCheckFilename) xmlCheckFilename__internal_alias __attribute((visibility("hidden")));
01938 #define xmlCheckFilename xmlCheckFilename__internal_alias
01939 #endif
01940 #endif
01941 
01942 #ifdef bottom_xmlIO
01943 #undef xmlCheckHTTPInput
01944 extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput __attribute((alias("xmlCheckHTTPInput__internal_alias")));
01945 #else
01946 #ifndef xmlCheckHTTPInput
01947 extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput__internal_alias __attribute((visibility("hidden")));
01948 #define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
01949 #endif
01950 #endif
01951 
01952 #ifdef bottom_parser
01953 #undef xmlCheckLanguageID
01954 extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID __attribute((alias("xmlCheckLanguageID__internal_alias")));
01955 #else
01956 #ifndef xmlCheckLanguageID
01957 extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID__internal_alias __attribute((visibility("hidden")));
01958 #define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
01959 #endif
01960 #endif
01961 
01962 #ifdef bottom_xmlstring
01963 #undef xmlCheckUTF8
01964 extern __typeof (xmlCheckUTF8) xmlCheckUTF8 __attribute((alias("xmlCheckUTF8__internal_alias")));
01965 #else
01966 #ifndef xmlCheckUTF8
01967 extern __typeof (xmlCheckUTF8) xmlCheckUTF8__internal_alias __attribute((visibility("hidden")));
01968 #define xmlCheckUTF8 xmlCheckUTF8__internal_alias
01969 #endif
01970 #endif
01971 
01972 #ifdef bottom_parserInternals
01973 #undef xmlCheckVersion
01974 extern __typeof (xmlCheckVersion) xmlCheckVersion __attribute((alias("xmlCheckVersion__internal_alias")));
01975 #else
01976 #ifndef xmlCheckVersion
01977 extern __typeof (xmlCheckVersion) xmlCheckVersion__internal_alias __attribute((visibility("hidden")));
01978 #define xmlCheckVersion xmlCheckVersion__internal_alias
01979 #endif
01980 #endif
01981 
01982 #ifdef bottom_encoding
01983 #undef xmlCleanupCharEncodingHandlers
01984 extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers __attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
01985 #else
01986 #ifndef xmlCleanupCharEncodingHandlers
01987 extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
01988 #define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
01989 #endif
01990 #endif
01991 
01992 #ifdef bottom_encoding
01993 #undef xmlCleanupEncodingAliases
01994 extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases __attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
01995 #else
01996 #ifndef xmlCleanupEncodingAliases
01997 extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases__internal_alias __attribute((visibility("hidden")));
01998 #define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
01999 #endif
02000 #endif
02001 
02002 #ifdef bottom_globals
02003 #undef xmlCleanupGlobals
02004 extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals __attribute((alias("xmlCleanupGlobals__internal_alias")));
02005 #else
02006 #ifndef xmlCleanupGlobals
02007 extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals__internal_alias __attribute((visibility("hidden")));
02008 #define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
02009 #endif
02010 #endif
02011 
02012 #ifdef bottom_xmlIO
02013 #undef xmlCleanupInputCallbacks
02014 extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks __attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
02015 #else
02016 #ifndef xmlCleanupInputCallbacks
02017 extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks__internal_alias __attribute((visibility("hidden")));
02018 #define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
02019 #endif
02020 #endif
02021 
02022 #ifdef bottom_xmlmemory
02023 #undef xmlCleanupMemory
02024 extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias")));
02025 #else
02026 #ifndef xmlCleanupMemory
02027 extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden")));
02028 #define xmlCleanupMemory xmlCleanupMemory__internal_alias
02029 #endif
02030 #endif
02031 
02032 #if defined(LIBXML_OUTPUT_ENABLED)
02033 #ifdef bottom_xmlIO
02034 #undef xmlCleanupOutputCallbacks
02035 extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks __attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
02036 #else
02037 #ifndef xmlCleanupOutputCallbacks
02038 extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks__internal_alias __attribute((visibility("hidden")));
02039 #define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
02040 #endif
02041 #endif
02042 #endif
02043 
02044 #ifdef bottom_parser
02045 #undef xmlCleanupParser
02046 extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
02047 #else
02048 #ifndef xmlCleanupParser
02049 extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
02050 #define xmlCleanupParser xmlCleanupParser__internal_alias
02051 #endif
02052 #endif
02053 
02054 #if defined(LIBXML_LEGACY_ENABLED)
02055 #ifdef bottom_legacy
02056 #undef xmlCleanupPredefinedEntities
02057 extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities __attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
02058 #else
02059 #ifndef xmlCleanupPredefinedEntities
02060 extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities__internal_alias __attribute((visibility("hidden")));
02061 #define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
02062 #endif
02063 #endif
02064 #endif
02065 
02066 #ifdef bottom_threads
02067 #undef xmlCleanupThreads
02068 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
02069 #else
02070 #ifndef xmlCleanupThreads
02071 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
02072 #define xmlCleanupThreads xmlCleanupThreads__internal_alias
02073 #endif
02074 #endif
02075 
02076 #ifdef bottom_parserInternals
02077 #undef xmlClearNodeInfoSeq
02078 extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq __attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
02079 #else
02080 #ifndef xmlClearNodeInfoSeq
02081 extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
02082 #define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
02083 #endif
02084 #endif
02085 
02086 #ifdef bottom_parserInternals
02087 #undef xmlClearParserCtxt
02088 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
02089 #else
02090 #ifndef xmlClearParserCtxt
02091 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
02092 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
02093 #endif
02094 #endif
02095 
02096 #if defined(LIBXML_CATALOG_ENABLED)
02097 #ifdef bottom_catalog
02098 #undef xmlConvertSGMLCatalog
02099 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
02100 #else
02101 #ifndef xmlConvertSGMLCatalog
02102 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
02103 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
02104 #endif
02105 #endif
02106 #endif
02107 
02108 #if defined(LIBXML_TREE_ENABLED)
02109 #ifdef bottom_valid
02110 #undef xmlCopyAttributeTable
02111 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
02112 #else
02113 #ifndef xmlCopyAttributeTable
02114 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
02115 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
02116 #endif
02117 #endif
02118 #endif
02119 
02120 #ifdef bottom_parserInternals
02121 #undef xmlCopyChar
02122 extern __typeof (xmlCopyChar) xmlCopyChar __attribute((alias("xmlCopyChar__internal_alias")));
02123 #else
02124 #ifndef xmlCopyChar
02125 extern __typeof (xmlCopyChar) xmlCopyChar__internal_alias __attribute((visibility("hidden")));
02126 #define xmlCopyChar xmlCopyChar__internal_alias
02127 #endif
02128 #endif
02129 
02130 #ifdef bottom_parserInternals
02131 #undef xmlCopyCharMultiByte
02132 extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte __attribute((alias("xmlCopyCharMultiByte__internal_alias")));
02133 #else
02134 #ifndef xmlCopyCharMultiByte
02135 extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte__internal_alias __attribute((visibility("hidden")));
02136 #define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
02137 #endif
02138 #endif
02139 
02140 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
02141 #ifdef bottom_tree
02142 #undef xmlCopyDoc
02143 extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
02144 #else
02145 #ifndef xmlCopyDoc
02146 extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
02147 #define xmlCopyDoc xmlCopyDoc__internal_alias
02148 #endif
02149 #endif
02150 #endif
02151 
02152 #ifdef bottom_valid
02153 #undef xmlCopyDocElementContent
02154 extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent __attribute((alias("xmlCopyDocElementContent__internal_alias")));
02155 #else
02156 #ifndef xmlCopyDocElementContent
02157 extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent__internal_alias __attribute((visibility("hidden")));
02158 #define xmlCopyDocElementContent xmlCopyDocElementContent__internal_alias
02159 #endif
02160 #endif
02161 
02162 #if defined(LIBXML_TREE_ENABLED)
02163 #ifdef bottom_tree
02164 #undef xmlCopyDtd
02165 extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
02166 #else
02167 #ifndef xmlCopyDtd
02168 extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
02169 #define xmlCopyDtd xmlCopyDtd__internal_alias
02170 #endif
02171 #endif
02172 #endif
02173 
02174 #ifdef bottom_valid
02175 #undef xmlCopyElementContent
02176 extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias")));
02177 #else
02178 #ifndef xmlCopyElementContent
02179 extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden")));
02180 #define xmlCopyElementContent xmlCopyElementContent__internal_alias
02181 #endif
02182 #endif
02183 
02184 #if defined(LIBXML_TREE_ENABLED)
02185 #ifdef bottom_valid
02186 #undef xmlCopyElementTable
02187 extern __typeof (xmlCopyElementTable) xmlCopyElementTable __attribute((alias("xmlCopyElementTable__internal_alias")));
02188 #else
02189 #ifndef xmlCopyElementTable
02190 extern __typeof (xmlCopyElementTable) xmlCopyElementTable__internal_alias __attribute((visibility("hidden")));
02191 #define xmlCopyElementTable xmlCopyElementTable__internal_alias
02192 #endif
02193 #endif
02194 #endif
02195 
02196 #if defined(LIBXML_TREE_ENABLED)
02197 #ifdef bottom_entities
02198 #undef xmlCopyEntitiesTable
02199 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTable__internal_alias")));
02200 #else
02201 #ifndef xmlCopyEntitiesTable
02202 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility("hidden")));
02203 #define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
02204 #endif
02205 #endif
02206 #endif
02207 
02208 #if defined(LIBXML_TREE_ENABLED)
02209 #ifdef bottom_valid
02210 #undef xmlCopyEnumeration
02211 extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration __attribute((alias("xmlCopyEnumeration__internal_alias")));
02212 #else
02213 #ifndef xmlCopyEnumeration
02214 extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration__internal_alias __attribute((visibility("hidden")));
02215 #define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
02216 #endif
02217 #endif
02218 #endif
02219 
02220 #ifdef bottom_error
02221 #undef xmlCopyError
02222 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
02223 #else
02224 #ifndef xmlCopyError
02225 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
02226 #define xmlCopyError xmlCopyError__internal_alias
02227 #endif
02228 #endif
02229 
02230 #ifdef bottom_tree
02231 #undef xmlCopyNamespace
02232 extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias")));
02233 #else
02234 #ifndef xmlCopyNamespace
02235 extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden")));
02236 #define xmlCopyNamespace xmlCopyNamespace__internal_alias
02237 #endif
02238 #endif
02239 
02240 #ifdef bottom_tree
02241 #undef xmlCopyNamespaceList
02242 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias")));
02243 #else
02244 #ifndef xmlCopyNamespaceList
02245 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden")));
02246 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
02247 #endif
02248 #endif
02249 
02250 #ifdef bottom_tree
02251 #undef xmlCopyNode
02252 extern __typeof (xmlCopyNode) xmlCopyNode __attribute((alias("xmlCopyNode__internal_alias")));
02253 #else
02254 #ifndef xmlCopyNode
02255 extern __typeof (xmlCopyNode) xmlCopyNode__internal_alias __attribute((visibility("hidden")));
02256 #define xmlCopyNode xmlCopyNode__internal_alias
02257 #endif
02258 #endif
02259 
02260 #ifdef bottom_tree
02261 #undef xmlCopyNodeList
02262 extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias")));
02263 #else
02264 #ifndef xmlCopyNodeList
02265 extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")));
02266 #define xmlCopyNodeList xmlCopyNodeList__internal_alias
02267 #endif
02268 #endif
02269 
02270 #if defined(LIBXML_TREE_ENABLED)
02271 #ifdef bottom_valid
02272 #undef xmlCopyNotationTable
02273 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
02274 #else
02275 #ifndef xmlCopyNotationTable
02276 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
02277 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
02278 #endif
02279 #endif
02280 #endif
02281 
02282 #ifdef bottom_tree
02283 #undef xmlCopyProp
02284 extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
02285 #else
02286 #ifndef xmlCopyProp
02287 extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
02288 #define xmlCopyProp xmlCopyProp__internal_alias
02289 #endif
02290 #endif
02291 
02292 #ifdef bottom_tree
02293 #undef xmlCopyPropList
02294 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
02295 #else
02296 #ifndef xmlCopyPropList
02297 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
02298 #define xmlCopyPropList xmlCopyPropList__internal_alias
02299 #endif
02300 #endif
02301 
02302 #ifdef bottom_parser
02303 #undef xmlCreateDocParserCtxt
02304 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
02305 #else
02306 #ifndef xmlCreateDocParserCtxt
02307 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
02308 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
02309 #endif
02310 #endif
02311 
02312 #ifdef bottom_entities
02313 #undef xmlCreateEntitiesTable
02314 extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable __attribute((alias("xmlCreateEntitiesTable__internal_alias")));
02315 #else
02316 #ifndef xmlCreateEntitiesTable
02317 extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable__internal_alias __attribute((visibility("hidden")));
02318 #define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
02319 #endif
02320 #endif
02321 
02322 #ifdef bottom_parser
02323 #undef xmlCreateEntityParserCtxt
02324 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
02325 #else
02326 #ifndef xmlCreateEntityParserCtxt
02327 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
02328 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
02329 #endif
02330 #endif
02331 
02332 #ifdef bottom_valid
02333 #undef xmlCreateEnumeration
02334 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias")));
02335 #else
02336 #ifndef xmlCreateEnumeration
02337 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden")));
02338 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
02339 #endif
02340 #endif
02341 
02342 #ifdef bottom_parser
02343 #undef xmlCreateFileParserCtxt
02344 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
02345 #else
02346 #ifndef xmlCreateFileParserCtxt
02347 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
02348 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
02349 #endif
02350 #endif
02351 
02352 #ifdef bottom_parser
02353 #undef xmlCreateIOParserCtxt
02354 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
02355 #else
02356 #ifndef xmlCreateIOParserCtxt
02357 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
02358 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
02359 #endif
02360 #endif
02361 
02362 #ifdef bottom_tree
02363 #undef xmlCreateIntSubset
02364 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
02365 #else
02366 #ifndef xmlCreateIntSubset
02367 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
02368 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
02369 #endif
02370 #endif
02371 
02372 #ifdef bottom_parser
02373 #undef xmlCreateMemoryParserCtxt
02374 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
02375 #else
02376 #ifndef xmlCreateMemoryParserCtxt
02377 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
02378 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
02379 #endif
02380 #endif
02381 
02382 #if defined(LIBXML_PUSH_ENABLED)
02383 #ifdef bottom_parser
02384 #undef xmlCreatePushParserCtxt
02385 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
02386 #else
02387 #ifndef xmlCreatePushParserCtxt
02388 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
02389 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
02390 #endif
02391 #endif
02392 #endif
02393 
02394 #ifdef bottom_uri
02395 #undef xmlCreateURI
02396 extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias")));
02397 #else
02398 #ifndef xmlCreateURI
02399 extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden")));
02400 #define xmlCreateURI xmlCreateURI__internal_alias
02401 #endif
02402 #endif
02403 
02404 #ifdef bottom_parser
02405 #undef xmlCreateURLParserCtxt
02406 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
02407 #else
02408 #ifndef xmlCreateURLParserCtxt
02409 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
02410 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
02411 #endif
02412 #endif
02413 
02414 #ifdef bottom_error
02415 #undef xmlCtxtGetLastError
02416 extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError __attribute((alias("xmlCtxtGetLastError__internal_alias")));
02417 #else
02418 #ifndef xmlCtxtGetLastError
02419 extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError__internal_alias __attribute((visibility("hidden")));
02420 #define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
02421 #endif
02422 #endif
02423 
02424 #ifdef bottom_parser
02425 #undef xmlCtxtReadDoc
02426 extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc __attribute((alias("xmlCtxtReadDoc__internal_alias")));
02427 #else
02428 #ifndef xmlCtxtReadDoc
02429 extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
02430 #define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
02431 #endif
02432 #endif
02433 
02434 #ifdef bottom_parser
02435 #undef xmlCtxtReadFd
02436 extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd __attribute((alias("xmlCtxtReadFd__internal_alias")));
02437 #else
02438 #ifndef xmlCtxtReadFd
02439 extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
02440 #define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
02441 #endif
02442 #endif
02443 
02444 #ifdef bottom_parser
02445 #undef xmlCtxtReadFile
02446 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
02447 #else
02448 #ifndef xmlCtxtReadFile
02449 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
02450 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
02451 #endif
02452 #endif
02453 
02454 #ifdef bottom_parser
02455 #undef xmlCtxtReadIO
02456 extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO __attribute((alias("xmlCtxtReadIO__internal_alias")));
02457 #else
02458 #ifndef xmlCtxtReadIO
02459 extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
02460 #define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
02461 #endif
02462 #endif
02463 
02464 #ifdef bottom_parser
02465 #undef xmlCtxtReadMemory
02466 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
02467 #else
02468 #ifndef xmlCtxtReadMemory
02469 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
02470 #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
02471 #endif
02472 #endif
02473 
02474 #ifdef bottom_parser
02475 #undef xmlCtxtReset
02476 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
02477 #else
02478 #ifndef xmlCtxtReset
02479 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
02480 #define xmlCtxtReset xmlCtxtReset__internal_alias
02481 #endif
02482 #endif
02483 
02484 #ifdef bottom_error
02485 #undef xmlCtxtResetLastError
02486 extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError __attribute((alias("xmlCtxtResetLastError__internal_alias")));
02487 #else
02488 #ifndef xmlCtxtResetLastError
02489 extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError__internal_alias __attribute((visibility("hidden")));
02490 #define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
02491 #endif
02492 #endif
02493 
02494 #ifdef bottom_parser
02495 #undef xmlCtxtResetPush
02496 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_alias")));
02497 #else
02498 #ifndef xmlCtxtResetPush
02499 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden")));
02500 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
02501 #endif
02502 #endif
02503 
02504 #ifdef bottom_parser
02505 #undef xmlCtxtUseOptions
02506 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__internal_alias")));
02507 #else
02508 #ifndef xmlCtxtUseOptions
02509 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
02510 #define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
02511 #endif
02512 #endif
02513 
02514 #ifdef bottom_parserInternals
02515 #undef xmlCurrentChar
02516 extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias")));
02517 #else
02518 #ifndef xmlCurrentChar
02519 extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
02520 #define xmlCurrentChar xmlCurrentChar__internal_alias
02521 #endif
02522 #endif
02523 
02524 #ifdef bottom_tree
02525 #undef xmlDOMWrapAdoptNode
02526 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode __attribute((alias("xmlDOMWrapAdoptNode__internal_alias")));
02527 #else
02528 #ifndef xmlDOMWrapAdoptNode
02529 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode__internal_alias __attribute((visibility("hidden")));
02530 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias
02531 #endif
02532 #endif
02533 
02534 #ifdef bottom_tree
02535 #undef xmlDOMWrapCloneNode
02536 extern __typeof (xmlDOMWrapCloneNode) xmlDOMWrapCloneNode __attribute((alias("xmlDOMWrapCloneNode__internal_alias")));
02537 #else
02538 #ifndef xmlDOMWrapCloneNode
02539 extern __typeof (xmlDOMWrapCloneNode) xmlDOMWrapCloneNode__internal_alias __attribute((visibility("hidden")));
02540 #define xmlDOMWrapCloneNode xmlDOMWrapCloneNode__internal_alias
02541 #endif
02542 #endif
02543 
02544 #ifdef bottom_tree
02545 #undef xmlDOMWrapFreeCtxt
02546 extern __typeof (xmlDOMWrapFreeCtxt) xmlDOMWrapFreeCtxt __attribute((alias("xmlDOMWrapFreeCtxt__internal_alias")));
02547 #else
02548 #ifndef xmlDOMWrapFreeCtxt
02549 extern __typeof (xmlDOMWrapFreeCtxt) xmlDOMWrapFreeCtxt__internal_alias __attribute((visibility("hidden")));
02550 #define xmlDOMWrapFreeCtxt xmlDOMWrapFreeCtxt__internal_alias
02551 #endif
02552 #endif
02553 
02554 #ifdef bottom_tree
02555 #undef xmlDOMWrapNewCtxt
02556 extern __typeof (xmlDOMWrapNewCtxt) xmlDOMWrapNewCtxt __attribute((alias("xmlDOMWrapNewCtxt__internal_alias")));
02557 #else
02558 #ifndef xmlDOMWrapNewCtxt
02559 extern __typeof (xmlDOMWrapNewCtxt) xmlDOMWrapNewCtxt__internal_alias __attribute((visibility("hidden")));
02560 #define xmlDOMWrapNewCtxt xmlDOMWrapNewCtxt__internal_alias
02561 #endif
02562 #endif
02563 
02564 #ifdef bottom_tree
02565 #undef xmlDOMWrapReconcileNamespaces
02566 extern __typeof (xmlDOMWrapReconcileNamespaces) xmlDOMWrapReconcileNamespaces __attribute((alias("xmlDOMWrapReconcileNamespaces__internal_alias")));
02567 #else
02568 #ifndef xmlDOMWrapReconcileNamespaces
02569 extern __typeof (xmlDOMWrapReconcileNamespaces) xmlDOMWrapReconcileNamespaces__internal_alias __attribute((visibility("hidden")));
02570 #define xmlDOMWrapReconcileNamespaces xmlDOMWrapReconcileNamespaces__internal_alias
02571 #endif
02572 #endif
02573 
02574 #ifdef bottom_tree
02575 #undef xmlDOMWrapRemoveNode
02576 extern __typeof (xmlDOMWrapRemoveNode) xmlDOMWrapRemoveNode __attribute((alias("xmlDOMWrapRemoveNode__internal_alias")));
02577 #else
02578 #ifndef xmlDOMWrapRemoveNode
02579 extern __typeof (xmlDOMWrapRemoveNode) xmlDOMWrapRemoveNode__internal_alias __attribute((visibility("hidden")));
02580 #define xmlDOMWrapRemoveNode xmlDOMWrapRemoveNode__internal_alias
02581 #endif
02582 #endif
02583 
02584 #if defined(LIBXML_DEBUG_ENABLED)
02585 #ifdef bottom_debugXML
02586 #undef xmlDebugCheckDocument
02587 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument __attribute((alias("xmlDebugCheckDocument__internal_alias")));
02588 #else
02589 #ifndef xmlDebugCheckDocument
02590 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument__internal_alias __attribute((visibility("hidden")));
02591 #define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
02592 #endif
02593 #endif
02594 #endif
02595 
02596 #if defined(LIBXML_DEBUG_ENABLED)
02597 #ifdef bottom_debugXML
02598 #undef xmlDebugDumpAttr
02599 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
02600 #else
02601 #ifndef xmlDebugDumpAttr
02602 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
02603 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
02604 #endif
02605 #endif
02606 #endif
02607 
02608 #if defined(LIBXML_DEBUG_ENABLED)
02609 #ifdef bottom_debugXML
02610 #undef xmlDebugDumpAttrList
02611 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias")));
02612 #else
02613 #ifndef xmlDebugDumpAttrList
02614 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden")));
02615 #define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
02616 #endif
02617 #endif
02618 #endif
02619 
02620 #if defined(LIBXML_DEBUG_ENABLED)
02621 #ifdef bottom_debugXML
02622 #undef xmlDebugDumpDTD
02623 extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD __attribute((alias("xmlDebugDumpDTD__internal_alias")));
02624 #else
02625 #ifndef xmlDebugDumpDTD
02626 extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD__internal_alias __attribute((visibility("hidden")));
02627 #define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
02628 #endif
02629 #endif
02630 #endif
02631 
02632 #if defined(LIBXML_DEBUG_ENABLED)
02633 #ifdef bottom_debugXML
02634 #undef xmlDebugDumpDocument
02635 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
02636 #else
02637 #ifndef xmlDebugDumpDocument
02638 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
02639 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
02640 #endif
02641 #endif
02642 #endif
02643 
02644 #if defined(LIBXML_DEBUG_ENABLED)
02645 #ifdef bottom_debugXML
02646 #undef xmlDebugDumpDocumentHead
02647 extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead __attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
02648 #else
02649 #ifndef xmlDebugDumpDocumentHead
02650 extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead__internal_alias __attribute((visibility("hidden")));
02651 #define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
02652 #endif
02653 #endif
02654 #endif
02655 
02656 #if defined(LIBXML_DEBUG_ENABLED)
02657 #ifdef bottom_debugXML
02658 #undef xmlDebugDumpEntities
02659 extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities __attribute((alias("xmlDebugDumpEntities__internal_alias")));
02660 #else
02661 #ifndef xmlDebugDumpEntities
02662 extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities__internal_alias __attribute((visibility("hidden")));
02663 #define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
02664 #endif
02665 #endif
02666 #endif
02667 
02668 #if defined(LIBXML_DEBUG_ENABLED)
02669 #ifdef bottom_debugXML
02670 #undef xmlDebugDumpNode
02671 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
02672 #else
02673 #ifndef xmlDebugDumpNode
02674 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
02675 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
02676 #endif
02677 #endif
02678 #endif
02679 
02680 #if defined(LIBXML_DEBUG_ENABLED)
02681 #ifdef bottom_debugXML
02682 #undef xmlDebugDumpNodeList
02683 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeList__internal_alias")));
02684 #else
02685 #ifndef xmlDebugDumpNodeList
02686 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility("hidden")));
02687 #define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
02688 #endif
02689 #endif
02690 #endif
02691 
02692 #if defined(LIBXML_DEBUG_ENABLED)
02693 #ifdef bottom_debugXML
02694 #undef xmlDebugDumpOneNode
02695 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
02696 #else
02697 #ifndef xmlDebugDumpOneNode
02698 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
02699 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
02700 #endif
02701 #endif
02702 #endif
02703 
02704 #if defined(LIBXML_DEBUG_ENABLED)
02705 #ifdef bottom_debugXML
02706 #undef xmlDebugDumpString
02707 extern __typeof (xmlDebugDumpString) xmlDebugDumpString __attribute((alias("xmlDebugDumpString__internal_alias")));
02708 #else
02709 #ifndef xmlDebugDumpString
02710 extern __typeof (xmlDebugDumpString) xmlDebugDumpString__internal_alias __attribute((visibility("hidden")));
02711 #define xmlDebugDumpString xmlDebugDumpString__internal_alias
02712 #endif
02713 #endif
02714 #endif
02715 
02716 #if defined(LIBXML_LEGACY_ENABLED)
02717 #ifdef bottom_legacy
02718 #undef xmlDecodeEntities
02719 extern __typeof (xmlDecodeEntities) xmlDecodeEntities __attribute((alias("xmlDecodeEntities__internal_alias")));
02720 #else
02721 #ifndef xmlDecodeEntities
02722 extern __typeof (xmlDecodeEntities) xmlDecodeEntities__internal_alias __attribute((visibility("hidden")));
02723 #define xmlDecodeEntities xmlDecodeEntities__internal_alias
02724 #endif
02725 #endif
02726 #endif
02727 
02728 #ifdef bottom_SAX2
02729 #undef xmlDefaultSAXHandlerInit
02730 extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit __attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
02731 #else
02732 #ifndef xmlDefaultSAXHandlerInit
02733 extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
02734 #define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
02735 #endif
02736 #endif
02737 
02738 #ifdef bottom_encoding
02739 #undef xmlDelEncodingAlias
02740 extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias __attribute((alias("xmlDelEncodingAlias__internal_alias")));
02741 #else
02742 #ifndef xmlDelEncodingAlias
02743 extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias__internal_alias __attribute((visibility("hidden")));
02744 #define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
02745 #endif
02746 #endif
02747 
02748 #ifdef bottom_globals
02749 #undef xmlDeregisterNodeDefault
02750 extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault __attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
02751 #else
02752 #ifndef xmlDeregisterNodeDefault
02753 extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
02754 #define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
02755 #endif
02756 #endif
02757 
02758 #ifdef bottom_encoding
02759 #undef xmlDetectCharEncoding
02760 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
02761 #else
02762 #ifndef xmlDetectCharEncoding
02763 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
02764 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
02765 #endif
02766 #endif
02767 
02768 #ifdef bottom_dict
02769 #undef xmlDictCleanup
02770 extern __typeof (xmlDictCleanup) xmlDictCleanup __attribute((alias("xmlDictCleanup__internal_alias")));
02771 #else
02772 #ifndef xmlDictCleanup
02773 extern __typeof (xmlDictCleanup) xmlDictCleanup__internal_alias __attribute((visibility("hidden")));
02774 #define xmlDictCleanup xmlDictCleanup__internal_alias
02775 #endif
02776 #endif
02777 
02778 #ifdef bottom_dict
02779 #undef xmlDictCreate
02780 extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
02781 #else
02782 #ifndef xmlDictCreate
02783 extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
02784 #define xmlDictCreate xmlDictCreate__internal_alias
02785 #endif
02786 #endif
02787 
02788 #ifdef bottom_dict
02789 #undef xmlDictCreateSub
02790 extern __typeof (xmlDictCreateSub) xmlDictCreateSub __attribute((alias("xmlDictCreateSub__internal_alias")));
02791 #else
02792 #ifndef xmlDictCreateSub
02793 extern __typeof (xmlDictCreateSub) xmlDictCreateSub__internal_alias __attribute((visibility("hidden")));
02794 #define xmlDictCreateSub xmlDictCreateSub__internal_alias
02795 #endif
02796 #endif
02797 
02798 #ifdef bottom_dict
02799 #undef xmlDictExists
02800 extern __typeof (xmlDictExists) xmlDictExists __attribute((alias("xmlDictExists__internal_alias")));
02801 #else
02802 #ifndef xmlDictExists
02803 extern __typeof (xmlDictExists) xmlDictExists__internal_alias __attribute((visibility("hidden")));
02804 #define xmlDictExists xmlDictExists__internal_alias
02805 #endif
02806 #endif
02807 
02808 #ifdef bottom_dict
02809 #undef xmlDictFree
02810 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
02811 #else
02812 #ifndef xmlDictFree
02813 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
02814 #define xmlDictFree xmlDictFree__internal_alias
02815 #endif
02816 #endif
02817 
02818 #ifdef bottom_dict
02819 #undef xmlDictLookup
02820 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
02821 #else
02822 #ifndef xmlDictLookup
02823 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
02824 #define xmlDictLookup xmlDictLookup__internal_alias
02825 #endif
02826 #endif
02827 
02828 #ifdef bottom_dict
02829 #undef xmlDictOwns
02830 extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
02831 #else
02832 #ifndef xmlDictOwns
02833 extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
02834 #define xmlDictOwns xmlDictOwns__internal_alias
02835 #endif
02836 #endif
02837 
02838 #ifdef bottom_dict
02839 #undef xmlDictQLookup
02840 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
02841 #else
02842 #ifndef xmlDictQLookup
02843 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
02844 #define xmlDictQLookup xmlDictQLookup__internal_alias
02845 #endif
02846 #endif
02847 
02848 #ifdef bottom_dict
02849 #undef xmlDictReference
02850 extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictReference__internal_alias")));
02851 #else
02852 #ifndef xmlDictReference
02853 extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute((visibility("hidden")));
02854 #define xmlDictReference xmlDictReference__internal_alias
02855 #endif
02856 #endif
02857 
02858 #ifdef bottom_dict
02859 #undef xmlDictSize
02860 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
02861 #else
02862 #ifndef xmlDictSize
02863 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
02864 #define xmlDictSize xmlDictSize__internal_alias
02865 #endif
02866 #endif
02867 
02868 #ifdef bottom_tree
02869 #undef xmlDocCopyNode
02870 extern __typeof (xmlDocCopyNode) xmlDocCopyNode __attribute((alias("xmlDocCopyNode__internal_alias")));
02871 #else
02872 #ifndef xmlDocCopyNode
02873 extern __typeof (xmlDocCopyNode) xmlDocCopyNode__internal_alias __attribute((visibility("hidden")));
02874 #define xmlDocCopyNode xmlDocCopyNode__internal_alias
02875 #endif
02876 #endif
02877 
02878 #ifdef bottom_tree
02879 #undef xmlDocCopyNodeList
02880 extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList __attribute((alias("xmlDocCopyNodeList__internal_alias")));
02881 #else
02882 #ifndef xmlDocCopyNodeList
02883 extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList__internal_alias __attribute((visibility("hidden")));
02884 #define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
02885 #endif
02886 #endif
02887 
02888 #if defined(LIBXML_OUTPUT_ENABLED)
02889 #ifdef bottom_xmlsave
02890 #undef xmlDocDump
02891 extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias")));
02892 #else
02893 #ifndef xmlDocDump
02894 extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden")));
02895 #define xmlDocDump xmlDocDump__internal_alias
02896 #endif
02897 #endif
02898 #endif
02899 
02900 #if defined(LIBXML_OUTPUT_ENABLED)
02901 #ifdef bottom_xmlsave
02902 #undef xmlDocDumpFormatMemory
02903 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
02904 #else
02905 #ifndef xmlDocDumpFormatMemory
02906 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
02907 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
02908 #endif
02909 #endif
02910 #endif
02911 
02912 #if defined(LIBXML_OUTPUT_ENABLED)
02913 #ifdef bottom_xmlsave
02914 #undef xmlDocDumpFormatMemoryEnc
02915 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
02916 #else
02917 #ifndef xmlDocDumpFormatMemoryEnc
02918 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
02919 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
02920 #endif
02921 #endif
02922 #endif
02923 
02924 #if defined(LIBXML_OUTPUT_ENABLED)
02925 #ifdef bottom_xmlsave
02926 #undef xmlDocDumpMemory
02927 extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory __attribute((alias("xmlDocDumpMemory__internal_alias")));
02928 #else
02929 #ifndef xmlDocDumpMemory
02930 extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
02931 #define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
02932 #endif
02933 #endif
02934 #endif
02935 
02936 #if defined(LIBXML_OUTPUT_ENABLED)
02937 #ifdef bottom_xmlsave
02938 #undef xmlDocDumpMemoryEnc
02939 extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc __attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
02940 #else
02941 #ifndef xmlDocDumpMemoryEnc
02942 extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc__internal_alias __attribute((visibility("hidden")));
02943 #define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
02944 #endif
02945 #endif
02946 #endif
02947 
02948 #if defined(LIBXML_OUTPUT_ENABLED)
02949 #ifdef bottom_xmlsave
02950 #undef xmlDocFormatDump
02951 extern __typeof (xmlDocFormatDump) xmlDocFormatDump __attribute((alias("xmlDocFormatDump__internal_alias")));
02952 #else
02953 #ifndef xmlDocFormatDump
02954 extern __typeof (xmlDocFormatDump) xmlDocFormatDump__internal_alias __attribute((visibility("hidden")));
02955 #define xmlDocFormatDump xmlDocFormatDump__internal_alias
02956 #endif
02957 #endif
02958 #endif
02959 
02960 #ifdef bottom_tree
02961 #undef xmlDocGetRootElement
02962 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
02963 #else
02964 #ifndef xmlDocGetRootElement
02965 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
02966 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
02967 #endif
02968 #endif
02969 
02970 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
02971 #ifdef bottom_tree
02972 #undef xmlDocSetRootElement
02973 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
02974 #else
02975 #ifndef xmlDocSetRootElement
02976 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
02977 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
02978 #endif
02979 #endif
02980 #endif
02981 
02982 #if defined(LIBXML_OUTPUT_ENABLED)
02983 #ifdef bottom_valid
02984 #undef xmlDumpAttributeDecl
02985 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias")));
02986 #else
02987 #ifndef xmlDumpAttributeDecl
02988 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden")));
02989 #define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
02990 #endif
02991 #endif
02992 #endif
02993 
02994 #if defined(LIBXML_OUTPUT_ENABLED)
02995 #ifdef bottom_valid
02996 #undef xmlDumpAttributeTable
02997 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
02998 #else
02999 #ifndef xmlDumpAttributeTable
03000 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
03001 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
03002 #endif
03003 #endif
03004 #endif
03005 
03006 #if defined(LIBXML_OUTPUT_ENABLED)
03007 #ifdef bottom_valid
03008 #undef xmlDumpElementDecl
03009 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__internal_alias")));
03010 #else
03011 #ifndef xmlDumpElementDecl
03012 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hidden")));
03013 #define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
03014 #endif
03015 #endif
03016 #endif
03017 
03018 #if defined(LIBXML_OUTPUT_ENABLED)
03019 #ifdef bottom_valid
03020 #undef xmlDumpElementTable
03021 extern __typeof (xmlDumpElementTable) xmlDumpElementTable __attribute((alias("xmlDumpElementTable__internal_alias")));
03022 #else
03023 #ifndef xmlDumpElementTable
03024 extern __typeof (xmlDumpElementTable) xmlDumpElementTable__internal_alias __attribute((visibility("hidden")));
03025 #define xmlDumpElementTable xmlDumpElementTable__internal_alias
03026 #endif
03027 #endif
03028 #endif
03029 
03030 #if defined(LIBXML_OUTPUT_ENABLED)
03031 #ifdef bottom_entities
03032 #undef xmlDumpEntitiesTable
03033 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias")));
03034 #else
03035 #ifndef xmlDumpEntitiesTable
03036 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden")));
03037 #define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
03038 #endif
03039 #endif
03040 #endif
03041 
03042 #if defined(LIBXML_OUTPUT_ENABLED)
03043 #ifdef bottom_entities
03044 #undef xmlDumpEntityDecl
03045 extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl __attribute((alias("xmlDumpEntityDecl__internal_alias")));
03046 #else
03047 #ifndef xmlDumpEntityDecl
03048 extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl__internal_alias __attribute((visibility("hidden")));
03049 #define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
03050 #endif
03051 #endif
03052 #endif
03053 
03054 #if defined(LIBXML_OUTPUT_ENABLED)
03055 #ifdef bottom_valid
03056 #undef xmlDumpNotationDecl
03057 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias")));
03058 #else
03059 #ifndef xmlDumpNotationDecl
03060 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden")));
03061 #define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
03062 #endif
03063 #endif
03064 #endif
03065 
03066 #if defined(LIBXML_OUTPUT_ENABLED)
03067 #ifdef bottom_valid
03068 #undef xmlDumpNotationTable
03069 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias")));
03070 #else
03071 #ifndef xmlDumpNotationTable
03072 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden")));
03073 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
03074 #endif
03075 #endif
03076 #endif
03077 
03078 #if defined(LIBXML_OUTPUT_ENABLED)
03079 #ifdef bottom_xmlsave
03080 #undef xmlElemDump
03081 extern __typeof (xmlElemDump) xmlElemDump __attribute((alias("xmlElemDump__internal_alias")));
03082 #else
03083 #ifndef xmlElemDump
03084 extern __typeof (xmlElemDump) xmlElemDump__internal_alias __attribute((visibility("hidden")));
03085 #define xmlElemDump xmlElemDump__internal_alias
03086 #endif
03087 #endif
03088 #endif
03089 
03090 #if defined(LIBXML_LEGACY_ENABLED)
03091 #ifdef bottom_legacy
03092 #undef xmlEncodeEntities
03093 extern __typeof (xmlEncodeEntities) xmlEncodeEntities __attribute((alias("xmlEncodeEntities__internal_alias")));
03094 #else
03095 #ifndef xmlEncodeEntities
03096 extern __typeof (xmlEncodeEntities) xmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
03097 #define xmlEncodeEntities xmlEncodeEntities__internal_alias
03098 #endif
03099 #endif
03100 #endif
03101 
03102 #ifdef bottom_entities
03103 #undef xmlEncodeEntitiesReentrant
03104 extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant __attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
03105 #else
03106 #ifndef xmlEncodeEntitiesReentrant
03107 extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant__internal_alias __attribute((visibility("hidden")));
03108 #define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
03109 #endif
03110 #endif
03111 
03112 #ifdef bottom_entities
03113 #undef xmlEncodeSpecialChars
03114 extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars __attribute((alias("xmlEncodeSpecialChars__internal_alias")));
03115 #else
03116 #ifndef xmlEncodeSpecialChars
03117 extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars__internal_alias __attribute((visibility("hidden")));
03118 #define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
03119 #endif
03120 #endif
03121 
03122 #ifdef bottom_parserInternals
03123 #undef xmlErrMemory
03124 extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
03125 #else
03126 #ifndef xmlErrMemory
03127 extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
03128 #define xmlErrMemory xmlErrMemory__internal_alias
03129 #endif
03130 #endif
03131 
03132 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03133 #ifdef bottom_xmlregexp
03134 #undef xmlExpCtxtNbCons
03135 extern __typeof (xmlExpCtxtNbCons) xmlExpCtxtNbCons __attribute((alias("xmlExpCtxtNbCons__internal_alias")));
03136 #else
03137 #ifndef xmlExpCtxtNbCons
03138 extern __typeof (xmlExpCtxtNbCons) xmlExpCtxtNbCons__internal_alias __attribute((visibility("hidden")));
03139 #define xmlExpCtxtNbCons xmlExpCtxtNbCons__internal_alias
03140 #endif
03141 #endif
03142 #endif
03143 
03144 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03145 #ifdef bottom_xmlregexp
03146 #undef xmlExpCtxtNbNodes
03147 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
03148 #else
03149 #ifndef xmlExpCtxtNbNodes
03150 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidden")));
03151 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
03152 #endif
03153 #endif
03154 #endif
03155 
03156 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03157 #ifdef bottom_xmlregexp
03158 #undef xmlExpDump
03159 extern __typeof (xmlExpDump) xmlExpDump __attribute((alias("xmlExpDump__internal_alias")));
03160 #else
03161 #ifndef xmlExpDump
03162 extern __typeof (xmlExpDump) xmlExpDump__internal_alias __attribute((visibility("hidden")));
03163 #define xmlExpDump xmlExpDump__internal_alias
03164 #endif
03165 #endif
03166 #endif
03167 
03168 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03169 #ifdef bottom_xmlregexp
03170 #undef xmlExpExpDerive
03171 extern __typeof (xmlExpExpDerive) xmlExpExpDerive __attribute((alias("xmlExpExpDerive__internal_alias")));
03172 #else
03173 #ifndef xmlExpExpDerive
03174 extern __typeof (xmlExpExpDerive) xmlExpExpDerive__internal_alias __attribute((visibility("hidden")));
03175 #define xmlExpExpDerive xmlExpExpDerive__internal_alias
03176 #endif
03177 #endif
03178 #endif
03179 
03180 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03181 #ifdef bottom_xmlregexp
03182 #undef xmlExpFree
03183 extern __typeof (xmlExpFree) xmlExpFree __attribute((alias("xmlExpFree__internal_alias")));
03184 #else
03185 #ifndef xmlExpFree
03186 extern __typeof (xmlExpFree) xmlExpFree__internal_alias __attribute((visibility("hidden")));
03187 #define xmlExpFree xmlExpFree__internal_alias
03188 #endif
03189 #endif
03190 #endif
03191 
03192 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03193 #ifdef bottom_xmlregexp
03194 #undef xmlExpFreeCtxt
03195 extern __typeof (xmlExpFreeCtxt) xmlExpFreeCtxt __attribute((alias("xmlExpFreeCtxt__internal_alias")));
03196 #else
03197 #ifndef xmlExpFreeCtxt
03198 extern __typeof (xmlExpFreeCtxt) xmlExpFreeCtxt__internal_alias __attribute((visibility("hidden")));
03199 #define xmlExpFreeCtxt xmlExpFreeCtxt__internal_alias
03200 #endif
03201 #endif
03202 #endif
03203 
03204 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03205 #ifdef bottom_xmlregexp
03206 #undef xmlExpGetLanguage
03207 extern __typeof (xmlExpGetLanguage) xmlExpGetLanguage __attribute((alias("xmlExpGetLanguage__internal_alias")));
03208 #else
03209 #ifndef xmlExpGetLanguage
03210 extern __typeof (xmlExpGetLanguage) xmlExpGetLanguage__internal_alias __attribute((visibility("hidden")));
03211 #define xmlExpGetLanguage xmlExpGetLanguage__internal_alias
03212 #endif
03213 #endif
03214 #endif
03215 
03216 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03217 #ifdef bottom_xmlregexp
03218 #undef xmlExpGetStart
03219 extern __typeof (xmlExpGetStart) xmlExpGetStart __attribute((alias("xmlExpGetStart__internal_alias")));
03220 #else
03221 #ifndef xmlExpGetStart
03222 extern __typeof (xmlExpGetStart) xmlExpGetStart__internal_alias __attribute((visibility("hidden")));
03223 #define xmlExpGetStart xmlExpGetStart__internal_alias
03224 #endif
03225 #endif
03226 #endif
03227 
03228 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03229 #ifdef bottom_xmlregexp
03230 #undef xmlExpIsNillable
03231 extern __typeof (xmlExpIsNillable) xmlExpIsNillable __attribute((alias("xmlExpIsNillable__internal_alias")));
03232 #else
03233 #ifndef xmlExpIsNillable
03234 extern __typeof (xmlExpIsNillable) xmlExpIsNillable__internal_alias __attribute((visibility("hidden")));
03235 #define xmlExpIsNillable xmlExpIsNillable__internal_alias
03236 #endif
03237 #endif
03238 #endif
03239 
03240 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03241 #ifdef bottom_xmlregexp
03242 #undef xmlExpMaxToken
03243 extern __typeof (xmlExpMaxToken) xmlExpMaxToken __attribute((alias("xmlExpMaxToken__internal_alias")));
03244 #else
03245 #ifndef xmlExpMaxToken
03246 extern __typeof (xmlExpMaxToken) xmlExpMaxToken__internal_alias __attribute((visibility("hidden")));
03247 #define xmlExpMaxToken xmlExpMaxToken__internal_alias
03248 #endif
03249 #endif
03250 #endif
03251 
03252 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03253 #ifdef bottom_xmlregexp
03254 #undef xmlExpNewAtom
03255 extern __typeof (xmlExpNewAtom) xmlExpNewAtom __attribute((alias("xmlExpNewAtom__internal_alias")));
03256 #else
03257 #ifndef xmlExpNewAtom
03258 extern __typeof (xmlExpNewAtom) xmlExpNewAtom__internal_alias __attribute((visibility("hidden")));
03259 #define xmlExpNewAtom xmlExpNewAtom__internal_alias
03260 #endif
03261 #endif
03262 #endif
03263 
03264 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03265 #ifdef bottom_xmlregexp
03266 #undef xmlExpNewCtxt
03267 extern __typeof (xmlExpNewCtxt) xmlExpNewCtxt __attribute((alias("xmlExpNewCtxt__internal_alias")));
03268 #else
03269 #ifndef xmlExpNewCtxt
03270 extern __typeof (xmlExpNewCtxt) xmlExpNewCtxt__internal_alias __attribute((visibility("hidden")));
03271 #define xmlExpNewCtxt xmlExpNewCtxt__internal_alias
03272 #endif
03273 #endif
03274 #endif
03275 
03276 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03277 #ifdef bottom_xmlregexp
03278 #undef xmlExpNewOr
03279 extern __typeof (xmlExpNewOr) xmlExpNewOr __attribute((alias("xmlExpNewOr__internal_alias")));
03280 #else
03281 #ifndef xmlExpNewOr
03282 extern __typeof (xmlExpNewOr) xmlExpNewOr__internal_alias __attribute((visibility("hidden")));
03283 #define xmlExpNewOr xmlExpNewOr__internal_alias
03284 #endif
03285 #endif
03286 #endif
03287 
03288 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03289 #ifdef bottom_xmlregexp
03290 #undef xmlExpNewRange
03291 extern __typeof (xmlExpNewRange) xmlExpNewRange __attribute((alias("xmlExpNewRange__internal_alias")));
03292 #else
03293 #ifndef xmlExpNewRange
03294 extern __typeof (xmlExpNewRange) xmlExpNewRange__internal_alias __attribute((visibility("hidden")));
03295 #define xmlExpNewRange xmlExpNewRange__internal_alias
03296 #endif
03297 #endif
03298 #endif
03299 
03300 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03301 #ifdef bottom_xmlregexp
03302 #undef xmlExpNewSeq
03303 extern __typeof (xmlExpNewSeq) xmlExpNewSeq __attribute((alias("xmlExpNewSeq__internal_alias")));
03304 #else
03305 #ifndef xmlExpNewSeq
03306 extern __typeof (xmlExpNewSeq) xmlExpNewSeq__internal_alias __attribute((visibility("hidden")));
03307 #define xmlExpNewSeq xmlExpNewSeq__internal_alias
03308 #endif
03309 #endif
03310 #endif
03311 
03312 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03313 #ifdef bottom_xmlregexp
03314 #undef xmlExpParse
03315 extern __typeof (xmlExpParse) xmlExpParse __attribute((alias("xmlExpParse__internal_alias")));
03316 #else
03317 #ifndef xmlExpParse
03318 extern __typeof (xmlExpParse) xmlExpParse__internal_alias __attribute((visibility("hidden")));
03319 #define xmlExpParse xmlExpParse__internal_alias
03320 #endif
03321 #endif
03322 #endif
03323 
03324 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03325 #ifdef bottom_xmlregexp
03326 #undef xmlExpRef
03327 extern __typeof (xmlExpRef) xmlExpRef __attribute((alias("xmlExpRef__internal_alias")));
03328 #else
03329 #ifndef xmlExpRef
03330 extern __typeof (xmlExpRef) xmlExpRef__internal_alias __attribute((visibility("hidden")));
03331 #define xmlExpRef xmlExpRef__internal_alias
03332 #endif
03333 #endif
03334 #endif
03335 
03336 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03337 #ifdef bottom_xmlregexp
03338 #undef xmlExpStringDerive
03339 extern __typeof (xmlExpStringDerive) xmlExpStringDerive __attribute((alias("xmlExpStringDerive__internal_alias")));
03340 #else
03341 #ifndef xmlExpStringDerive
03342 extern __typeof (xmlExpStringDerive) xmlExpStringDerive__internal_alias __attribute((visibility("hidden")));
03343 #define xmlExpStringDerive xmlExpStringDerive__internal_alias
03344 #endif
03345 #endif
03346 #endif
03347 
03348 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
03349 #ifdef bottom_xmlregexp
03350 #undef xmlExpSubsume
03351 extern __typeof (xmlExpSubsume) xmlExpSubsume __attribute((alias("xmlExpSubsume__internal_alias")));
03352 #else
03353 #ifndef xmlExpSubsume
03354 extern __typeof (xmlExpSubsume) xmlExpSubsume__internal_alias __attribute((visibility("hidden")));
03355 #define xmlExpSubsume xmlExpSubsume__internal_alias
03356 #endif
03357 #endif
03358 #endif
03359 
03360 #ifdef bottom_xmlIO
03361 #undef xmlFileClose
03362 extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
03363 #else
03364 #ifndef xmlFileClose
03365 extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
03366 #define xmlFileClose xmlFileClose__internal_alias
03367 #endif
03368 #endif
03369 
03370 #ifdef bottom_xmlIO
03371 #undef xmlFileMatch
03372 extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
03373 #else
03374 #ifndef xmlFileMatch
03375 extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
03376 #define xmlFileMatch xmlFileMatch__internal_alias
03377 #endif
03378 #endif
03379 
03380 #ifdef bottom_xmlIO
03381 #undef xmlFileOpen
03382 extern __typeof (xmlFileOpen) xmlFileOpen __attribute((alias("xmlFileOpen__internal_alias")));
03383 #else
03384 #ifndef xmlFileOpen
03385 extern __typeof (xmlFileOpen) xmlFileOpen__internal_alias __attribute((visibility("hidden")));
03386 #define xmlFileOpen xmlFileOpen__internal_alias
03387 #endif
03388 #endif
03389 
03390 #ifdef bottom_xmlIO
03391 #undef xmlFileRead
03392 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
03393 #else
03394 #ifndef xmlFileRead
03395 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
03396 #define xmlFileRead xmlFileRead__internal_alias
03397 #endif
03398 #endif
03399 
03400 #ifdef bottom_encoding
03401 #undef xmlFindCharEncodingHandler
03402 extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler __attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
03403 #else
03404 #ifndef xmlFindCharEncodingHandler
03405 extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
03406 #define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
03407 #endif
03408 #endif
03409 
03410 #ifdef bottom_valid
03411 #undef xmlFreeAttributeTable
03412 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias")));
03413 #else
03414 #ifndef xmlFreeAttributeTable
03415 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden")));
03416 #define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
03417 #endif
03418 #endif
03419 
03420 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
03421 #ifdef bottom_xmlregexp
03422 #undef xmlFreeAutomata
03423 extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
03424 #else
03425 #ifndef xmlFreeAutomata
03426 extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
03427 #define xmlFreeAutomata xmlFreeAutomata__internal_alias
03428 #endif
03429 #endif
03430 #endif
03431 
03432 #if defined(LIBXML_CATALOG_ENABLED)
03433 #ifdef bottom_catalog
03434 #undef xmlFreeCatalog
03435 extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
03436 #else
03437 #ifndef xmlFreeCatalog
03438 extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
03439 #define xmlFreeCatalog xmlFreeCatalog__internal_alias
03440 #endif
03441 #endif
03442 #endif
03443 
03444 #ifdef bottom_tree
03445 #undef xmlFreeDoc
03446 extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
03447 #else
03448 #ifndef xmlFreeDoc
03449 extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
03450 #define xmlFreeDoc xmlFreeDoc__internal_alias
03451 #endif
03452 #endif
03453 
03454 #ifdef bottom_valid
03455 #undef xmlFreeDocElementContent
03456 extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent __attribute((alias("xmlFreeDocElementContent__internal_alias")));
03457 #else
03458 #ifndef xmlFreeDocElementContent
03459 extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent__internal_alias __attribute((visibility("hidden")));
03460 #define xmlFreeDocElementContent xmlFreeDocElementContent__internal_alias
03461 #endif
03462 #endif
03463 
03464 #ifdef bottom_tree
03465 #undef xmlFreeDtd
03466 extern __typeof (xmlFreeDtd) xmlFreeDtd __attribute((alias("xmlFreeDtd__internal_alias")));
03467 #else
03468 #ifndef xmlFreeDtd
03469 extern __typeof (xmlFreeDtd) xmlFreeDtd__internal_alias __attribute((visibility("hidden")));
03470 #define xmlFreeDtd xmlFreeDtd__internal_alias
03471 #endif
03472 #endif
03473 
03474 #ifdef bottom_valid
03475 #undef xmlFreeElementContent
03476 extern __typeof (xmlFreeElementContent) xmlFreeElementContent __attribute((alias("xmlFreeElementContent__internal_alias")));
03477 #else
03478 #ifndef xmlFreeElementContent
03479 extern __typeof (xmlFreeElementContent) xmlFreeElementContent__internal_alias __attribute((visibility("hidden")));
03480 #define xmlFreeElementContent xmlFreeElementContent__internal_alias
03481 #endif
03482 #endif
03483 
03484 #ifdef bottom_valid
03485 #undef xmlFreeElementTable
03486 extern __typeof (xmlFreeElementTable) xmlFreeElementTable __attribute((alias("xmlFreeElementTable__internal_alias")));
03487 #else
03488 #ifndef xmlFreeElementTable
03489 extern __typeof (xmlFreeElementTable) xmlFreeElementTable__internal_alias __attribute((visibility("hidden")));
03490 #define xmlFreeElementTable xmlFreeElementTable__internal_alias
03491 #endif
03492 #endif
03493 
03494 #ifdef bottom_entities
03495 #undef xmlFreeEntitiesTable
03496 extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable __attribute((alias("xmlFreeEntitiesTable__internal_alias")));
03497 #else
03498 #ifndef xmlFreeEntitiesTable
03499 extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable__internal_alias __attribute((visibility("hidden")));
03500 #define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
03501 #endif
03502 #endif
03503 
03504 #ifdef bottom_valid
03505 #undef xmlFreeEnumeration
03506 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
03507 #else
03508 #ifndef xmlFreeEnumeration
03509 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
03510 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
03511 #endif
03512 #endif
03513 
03514 #ifdef bottom_valid
03515 #undef xmlFreeIDTable
03516 extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias")));
03517 #else
03518 #ifndef xmlFreeIDTable
03519 extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden")));
03520 #define xmlFreeIDTable xmlFreeIDTable__internal_alias
03521 #endif
03522 #endif
03523 
03524 #ifdef bottom_parserInternals
03525 #undef xmlFreeInputStream
03526 extern __typeof (xmlFreeInputStream) xmlFreeInputStream __attribute((alias("xmlFreeInputStream__internal_alias")));
03527 #else
03528 #ifndef xmlFreeInputStream
03529 extern __typeof (xmlFreeInputStream) xmlFreeInputStream__internal_alias __attribute((visibility("hidden")));
03530 #define xmlFreeInputStream xmlFreeInputStream__internal_alias
03531 #endif
03532 #endif
03533 
03534 #ifdef bottom_threads
03535 #undef xmlFreeMutex
03536 extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
03537 #else
03538 #ifndef xmlFreeMutex
03539 extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
03540 #define xmlFreeMutex xmlFreeMutex__internal_alias
03541 #endif
03542 #endif
03543 
03544 #ifdef bottom_tree
03545 #undef xmlFreeNode
03546 extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
03547 #else
03548 #ifndef xmlFreeNode
03549 extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
03550 #define xmlFreeNode xmlFreeNode__internal_alias
03551 #endif
03552 #endif
03553 
03554 #ifdef bottom_tree
03555 #undef xmlFreeNodeList
03556 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
03557 #else
03558 #ifndef xmlFreeNodeList
03559 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
03560 #define xmlFreeNodeList xmlFreeNodeList__internal_alias
03561 #endif
03562 #endif
03563 
03564 #ifdef bottom_valid
03565 #undef xmlFreeNotationTable
03566 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias")));
03567 #else
03568 #ifndef xmlFreeNotationTable
03569 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden")));
03570 #define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
03571 #endif
03572 #endif
03573 
03574 #ifdef bottom_tree
03575 #undef xmlFreeNs
03576 extern __typeof (xmlFreeNs) xmlFreeNs __attribute((alias("xmlFreeNs__internal_alias")));
03577 #else
03578 #ifndef xmlFreeNs
03579 extern __typeof (xmlFreeNs) xmlFreeNs__internal_alias __attribute((visibility("hidden")));
03580 #define xmlFreeNs xmlFreeNs__internal_alias
03581 #endif
03582 #endif
03583 
03584 #ifdef bottom_tree
03585 #undef xmlFreeNsList
03586 extern __typeof (xmlFreeNsList) xmlFreeNsList __attribute((alias("xmlFreeNsList__internal_alias")));
03587 #else
03588 #ifndef xmlFreeNsList
03589 extern __typeof (xmlFreeNsList) xmlFreeNsList__internal_alias __attribute((visibility("hidden")));
03590 #define xmlFreeNsList xmlFreeNsList__internal_alias
03591 #endif
03592 #endif
03593 
03594 #ifdef bottom_parserInternals
03595 #undef xmlFreeParserCtxt
03596 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
03597 #else
03598 #ifndef xmlFreeParserCtxt
03599 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
03600 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
03601 #endif
03602 #endif
03603 
03604 #ifdef bottom_xmlIO
03605 #undef xmlFreeParserInputBuffer
03606 extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer __attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
03607 #else
03608 #ifndef xmlFreeParserInputBuffer
03609 extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer__internal_alias __attribute((visibility("hidden")));
03610 #define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
03611 #endif
03612 #endif
03613 
03614 #if defined(LIBXML_PATTERN_ENABLED)
03615 #ifdef bottom_pattern
03616 #undef xmlFreePattern
03617 extern __typeof (xmlFreePattern) xmlFreePattern __attribute((alias("xmlFreePattern__internal_alias")));
03618 #else
03619 #ifndef xmlFreePattern
03620 extern __typeof (xmlFreePattern) xmlFreePattern__internal_alias __attribute((visibility("hidden")));
03621 #define xmlFreePattern xmlFreePattern__internal_alias
03622 #endif
03623 #endif
03624 #endif
03625 
03626 #if defined(LIBXML_PATTERN_ENABLED)
03627 #ifdef bottom_pattern
03628 #undef xmlFreePatternList
03629 extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias")));
03630 #else
03631 #ifndef xmlFreePatternList
03632 extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden")));
03633 #define xmlFreePatternList xmlFreePatternList__internal_alias
03634 #endif
03635 #endif
03636 #endif
03637 
03638 #ifdef bottom_tree
03639 #undef xmlFreeProp
03640 extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias")));
03641 #else
03642 #ifndef xmlFreeProp
03643 extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden")));
03644 #define xmlFreeProp xmlFreeProp__internal_alias
03645 #endif
03646 #endif
03647 
03648 #ifdef bottom_tree
03649 #undef xmlFreePropList
03650 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
03651 #else
03652 #ifndef xmlFreePropList
03653 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
03654 #define xmlFreePropList xmlFreePropList__internal_alias
03655 #endif
03656 #endif
03657 
03658 #ifdef bottom_threads
03659 #undef xmlFreeRMutex
03660 extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias")));
03661 #else
03662 #ifndef xmlFreeRMutex
03663 extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden")));
03664 #define xmlFreeRMutex xmlFreeRMutex__internal_alias
03665 #endif
03666 #endif
03667 
03668 #ifdef bottom_valid
03669 #undef xmlFreeRefTable
03670 extern __typeof (xmlFreeRefTable) xmlFreeRefTable __attribute((alias("xmlFreeRefTable__internal_alias")));
03671 #else
03672 #ifndef xmlFreeRefTable
03673 extern __typeof (xmlFreeRefTable) xmlFreeRefTable__internal_alias __attribute((visibility("hidden")));
03674 #define xmlFreeRefTable xmlFreeRefTable__internal_alias
03675 #endif
03676 #endif
03677 
03678 #if defined(LIBXML_PATTERN_ENABLED)
03679 #ifdef bottom_pattern
03680 #undef xmlFreeStreamCtxt
03681 extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt __attribute((alias("xmlFreeStreamCtxt__internal_alias")));
03682 #else
03683 #ifndef xmlFreeStreamCtxt
03684 extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt__internal_alias __attribute((visibility("hidden")));
03685 #define xmlFreeStreamCtxt xmlFreeStreamCtxt__internal_alias
03686 #endif
03687 #endif
03688 #endif
03689 
03690 #if defined(LIBXML_READER_ENABLED)
03691 #ifdef bottom_xmlreader
03692 #undef xmlFreeTextReader
03693 extern __typeof (xmlFreeTextReader) xmlFreeTextReader __attribute((alias("xmlFreeTextReader__internal_alias")));
03694 #else
03695 #ifndef xmlFreeTextReader
03696 extern __typeof (xmlFreeTextReader) xmlFreeTextReader__internal_alias __attribute((visibility("hidden")));
03697 #define xmlFreeTextReader xmlFreeTextReader__internal_alias
03698 #endif
03699 #endif
03700 #endif
03701 
03702 #if defined(LIBXML_WRITER_ENABLED)
03703 #ifdef bottom_xmlwriter
03704 #undef xmlFreeTextWriter
03705 extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter __attribute((alias("xmlFreeTextWriter__internal_alias")));
03706 #else
03707 #ifndef xmlFreeTextWriter
03708 extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter__internal_alias __attribute((visibility("hidden")));
03709 #define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
03710 #endif
03711 #endif
03712 #endif
03713 
03714 #ifdef bottom_uri
03715 #undef xmlFreeURI
03716 extern __typeof (xmlFreeURI) xmlFreeURI __attribute((alias("xmlFreeURI__internal_alias")));
03717 #else
03718 #ifndef xmlFreeURI
03719 extern __typeof (xmlFreeURI) xmlFreeURI__internal_alias __attribute((visibility("hidden")));
03720 #define xmlFreeURI xmlFreeURI__internal_alias
03721 #endif
03722 #endif
03723 
03724 #if defined(LIBXML_VALID_ENABLED)
03725 #ifdef bottom_valid
03726 #undef xmlFreeValidCtxt
03727 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_alias")));
03728 #else
03729 #ifndef xmlFreeValidCtxt
03730 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
03731 #define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
03732 #endif
03733 #endif
03734 #endif
03735 
03736 #ifdef bottom_xmlmemory
03737 #undef xmlGcMemGet
03738 extern __typeof (xmlGcMemGet) xmlGcMemGet __attribute((alias("xmlGcMemGet__internal_alias")));
03739 #else
03740 #ifndef xmlGcMemGet
03741 extern __typeof (xmlGcMemGet) xmlGcMemGet__internal_alias __attribute((visibility("hidden")));
03742 #define xmlGcMemGet xmlGcMemGet__internal_alias
03743 #endif
03744 #endif
03745 
03746 #ifdef bottom_xmlmemory
03747 #undef xmlGcMemSetup
03748 extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
03749 #else
03750 #ifndef xmlGcMemSetup
03751 extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
03752 #define xmlGcMemSetup xmlGcMemSetup__internal_alias
03753 #endif
03754 #endif
03755 
03756 #ifdef bottom_tree
03757 #undef xmlGetBufferAllocationScheme
03758 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
03759 #else
03760 #ifndef xmlGetBufferAllocationScheme
03761 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
03762 #define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
03763 #endif
03764 #endif
03765 
03766 #ifdef bottom_encoding
03767 #undef xmlGetCharEncodingHandler
03768 extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler __attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
03769 #else
03770 #ifndef xmlGetCharEncodingHandler
03771 extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
03772 #define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
03773 #endif
03774 #endif
03775 
03776 #ifdef bottom_encoding
03777 #undef xmlGetCharEncodingName
03778 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias")));
03779 #else
03780 #ifndef xmlGetCharEncodingName
03781 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden")));
03782 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
03783 #endif
03784 #endif
03785 
03786 #ifdef bottom_tree
03787 #undef xmlGetCompressMode
03788 extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__internal_alias")));
03789 #else
03790 #ifndef xmlGetCompressMode
03791 extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hidden")));
03792 #define xmlGetCompressMode xmlGetCompressMode__internal_alias
03793 #endif
03794 #endif
03795 
03796 #ifdef bottom_tree
03797 #undef xmlGetDocCompressMode
03798 extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode __attribute((alias("xmlGetDocCompressMode__internal_alias")));
03799 #else
03800 #ifndef xmlGetDocCompressMode
03801 extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode__internal_alias __attribute((visibility("hidden")));
03802 #define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
03803 #endif
03804 #endif
03805 
03806 #ifdef bottom_entities
03807 #undef xmlGetDocEntity
03808 extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias")));
03809 #else
03810 #ifndef xmlGetDocEntity
03811 extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden")));
03812 #define xmlGetDocEntity xmlGetDocEntity__internal_alias
03813 #endif
03814 #endif
03815 
03816 #ifdef bottom_valid
03817 #undef xmlGetDtdAttrDesc
03818 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
03819 #else
03820 #ifndef xmlGetDtdAttrDesc
03821 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
03822 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
03823 #endif
03824 #endif
03825 
03826 #ifdef bottom_valid
03827 #undef xmlGetDtdElementDesc
03828 extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc __attribute((alias("xmlGetDtdElementDesc__internal_alias")));
03829 #else
03830 #ifndef xmlGetDtdElementDesc
03831 extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc__internal_alias __attribute((visibility("hidden")));
03832 #define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
03833 #endif
03834 #endif
03835 
03836 #ifdef bottom_entities
03837 #undef xmlGetDtdEntity
03838 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
03839 #else
03840 #ifndef xmlGetDtdEntity
03841 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
03842 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
03843 #endif
03844 #endif
03845 
03846 #ifdef bottom_valid
03847 #undef xmlGetDtdNotationDesc
03848 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
03849 #else
03850 #ifndef xmlGetDtdNotationDesc
03851 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
03852 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
03853 #endif
03854 #endif
03855 
03856 #ifdef bottom_valid
03857 #undef xmlGetDtdQAttrDesc
03858 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
03859 #else
03860 #ifndef xmlGetDtdQAttrDesc
03861 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hidden")));
03862 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
03863 #endif
03864 #endif
03865 
03866 #ifdef bottom_valid
03867 #undef xmlGetDtdQElementDesc
03868 extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc __attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
03869 #else
03870 #ifndef xmlGetDtdQElementDesc
03871 extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc__internal_alias __attribute((visibility("hidden")));
03872 #define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
03873 #endif
03874 #endif
03875 
03876 #ifdef bottom_encoding
03877 #undef xmlGetEncodingAlias
03878 extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias __attribute((alias("xmlGetEncodingAlias__internal_alias")));
03879 #else
03880 #ifndef xmlGetEncodingAlias
03881 extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias__internal_alias __attribute((visibility("hidden")));
03882 #define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
03883 #endif
03884 #endif
03885 
03886 #ifdef bottom_xmlIO
03887 #undef xmlGetExternalEntityLoader
03888 extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader __attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
03889 #else
03890 #ifndef xmlGetExternalEntityLoader
03891 extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
03892 #define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
03893 #endif
03894 #endif
03895 
03896 #if defined(LIBXML_LEGACY_ENABLED)
03897 #ifdef bottom_legacy
03898 #undef xmlGetFeature
03899 extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias")));
03900 #else
03901 #ifndef xmlGetFeature
03902 extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden")));
03903 #define xmlGetFeature xmlGetFeature__internal_alias
03904 #endif
03905 #endif
03906 #endif
03907 
03908 #if defined(LIBXML_LEGACY_ENABLED)
03909 #ifdef bottom_legacy
03910 #undef xmlGetFeaturesList
03911 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__internal_alias")));
03912 #else
03913 #ifndef xmlGetFeaturesList
03914 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hidden")));
03915 #define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
03916 #endif
03917 #endif
03918 #endif
03919 
03920 #ifdef bottom_threads
03921 #undef xmlGetGlobalState
03922 extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias")));
03923 #else
03924 #ifndef xmlGetGlobalState
03925 extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden")));
03926 #define xmlGetGlobalState xmlGetGlobalState__internal_alias
03927 #endif
03928 #endif
03929 
03930 #ifdef bottom_valid
03931 #undef xmlGetID
03932 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
03933 #else
03934 #ifndef xmlGetID
03935 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
03936 #define xmlGetID xmlGetID__internal_alias
03937 #endif
03938 #endif
03939 
03940 #ifdef bottom_tree
03941 #undef xmlGetIntSubset
03942 extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias")));
03943 #else
03944 #ifndef xmlGetIntSubset
03945 extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden")));
03946 #define xmlGetIntSubset xmlGetIntSubset__internal_alias
03947 #endif
03948 #endif
03949 
03950 #ifdef bottom_tree
03951 #undef xmlGetLastChild
03952 extern __typeof (xmlGetLastChild) xmlGetLastChild __attribute((alias("xmlGetLastChild__internal_alias")));
03953 #else
03954 #ifndef xmlGetLastChild
03955 extern __typeof (xmlGetLastChild) xmlGetLastChild__internal_alias __attribute((visibility("hidden")));
03956 #define xmlGetLastChild xmlGetLastChild__internal_alias
03957 #endif
03958 #endif
03959 
03960 #ifdef bottom_error
03961 #undef xmlGetLastError
03962 extern __typeof (xmlGetLastError) xmlGetLastError __attribute((alias("xmlGetLastError__internal_alias")));
03963 #else
03964 #ifndef xmlGetLastError
03965 extern __typeof (xmlGetLastError) xmlGetLastError__internal_alias __attribute((visibility("hidden")));
03966 #define xmlGetLastError xmlGetLastError__internal_alias
03967 #endif
03968 #endif
03969 
03970 #ifdef bottom_tree
03971 #undef xmlGetLineNo
03972 extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias")));
03973 #else
03974 #ifndef xmlGetLineNo
03975 extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden")));
03976 #define xmlGetLineNo xmlGetLineNo__internal_alias
03977 #endif
03978 #endif
03979 
03980 #ifdef bottom_tree
03981 #undef xmlGetNoNsProp
03982 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias")));
03983 #else
03984 #ifndef xmlGetNoNsProp
03985 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
03986 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
03987 #endif
03988 #endif
03989 
03990 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
03991 #ifdef bottom_tree
03992 #undef xmlGetNodePath
03993 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
03994 #else
03995 #ifndef xmlGetNodePath
03996 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
03997 #define xmlGetNodePath xmlGetNodePath__internal_alias
03998 #endif
03999 #endif
04000 #endif
04001 
04002 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED)
04003 #ifdef bottom_tree
04004 #undef xmlGetNsList
04005 extern __typeof (xmlGetNsList) xmlGetNsList __attribute((alias("xmlGetNsList__internal_alias")));
04006 #else
04007 #ifndef xmlGetNsList
04008 extern __typeof (xmlGetNsList) xmlGetNsList__internal_alias __attribute((visibility("hidden")));
04009 #define xmlGetNsList xmlGetNsList__internal_alias
04010 #endif
04011 #endif
04012 #endif
04013 
04014 #ifdef bottom_tree
04015 #undef xmlGetNsProp
04016 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
04017 #else
04018 #ifndef xmlGetNsProp
04019 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
04020 #define xmlGetNsProp xmlGetNsProp__internal_alias
04021 #endif
04022 #endif
04023 
04024 #ifdef bottom_entities
04025 #undef xmlGetParameterEntity
04026 extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity __attribute((alias("xmlGetParameterEntity__internal_alias")));
04027 #else
04028 #ifndef xmlGetParameterEntity
04029 extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity__internal_alias __attribute((visibility("hidden")));
04030 #define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
04031 #endif
04032 #endif
04033 
04034 #ifdef bottom_entities
04035 #undef xmlGetPredefinedEntity
04036 extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity __attribute((alias("xmlGetPredefinedEntity__internal_alias")));
04037 #else
04038 #ifndef xmlGetPredefinedEntity
04039 extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity__internal_alias __attribute((visibility("hidden")));
04040 #define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
04041 #endif
04042 #endif
04043 
04044 #ifdef bottom_tree
04045 #undef xmlGetProp
04046 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
04047 #else
04048 #ifndef xmlGetProp
04049 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
04050 #define xmlGetProp xmlGetProp__internal_alias
04051 #endif
04052 #endif
04053 
04054 #ifdef bottom_valid
04055 #undef xmlGetRefs
04056 extern __typeof (xmlGetRefs) xmlGetRefs __attribute((alias("xmlGetRefs__internal_alias")));
04057 #else
04058 #ifndef xmlGetRefs
04059 extern __typeof (xmlGetRefs) xmlGetRefs__internal_alias __attribute((visibility("hidden")));
04060 #define xmlGetRefs xmlGetRefs__internal_alias
04061 #endif
04062 #endif
04063 
04064 #ifdef bottom_threads
04065 #undef xmlGetThreadId
04066 extern __typeof (xmlGetThreadId) xmlGetThreadId __attribute((alias("xmlGetThreadId__internal_alias")));
04067 #else
04068 #ifndef xmlGetThreadId
04069 extern __typeof (xmlGetThreadId) xmlGetThreadId__internal_alias __attribute((visibility("hidden")));
04070 #define xmlGetThreadId xmlGetThreadId__internal_alias
04071 #endif
04072 #endif
04073 
04074 #ifdef bottom_xmlstring
04075 #undef xmlGetUTF8Char
04076 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
04077 #else
04078 #ifndef xmlGetUTF8Char
04079 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
04080 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
04081 #endif
04082 #endif
04083 
04084 #if defined(LIBXML_LEGACY_ENABLED)
04085 #ifdef bottom_legacy
04086 #undef xmlHandleEntity
04087 extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
04088 #else
04089 #ifndef xmlHandleEntity
04090 extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
04091 #define xmlHandleEntity xmlHandleEntity__internal_alias
04092 #endif
04093 #endif
04094 #endif
04095 
04096 #ifdef bottom_parser
04097 #undef xmlHasFeature
04098 extern __typeof (xmlHasFeature) xmlHasFeature __attribute((alias("xmlHasFeature__internal_alias")));
04099 #else
04100 #ifndef xmlHasFeature
04101 extern __typeof (xmlHasFeature) xmlHasFeature__internal_alias __attribute((visibility("hidden")));
04102 #define xmlHasFeature xmlHasFeature__internal_alias
04103 #endif
04104 #endif
04105 
04106 #ifdef bottom_tree
04107 #undef xmlHasNsProp
04108 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
04109 #else
04110 #ifndef xmlHasNsProp
04111 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
04112 #define xmlHasNsProp xmlHasNsProp__internal_alias
04113 #endif
04114 #endif
04115 
04116 #ifdef bottom_tree
04117 #undef xmlHasProp
04118 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
04119 #else
04120 #ifndef xmlHasProp
04121 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
04122 #define xmlHasProp xmlHasProp__internal_alias
04123 #endif
04124 #endif
04125 
04126 #ifdef bottom_hash
04127 #undef xmlHashAddEntry
04128 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
04129 #else
04130 #ifndef xmlHashAddEntry
04131 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
04132 #define xmlHashAddEntry xmlHashAddEntry__internal_alias
04133 #endif
04134 #endif
04135 
04136 #ifdef bottom_hash
04137 #undef xmlHashAddEntry2
04138 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_alias")));
04139 #else
04140 #ifndef xmlHashAddEntry2
04141 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden")));
04142 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
04143 #endif
04144 #endif
04145 
04146 #ifdef bottom_hash
04147 #undef xmlHashAddEntry3
04148 extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3 __attribute((alias("xmlHashAddEntry3__internal_alias")));
04149 #else
04150 #ifndef xmlHashAddEntry3
04151 extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3__internal_alias __attribute((visibility("hidden")));
04152 #define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
04153 #endif
04154 #endif
04155 
04156 #ifdef bottom_hash
04157 #undef xmlHashCopy
04158 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
04159 #else
04160 #ifndef xmlHashCopy
04161 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
04162 #define xmlHashCopy xmlHashCopy__internal_alias
04163 #endif
04164 #endif
04165 
04166 #ifdef bottom_hash
04167 #undef xmlHashCreate
04168 extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
04169 #else
04170 #ifndef xmlHashCreate
04171 extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
04172 #define xmlHashCreate xmlHashCreate__internal_alias
04173 #endif
04174 #endif
04175 
04176 #ifdef bottom_hash
04177 #undef xmlHashCreateDict
04178 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
04179 #else
04180 #ifndef xmlHashCreateDict
04181 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
04182 #define xmlHashCreateDict xmlHashCreateDict__internal_alias
04183 #endif
04184 #endif
04185 
04186 #ifdef bottom_hash
04187 #undef xmlHashFree
04188 extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
04189 #else
04190 #ifndef xmlHashFree
04191 extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden")));
04192 #define xmlHashFree xmlHashFree__internal_alias
04193 #endif
04194 #endif
04195 
04196 #ifdef bottom_hash
04197 #undef xmlHashLookup
04198 extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
04199 #else
04200 #ifndef xmlHashLookup
04201 extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
04202 #define xmlHashLookup xmlHashLookup__internal_alias
04203 #endif
04204 #endif
04205 
04206 #ifdef bottom_hash
04207 #undef xmlHashLookup2
04208 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias")));
04209 #else
04210 #ifndef xmlHashLookup2
04211 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
04212 #define xmlHashLookup2 xmlHashLookup2__internal_alias
04213 #endif
04214 #endif
04215 
04216 #ifdef bottom_hash
04217 #undef xmlHashLookup3
04218 extern __typeof (xmlHashLookup3) xmlHashLookup3 __attribute((alias("xmlHashLookup3__internal_alias")));
04219 #else
04220 #ifndef xmlHashLookup3
04221 extern __typeof (xmlHashLookup3) xmlHashLookup3__internal_alias __attribute((visibility("hidden")));
04222 #define xmlHashLookup3 xmlHashLookup3__internal_alias
04223 #endif
04224 #endif
04225 
04226 #ifdef bottom_hash
04227 #undef xmlHashQLookup
04228 extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
04229 #else
04230 #ifndef xmlHashQLookup
04231 extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
04232 #define xmlHashQLookup xmlHashQLookup__internal_alias
04233 #endif
04234 #endif
04235 
04236 #ifdef bottom_hash
04237 #undef xmlHashQLookup2
04238 extern __typeof (xmlHashQLookup2) xmlHashQLookup2 __attribute((alias("xmlHashQLookup2__internal_alias")));
04239 #else
04240 #ifndef xmlHashQLookup2
04241 extern __typeof (xmlHashQLookup2) xmlHashQLookup2__internal_alias __attribute((visibility("hidden")));
04242 #define xmlHashQLookup2 xmlHashQLookup2__internal_alias
04243 #endif
04244 #endif
04245 
04246 #ifdef bottom_hash
04247 #undef xmlHashQLookup3
04248 extern __typeof (xmlHashQLookup3) xmlHashQLookup3 __attribute((alias("xmlHashQLookup3__internal_alias")));
04249 #else
04250 #ifndef xmlHashQLookup3
04251 extern __typeof (xmlHashQLookup3) xmlHashQLookup3__internal_alias __attribute((visibility("hidden")));
04252 #define xmlHashQLookup3 xmlHashQLookup3__internal_alias
04253 #endif
04254 #endif
04255 
04256 #ifdef bottom_hash
04257 #undef xmlHashRemoveEntry
04258 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
04259 #else
04260 #ifndef xmlHashRemoveEntry
04261 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
04262 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
04263 #endif
04264 #endif
04265 
04266 #ifdef bottom_hash
04267 #undef xmlHashRemoveEntry2
04268 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
04269 #else
04270 #ifndef xmlHashRemoveEntry2
04271 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
04272 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
04273 #endif
04274 #endif
04275 
04276 #ifdef bottom_hash
04277 #undef xmlHashRemoveEntry3
04278 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
04279 #else
04280 #ifndef xmlHashRemoveEntry3
04281 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
04282 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
04283 #endif
04284 #endif
04285 
04286 #ifdef bottom_hash
04287 #undef xmlHashScan
04288 extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
04289 #else
04290 #ifndef xmlHashScan
04291 extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
04292 #define xmlHashScan xmlHashScan__internal_alias
04293 #endif
04294 #endif
04295 
04296 #ifdef bottom_hash
04297 #undef xmlHashScan3
04298 extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias")));
04299 #else
04300 #ifndef xmlHashScan3
04301 extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden")));
04302 #define xmlHashScan3 xmlHashScan3__internal_alias
04303 #endif
04304 #endif
04305 
04306 #ifdef bottom_hash
04307 #undef xmlHashScanFull
04308 extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
04309 #else
04310 #ifndef xmlHashScanFull
04311 extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
04312 #define xmlHashScanFull xmlHashScanFull__internal_alias
04313 #endif
04314 #endif
04315 
04316 #ifdef bottom_hash
04317 #undef xmlHashScanFull3
04318 extern __typeof (xmlHashScanFull3) xmlHashScanFull3 __attribute((alias("xmlHashScanFull3__internal_alias")));
04319 #else
04320 #ifndef xmlHashScanFull3
04321 extern __typeof (xmlHashScanFull3) xmlHashScanFull3__internal_alias __attribute((visibility("hidden")));
04322 #define xmlHashScanFull3 xmlHashScanFull3__internal_alias
04323 #endif
04324 #endif
04325 
04326 #ifdef bottom_hash
04327 #undef xmlHashSize
04328 extern __typeof (xmlHashSize) xmlHashSize __attribute((alias("xmlHashSize__internal_alias")));
04329 #else
04330 #ifndef xmlHashSize
04331 extern __typeof (xmlHashSize) xmlHashSize__internal_alias __attribute((visibility("hidden")));
04332 #define xmlHashSize xmlHashSize__internal_alias
04333 #endif
04334 #endif
04335 
04336 #ifdef bottom_hash
04337 #undef xmlHashUpdateEntry
04338 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
04339 #else
04340 #ifndef xmlHashUpdateEntry
04341 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
04342 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
04343 #endif
04344 #endif
04345 
04346 #ifdef bottom_hash
04347 #undef xmlHashUpdateEntry2
04348 extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2 __attribute((alias("xmlHashUpdateEntry2__internal_alias")));
04349 #else
04350 #ifndef xmlHashUpdateEntry2
04351 extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2__internal_alias __attribute((visibility("hidden")));
04352 #define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
04353 #endif
04354 #endif
04355 
04356 #ifdef bottom_hash
04357 #undef xmlHashUpdateEntry3
04358 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias")));
04359 #else
04360 #ifndef xmlHashUpdateEntry3
04361 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden")));
04362 #define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
04363 #endif
04364 #endif
04365 
04366 #if defined(LIBXML_FTP_ENABLED)
04367 #ifdef bottom_xmlIO
04368 #undef xmlIOFTPClose
04369 extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias")));
04370 #else
04371 #ifndef xmlIOFTPClose
04372 extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden")));
04373 #define xmlIOFTPClose xmlIOFTPClose__internal_alias
04374 #endif
04375 #endif
04376 #endif
04377 
04378 #if defined(LIBXML_FTP_ENABLED)
04379 #ifdef bottom_xmlIO
04380 #undef xmlIOFTPMatch
04381 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
04382 #else
04383 #ifndef xmlIOFTPMatch
04384 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
04385 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
04386 #endif
04387 #endif
04388 #endif
04389 
04390 #if defined(LIBXML_FTP_ENABLED)
04391 #ifdef bottom_xmlIO
04392 #undef xmlIOFTPOpen
04393 extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen __attribute((alias("xmlIOFTPOpen__internal_alias")));
04394 #else
04395 #ifndef xmlIOFTPOpen
04396 extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen__internal_alias __attribute((visibility("hidden")));
04397 #define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
04398 #endif
04399 #endif
04400 #endif
04401 
04402 #if defined(LIBXML_FTP_ENABLED)
04403 #ifdef bottom_xmlIO
04404 #undef xmlIOFTPRead
04405 extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
04406 #else
04407 #ifndef xmlIOFTPRead
04408 extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
04409 #define xmlIOFTPRead xmlIOFTPRead__internal_alias
04410 #endif
04411 #endif
04412 #endif
04413 
04414 #if defined(LIBXML_HTTP_ENABLED)
04415 #ifdef bottom_xmlIO
04416 #undef xmlIOHTTPClose
04417 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
04418 #else
04419 #ifndef xmlIOHTTPClose
04420 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
04421 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
04422 #endif
04423 #endif
04424 #endif
04425 
04426 #if defined(LIBXML_HTTP_ENABLED)
04427 #ifdef bottom_xmlIO
04428 #undef xmlIOHTTPMatch
04429 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
04430 #else
04431 #ifndef xmlIOHTTPMatch
04432 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
04433 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
04434 #endif
04435 #endif
04436 #endif
04437 
04438 #if defined(LIBXML_HTTP_ENABLED)
04439 #ifdef bottom_xmlIO
04440 #undef xmlIOHTTPOpen
04441 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias")));
04442 #else
04443 #ifndef xmlIOHTTPOpen
04444 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden")));
04445 #define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
04446 #endif
04447 #endif
04448 #endif
04449 
04450 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
04451 #ifdef bottom_xmlIO
04452 #undef xmlIOHTTPOpenW
04453 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
04454 #else
04455 #ifndef xmlIOHTTPOpenW
04456 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
04457 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
04458 #endif
04459 #endif
04460 #endif
04461 
04462 #if defined(LIBXML_HTTP_ENABLED)
04463 #ifdef bottom_xmlIO
04464 #undef xmlIOHTTPRead
04465 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
04466 #else
04467 #ifndef xmlIOHTTPRead
04468 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
04469 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
04470 #endif
04471 #endif
04472 #endif
04473 
04474 #if defined(LIBXML_VALID_ENABLED)
04475 #ifdef bottom_parser
04476 #undef xmlIOParseDTD
04477 extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias")));
04478 #else
04479 #ifndef xmlIOParseDTD
04480 extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden")));
04481 #define xmlIOParseDTD xmlIOParseDTD__internal_alias
04482 #endif
04483 #endif
04484 #endif
04485 
04486 #ifdef bottom_encoding
04487 #undef xmlInitCharEncodingHandlers
04488 extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers __attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
04489 #else
04490 #ifndef xmlInitCharEncodingHandlers
04491 extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
04492 #define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
04493 #endif
04494 #endif
04495 
04496 #ifdef bottom_globals
04497 #undef xmlInitGlobals
04498 extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
04499 #else
04500 #ifndef xmlInitGlobals
04501 extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
04502 #define xmlInitGlobals xmlInitGlobals__internal_alias
04503 #endif
04504 #endif
04505 
04506 #ifdef bottom_xmlmemory
04507 #undef xmlInitMemory
04508 extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias")));
04509 #else
04510 #ifndef xmlInitMemory
04511 extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden")));
04512 #define xmlInitMemory xmlInitMemory__internal_alias
04513 #endif
04514 #endif
04515 
04516 #ifdef bottom_parserInternals
04517 #undef xmlInitNodeInfoSeq
04518 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
04519 #else
04520 #ifndef xmlInitNodeInfoSeq
04521 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
04522 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
04523 #endif
04524 #endif
04525 
04526 #ifdef bottom_parser
04527 #undef xmlInitParser
04528 extern __typeof (xmlInitParser) xmlInitParser __attribute((alias("xmlInitParser__internal_alias")));
04529 #else
04530 #ifndef xmlInitParser
04531 extern __typeof (xmlInitParser) xmlInitParser__internal_alias __attribute((visibility("hidden")));
04532 #define xmlInitParser xmlInitParser__internal_alias
04533 #endif
04534 #endif
04535 
04536 #ifdef bottom_parserInternals
04537 #undef xmlInitParserCtxt
04538 extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias")));
04539 #else
04540 #ifndef xmlInitParserCtxt
04541 extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden")));
04542 #define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
04543 #endif
04544 #endif
04545 
04546 #ifdef bottom_threads
04547 #undef xmlInitThreads
04548 extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias")));
04549 #else
04550 #ifndef xmlInitThreads
04551 extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden")));
04552 #define xmlInitThreads xmlInitThreads__internal_alias
04553 #endif
04554 #endif
04555 
04556 #if defined(LIBXML_CATALOG_ENABLED)
04557 #ifdef bottom_catalog
04558 #undef xmlInitializeCatalog
04559 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("xmlInitializeCatalog__internal_alias")));
04560 #else
04561 #ifndef xmlInitializeCatalog
04562 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __attribute((visibility("hidden")));
04563 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
04564 #endif
04565 #endif
04566 #endif
04567 
04568 #ifdef bottom_globals
04569 #undef xmlInitializeGlobalState
04570 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute((alias("xmlInitializeGlobalState__internal_alias")));
04571 #else
04572 #ifndef xmlInitializeGlobalState
04573 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_alias __attribute((visibility("hidden")));
04574 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
04575 #endif
04576 #endif
04577 
04578 #if defined(LIBXML_LEGACY_ENABLED)
04579 #ifdef bottom_legacy
04580 #undef xmlInitializePredefinedEntities
04581 extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities __attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
04582 #else
04583 #ifndef xmlInitializePredefinedEntities
04584 extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities__internal_alias __attribute((visibility("hidden")));
04585 #define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
04586 #endif
04587 #endif
04588 #endif
04589 
04590 #ifdef bottom_chvalid
04591 #undef xmlIsBaseChar
04592 extern __typeof (xmlIsBaseChar) xmlIsBaseChar __attribute((alias("xmlIsBaseChar__internal_alias")));
04593 #else
04594 #ifndef xmlIsBaseChar
04595 extern __typeof (xmlIsBaseChar) xmlIsBaseChar__internal_alias __attribute((visibility("hidden")));
04596 #define xmlIsBaseChar xmlIsBaseChar__internal_alias
04597 #endif
04598 #endif
04599 
04600 #ifdef bottom_chvalid
04601 #undef xmlIsBlank
04602 extern __typeof (xmlIsBlank) xmlIsBlank __attribute((alias("xmlIsBlank__internal_alias")));
04603 #else
04604 #ifndef xmlIsBlank
04605 extern __typeof (xmlIsBlank) xmlIsBlank__internal_alias __attribute((visibility("hidden")));
04606 #define xmlIsBlank xmlIsBlank__internal_alias
04607 #endif
04608 #endif
04609 
04610 #ifdef bottom_tree
04611 #undef xmlIsBlankNode
04612 extern __typeof (xmlIsBlankNode) xmlIsBlankNode __attribute((alias("xmlIsBlankNode__internal_alias")));
04613 #else
04614 #ifndef xmlIsBlankNode
04615 extern __typeof (xmlIsBlankNode) xmlIsBlankNode__internal_alias __attribute((visibility("hidden")));
04616 #define xmlIsBlankNode xmlIsBlankNode__internal_alias
04617 #endif
04618 #endif
04619 
04620 #ifdef bottom_chvalid
04621 #undef xmlIsChar
04622 extern __typeof (xmlIsChar) xmlIsChar __attribute((alias("xmlIsChar__internal_alias")));
04623 #else
04624 #ifndef xmlIsChar
04625 extern __typeof (xmlIsChar) xmlIsChar__internal_alias __attribute((visibility("hidden")));
04626 #define xmlIsChar xmlIsChar__internal_alias
04627 #endif
04628 #endif
04629 
04630 #ifdef bottom_chvalid
04631 #undef xmlIsCombining
04632 extern __typeof (xmlIsCombining) xmlIsCombining __attribute((alias("xmlIsCombining__internal_alias")));
04633 #else
04634 #ifndef xmlIsCombining
04635 extern __typeof (xmlIsCombining) xmlIsCombining__internal_alias __attribute((visibility("hidden")));
04636 #define xmlIsCombining xmlIsCombining__internal_alias
04637 #endif
04638 #endif
04639 
04640 #ifdef bottom_chvalid
04641 #undef xmlIsDigit
04642 extern __typeof (xmlIsDigit) xmlIsDigit __attribute((alias("xmlIsDigit__internal_alias")));
04643 #else
04644 #ifndef xmlIsDigit
04645 extern __typeof (xmlIsDigit) xmlIsDigit__internal_alias __attribute((visibility("hidden")));
04646 #define xmlIsDigit xmlIsDigit__internal_alias
04647 #endif
04648 #endif
04649 
04650 #ifdef bottom_chvalid
04651 #undef xmlIsExtender
04652 extern __typeof (xmlIsExtender) xmlIsExtender __attribute((alias("xmlIsExtender__internal_alias")));
04653 #else
04654 #ifndef xmlIsExtender
04655 extern __typeof (xmlIsExtender) xmlIsExtender__internal_alias __attribute((visibility("hidden")));
04656 #define xmlIsExtender xmlIsExtender__internal_alias
04657 #endif
04658 #endif
04659 
04660 #ifdef bottom_valid
04661 #undef xmlIsID
04662 extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
04663 #else
04664 #ifndef xmlIsID
04665 extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
04666 #define xmlIsID xmlIsID__internal_alias
04667 #endif
04668 #endif
04669 
04670 #ifdef bottom_chvalid
04671 #undef xmlIsIdeographic
04672 extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias")));
04673 #else
04674 #ifndef xmlIsIdeographic
04675 extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden")));
04676 #define xmlIsIdeographic xmlIsIdeographic__internal_alias
04677 #endif
04678 #endif
04679 
04680 #ifdef bottom_parserInternals
04681 #undef xmlIsLetter
04682 extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias")));
04683 #else
04684 #ifndef xmlIsLetter
04685 extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden")));
04686 #define xmlIsLetter xmlIsLetter__internal_alias
04687 #endif
04688 #endif
04689 
04690 #ifdef bottom_threads
04691 #undef xmlIsMainThread
04692 extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias")));
04693 #else
04694 #ifndef xmlIsMainThread
04695 extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden")));
04696 #define xmlIsMainThread xmlIsMainThread__internal_alias
04697 #endif
04698 #endif
04699 
04700 #ifdef bottom_valid
04701 #undef xmlIsMixedElement
04702 extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
04703 #else
04704 #ifndef xmlIsMixedElement
04705 extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
04706 #define xmlIsMixedElement xmlIsMixedElement__internal_alias
04707 #endif
04708 #endif
04709 
04710 #ifdef bottom_chvalid
04711 #undef xmlIsPubidChar
04712 extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
04713 #else
04714 #ifndef xmlIsPubidChar
04715 extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
04716 #define xmlIsPubidChar xmlIsPubidChar__internal_alias
04717 #endif
04718 #endif
04719 
04720 #ifdef bottom_valid
04721 #undef xmlIsRef
04722 extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
04723 #else
04724 #ifndef xmlIsRef
04725 extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
04726 #define xmlIsRef xmlIsRef__internal_alias
04727 #endif
04728 #endif
04729 
04730 #ifdef bottom_xmlsave
04731 #undef xmlIsXHTML
04732 extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
04733 #else
04734 #ifndef xmlIsXHTML
04735 extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
04736 #define xmlIsXHTML xmlIsXHTML__internal_alias
04737 #endif
04738 #endif
04739 
04740 #ifdef bottom_parserInternals
04741 #undef xmlKeepBlanksDefault
04742 extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault __attribute((alias("xmlKeepBlanksDefault__internal_alias")));
04743 #else
04744 #ifndef xmlKeepBlanksDefault
04745 extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault__internal_alias __attribute((visibility("hidden")));
04746 #define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
04747 #endif
04748 #endif
04749 
04750 #ifdef bottom_parserInternals
04751 #undef xmlLineNumbersDefault
04752 extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault __attribute((alias("xmlLineNumbersDefault__internal_alias")));
04753 #else
04754 #ifndef xmlLineNumbersDefault
04755 extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault__internal_alias __attribute((visibility("hidden")));
04756 #define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
04757 #endif
04758 #endif
04759 
04760 #ifdef bottom_list
04761 #undef xmlLinkGetData
04762 extern __typeof (xmlLinkGetData) xmlLinkGetData __attribute((alias("xmlLinkGetData__internal_alias")));
04763 #else
04764 #ifndef xmlLinkGetData
04765 extern __typeof (xmlLinkGetData) xmlLinkGetData__internal_alias __attribute((visibility("hidden")));
04766 #define xmlLinkGetData xmlLinkGetData__internal_alias
04767 #endif
04768 #endif
04769 
04770 #ifdef bottom_list
04771 #undef xmlListAppend
04772 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
04773 #else
04774 #ifndef xmlListAppend
04775 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
04776 #define xmlListAppend xmlListAppend__internal_alias
04777 #endif
04778 #endif
04779 
04780 #ifdef bottom_list
04781 #undef xmlListClear
04782 extern __typeof (xmlListClear) xmlListClear __attribute((alias("xmlListClear__internal_alias")));
04783 #else
04784 #ifndef xmlListClear
04785 extern __typeof (xmlListClear) xmlListClear__internal_alias __attribute((visibility("hidden")));
04786 #define xmlListClear xmlListClear__internal_alias
04787 #endif
04788 #endif
04789 
04790 #ifdef bottom_list
04791 #undef xmlListCopy
04792 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
04793 #else
04794 #ifndef xmlListCopy
04795 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
04796 #define xmlListCopy xmlListCopy__internal_alias
04797 #endif
04798 #endif
04799 
04800 #ifdef bottom_list
04801 #undef xmlListCreate
04802 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
04803 #else
04804 #ifndef xmlListCreate
04805 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
04806 #define xmlListCreate xmlListCreate__internal_alias
04807 #endif
04808 #endif
04809 
04810 #ifdef bottom_list
04811 #undef xmlListDelete
04812 extern __typeof (xmlListDelete) xmlListDelete __attribute((alias("xmlListDelete__internal_alias")));
04813 #else
04814 #ifndef xmlListDelete
04815 extern __typeof (xmlListDelete) xmlListDelete__internal_alias __attribute((visibility("hidden")));
04816 #define xmlListDelete xmlListDelete__internal_alias
04817 #endif
04818 #endif
04819 
04820 #ifdef bottom_list
04821 #undef xmlListDup
04822 extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias")));
04823 #else
04824 #ifndef xmlListDup
04825 extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden")));
04826 #define xmlListDup xmlListDup__internal_alias
04827 #endif
04828 #endif
04829 
04830 #ifdef bottom_list
04831 #undef xmlListEmpty
04832 extern __typeof (xmlListEmpty) xmlListEmpty __attribute((alias("xmlListEmpty__internal_alias")));
04833 #else
04834 #ifndef xmlListEmpty
04835 extern __typeof (xmlListEmpty) xmlListEmpty__internal_alias __attribute((visibility("hidden")));
04836 #define xmlListEmpty xmlListEmpty__internal_alias
04837 #endif
04838 #endif
04839 
04840 #ifdef bottom_list
04841 #undef xmlListEnd
04842 extern __typeof (xmlListEnd) xmlListEnd __attribute((alias("xmlListEnd__internal_alias")));
04843 #else
04844 #ifndef xmlListEnd
04845 extern __typeof (xmlListEnd) xmlListEnd__internal_alias __attribute((visibility("hidden")));
04846 #define xmlListEnd xmlListEnd__internal_alias
04847 #endif
04848 #endif
04849 
04850 #ifdef bottom_list
04851 #undef xmlListFront
04852 extern __typeof (xmlListFront) xmlListFront __attribute((alias("xmlListFront__internal_alias")));
04853 #else
04854 #ifndef xmlListFront
04855 extern __typeof (xmlListFront) xmlListFront__internal_alias __attribute((visibility("hidden")));
04856 #define xmlListFront xmlListFront__internal_alias
04857 #endif
04858 #endif
04859 
04860 #ifdef bottom_list
04861 #undef xmlListInsert
04862 extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias")));
04863 #else
04864 #ifndef xmlListInsert
04865 extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden")));
04866 #define xmlListInsert xmlListInsert__internal_alias
04867 #endif
04868 #endif
04869 
04870 #ifdef bottom_list
04871 #undef xmlListMerge
04872 extern __typeof (xmlListMerge) xmlListMerge __attribute((alias("xmlListMerge__internal_alias")));
04873 #else
04874 #ifndef xmlListMerge
04875 extern __typeof (xmlListMerge) xmlListMerge__internal_alias __attribute((visibility("hidden")));
04876 #define xmlListMerge xmlListMerge__internal_alias
04877 #endif
04878 #endif
04879 
04880 #ifdef bottom_list
04881 #undef xmlListPopBack
04882 extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias")));
04883 #else
04884 #ifndef xmlListPopBack
04885 extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden")));
04886 #define xmlListPopBack xmlListPopBack__internal_alias
04887 #endif
04888 #endif
04889 
04890 #ifdef bottom_list
04891 #undef xmlListPopFront
04892 extern __typeof (xmlListPopFront) xmlListPopFront __attribute((alias("xmlListPopFront__internal_alias")));
04893 #else
04894 #ifndef xmlListPopFront
04895 extern __typeof (xmlListPopFront) xmlListPopFront__internal_alias __attribute((visibility("hidden")));
04896 #define xmlListPopFront xmlListPopFront__internal_alias
04897 #endif
04898 #endif
04899 
04900 #ifdef bottom_list
04901 #undef xmlListPushBack
04902 extern __typeof (xmlListPushBack) xmlListPushBack __attribute((alias("xmlListPushBack__internal_alias")));
04903 #else
04904 #ifndef xmlListPushBack
04905 extern __typeof (xmlListPushBack) xmlListPushBack__internal_alias __attribute((visibility("hidden")));
04906 #define xmlListPushBack xmlListPushBack__internal_alias
04907 #endif
04908 #endif
04909 
04910 #ifdef bottom_list
04911 #undef xmlListPushFront
04912 extern __typeof (xmlListPushFront) xmlListPushFront __attribute((alias("xmlListPushFront__internal_alias")));
04913 #else
04914 #ifndef xmlListPushFront
04915 extern __typeof (xmlListPushFront) xmlListPushFront__internal_alias __attribute((visibility("hidden")));
04916 #define xmlListPushFront xmlListPushFront__internal_alias
04917 #endif
04918 #endif
04919 
04920 #ifdef bottom_list
04921 #undef xmlListRemoveAll
04922 extern __typeof (xmlListRemoveAll) xmlListRemoveAll __attribute((alias("xmlListRemoveAll__internal_alias")));
04923 #else
04924 #ifndef xmlListRemoveAll
04925 extern __typeof (xmlListRemoveAll) xmlListRemoveAll__internal_alias __attribute((visibility("hidden")));
04926 #define xmlListRemoveAll xmlListRemoveAll__internal_alias
04927 #endif
04928 #endif
04929 
04930 #ifdef bottom_list
04931 #undef xmlListRemoveFirst
04932 extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst __attribute((alias("xmlListRemoveFirst__internal_alias")));
04933 #else
04934 #ifndef xmlListRemoveFirst
04935 extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst__internal_alias __attribute((visibility("hidden")));
04936 #define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
04937 #endif
04938 #endif
04939 
04940 #ifdef bottom_list
04941 #undef xmlListRemoveLast
04942 extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias")));
04943 #else
04944 #ifndef xmlListRemoveLast
04945 extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden")));
04946 #define xmlListRemoveLast xmlListRemoveLast__internal_alias
04947 #endif
04948 #endif
04949 
04950 #ifdef bottom_list
04951 #undef xmlListReverse
04952 extern __typeof (xmlListReverse) xmlListReverse __attribute((alias("xmlListReverse__internal_alias")));
04953 #else
04954 #ifndef xmlListReverse
04955 extern __typeof (xmlListReverse) xmlListReverse__internal_alias __attribute((visibility("hidden")));
04956 #define xmlListReverse xmlListReverse__internal_alias
04957 #endif
04958 #endif
04959 
04960 #ifdef bottom_list
04961 #undef xmlListReverseSearch
04962 extern __typeof (xmlListReverseSearch) xmlListReverseSearch __attribute((alias("xmlListReverseSearch__internal_alias")));
04963 #else
04964 #ifndef xmlListReverseSearch
04965 extern __typeof (xmlListReverseSearch) xmlListReverseSearch__internal_alias __attribute((visibility("hidden")));
04966 #define xmlListReverseSearch xmlListReverseSearch__internal_alias
04967 #endif
04968 #endif
04969 
04970 #ifdef bottom_list
04971 #undef xmlListReverseWalk
04972 extern __typeof (xmlListReverseWalk) xmlListReverseWalk __attribute((alias("xmlListReverseWalk__internal_alias")));
04973 #else
04974 #ifndef xmlListReverseWalk
04975 extern __typeof (xmlListReverseWalk) xmlListReverseWalk__internal_alias __attribute((visibility("hidden")));
04976 #define xmlListReverseWalk xmlListReverseWalk__internal_alias
04977 #endif
04978 #endif
04979 
04980 #ifdef bottom_list
04981 #undef xmlListSearch
04982 extern __typeof (xmlListSearch) xmlListSearch __attribute((alias("xmlListSearch__internal_alias")));
04983 #else
04984 #ifndef xmlListSearch
04985 extern __typeof (xmlListSearch) xmlListSearch__internal_alias __attribute((visibility("hidden")));
04986 #define xmlListSearch xmlListSearch__internal_alias
04987 #endif
04988 #endif
04989 
04990 #ifdef bottom_list
04991 #undef xmlListSize
04992 extern __typeof (xmlListSize) xmlListSize __attribute((alias("xmlListSize__internal_alias")));
04993 #else
04994 #ifndef xmlListSize
04995 extern __typeof (xmlListSize) xmlListSize__internal_alias __attribute((visibility("hidden")));
04996 #define xmlListSize xmlListSize__internal_alias
04997 #endif
04998 #endif
04999 
05000 #ifdef bottom_list
05001 #undef xmlListSort
05002 extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
05003 #else
05004 #ifndef xmlListSort
05005 extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
05006 #define xmlListSort xmlListSort__internal_alias
05007 #endif
05008 #endif
05009 
05010 #ifdef bottom_list
05011 #undef xmlListWalk
05012 extern __typeof (xmlListWalk) xmlListWalk __attribute((alias("xmlListWalk__internal_alias")));
05013 #else
05014 #ifndef xmlListWalk
05015 extern __typeof (xmlListWalk) xmlListWalk__internal_alias __attribute((visibility("hidden")));
05016 #define xmlListWalk xmlListWalk__internal_alias
05017 #endif
05018 #endif
05019 
05020 #if defined(LIBXML_CATALOG_ENABLED)
05021 #ifdef bottom_catalog
05022 #undef xmlLoadACatalog
05023 extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias")));
05024 #else
05025 #ifndef xmlLoadACatalog
05026 extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden")));
05027 #define xmlLoadACatalog xmlLoadACatalog__internal_alias
05028 #endif
05029 #endif
05030 #endif
05031 
05032 #if defined(LIBXML_CATALOG_ENABLED)
05033 #ifdef bottom_catalog
05034 #undef xmlLoadCatalog
05035 extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
05036 #else
05037 #ifndef xmlLoadCatalog
05038 extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
05039 #define xmlLoadCatalog xmlLoadCatalog__internal_alias
05040 #endif
05041 #endif
05042 #endif
05043 
05044 #if defined(LIBXML_CATALOG_ENABLED)
05045 #ifdef bottom_catalog
05046 #undef xmlLoadCatalogs
05047 extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs __attribute((alias("xmlLoadCatalogs__internal_alias")));
05048 #else
05049 #ifndef xmlLoadCatalogs
05050 extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs__internal_alias __attribute((visibility("hidden")));
05051 #define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
05052 #endif
05053 #endif
05054 #endif
05055 
05056 #ifdef bottom_xmlIO
05057 #undef xmlLoadExternalEntity
05058 extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity __attribute((alias("xmlLoadExternalEntity__internal_alias")));
05059 #else
05060 #ifndef xmlLoadExternalEntity
05061 extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity__internal_alias __attribute((visibility("hidden")));
05062 #define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
05063 #endif
05064 #endif
05065 
05066 #if defined(LIBXML_CATALOG_ENABLED)
05067 #ifdef bottom_catalog
05068 #undef xmlLoadSGMLSuperCatalog
05069 extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog __attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
05070 #else
05071 #ifndef xmlLoadSGMLSuperCatalog
05072 extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog__internal_alias __attribute((visibility("hidden")));
05073 #define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
05074 #endif
05075 #endif
05076 #endif
05077 
05078 #ifdef bottom_threads
05079 #undef xmlLockLibrary
05080 extern __typeof (xmlLockLibrary) xmlLockLibrary __attribute((alias("xmlLockLibrary__internal_alias")));
05081 #else
05082 #ifndef xmlLockLibrary
05083 extern __typeof (xmlLockLibrary) xmlLockLibrary__internal_alias __attribute((visibility("hidden")));
05084 #define xmlLockLibrary xmlLockLibrary__internal_alias
05085 #endif
05086 #endif
05087 
05088 #if defined(LIBXML_DEBUG_ENABLED)
05089 #ifdef bottom_debugXML
05090 #undef xmlLsCountNode
05091 extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias")));
05092 #else
05093 #ifndef xmlLsCountNode
05094 extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
05095 #define xmlLsCountNode xmlLsCountNode__internal_alias
05096 #endif
05097 #endif
05098 #endif
05099 
05100 #if defined(LIBXML_DEBUG_ENABLED)
05101 #ifdef bottom_debugXML
05102 #undef xmlLsOneNode
05103 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
05104 #else
05105 #ifndef xmlLsOneNode
05106 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
05107 #define xmlLsOneNode xmlLsOneNode__internal_alias
05108 #endif
05109 #endif
05110 #endif
05111 
05112 #ifdef bottom_xmlmemory
05113 #undef xmlMallocAtomicLoc
05114 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
05115 #else
05116 #ifndef xmlMallocAtomicLoc
05117 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
05118 #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
05119 #endif
05120 #endif
05121 
05122 #ifdef bottom_xmlmemory
05123 #undef xmlMallocLoc
05124 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
05125 #else
05126 #ifndef xmlMallocLoc
05127 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
05128 #define xmlMallocLoc xmlMallocLoc__internal_alias
05129 #endif
05130 #endif
05131 
05132 #ifdef bottom_xmlmemory
05133 #undef xmlMemBlocks
05134 extern __typeof (xmlMemBlocks) xmlMemBlocks __attribute((alias("xmlMemBlocks__internal_alias")));
05135 #else
05136 #ifndef xmlMemBlocks
05137 extern __typeof (xmlMemBlocks) xmlMemBlocks__internal_alias __attribute((visibility("hidden")));
05138 #define xmlMemBlocks xmlMemBlocks__internal_alias
05139 #endif
05140 #endif
05141 
05142 #ifdef bottom_xmlmemory
05143 #undef xmlMemDisplay
05144 extern __typeof (xmlMemDisplay) xmlMemDisplay __attribute((alias("xmlMemDisplay__internal_alias")));
05145 #else
05146 #ifndef xmlMemDisplay
05147 extern __typeof (xmlMemDisplay) xmlMemDisplay__internal_alias __attribute((visibility("hidden")));
05148 #define xmlMemDisplay xmlMemDisplay__internal_alias
05149 #endif
05150 #endif
05151 
05152 #ifdef bottom_xmlmemory
05153 #undef xmlMemFree
05154 extern __typeof (xmlMemFree) xmlMemFree __attribute((alias("xmlMemFree__internal_alias")));
05155 #else
05156 #ifndef xmlMemFree
05157 extern __typeof (xmlMemFree) xmlMemFree__internal_alias __attribute((visibility("hidden")));
05158 #define xmlMemFree xmlMemFree__internal_alias
05159 #endif
05160 #endif
05161 
05162 #ifdef bottom_xmlmemory
05163 #undef xmlMemGet
05164 extern __typeof (xmlMemGet) xmlMemGet __attribute((alias("xmlMemGet__internal_alias")));
05165 #else
05166 #ifndef xmlMemGet
05167 extern __typeof (xmlMemGet) xmlMemGet__internal_alias __attribute((visibility("hidden")));
05168 #define xmlMemGet xmlMemGet__internal_alias
05169 #endif
05170 #endif
05171 
05172 #ifdef bottom_xmlmemory
05173 #undef xmlMemMalloc
05174 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
05175 #else
05176 #ifndef xmlMemMalloc
05177 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
05178 #define xmlMemMalloc xmlMemMalloc__internal_alias
05179 #endif
05180 #endif
05181 
05182 #ifdef bottom_xmlmemory
05183 #undef xmlMemRealloc
05184 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
05185 #else
05186 #ifndef xmlMemRealloc
05187 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
05188 #define xmlMemRealloc xmlMemRealloc__internal_alias
05189 #endif
05190 #endif
05191 
05192 #ifdef bottom_xmlmemory
05193 #undef xmlMemSetup
05194 extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
05195 #else
05196 #ifndef xmlMemSetup
05197 extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
05198 #define xmlMemSetup xmlMemSetup__internal_alias
05199 #endif
05200 #endif
05201 
05202 #ifdef bottom_xmlmemory
05203 #undef xmlMemShow
05204 extern __typeof (xmlMemShow) xmlMemShow __attribute((alias("xmlMemShow__internal_alias")));
05205 #else
05206 #ifndef xmlMemShow
05207 extern __typeof (xmlMemShow) xmlMemShow__internal_alias __attribute((visibility("hidden")));
05208 #define xmlMemShow xmlMemShow__internal_alias
05209 #endif
05210 #endif
05211 
05212 #ifdef bottom_xmlmemory
05213 #undef xmlMemStrdupLoc
05214 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
05215 #else
05216 #ifndef xmlMemStrdupLoc
05217 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
05218 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
05219 #endif
05220 #endif
05221 
05222 #ifdef bottom_xmlmemory
05223 #undef xmlMemUsed
05224 extern __typeof (xmlMemUsed) xmlMemUsed __attribute((alias("xmlMemUsed__internal_alias")));
05225 #else
05226 #ifndef xmlMemUsed
05227 extern __typeof (xmlMemUsed) xmlMemUsed__internal_alias __attribute((visibility("hidden")));
05228 #define xmlMemUsed xmlMemUsed__internal_alias
05229 #endif
05230 #endif
05231 
05232 #ifdef bottom_xmlmemory
05233 #undef xmlMemoryDump
05234 extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias")));
05235 #else
05236 #ifndef xmlMemoryDump
05237 extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden")));
05238 #define xmlMemoryDump xmlMemoryDump__internal_alias
05239 #endif
05240 #endif
05241 
05242 #ifdef bottom_xmlmemory
05243 #undef xmlMemoryStrdup
05244 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
05245 #else
05246 #ifndef xmlMemoryStrdup
05247 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
05248 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
05249 #endif
05250 #endif
05251 
05252 #if defined(LIBXML_MODULES_ENABLED)
05253 #ifdef bottom_xmlmodule
05254 #undef xmlModuleClose
05255 extern __typeof (xmlModuleClose) xmlModuleClose __attribute((alias("xmlModuleClose__internal_alias")));
05256 #else
05257 #ifndef xmlModuleClose
05258 extern __typeof (xmlModuleClose) xmlModuleClose__internal_alias __attribute((visibility("hidden")));
05259 #define xmlModuleClose xmlModuleClose__internal_alias
05260 #endif
05261 #endif
05262 #endif
05263 
05264 #if defined(LIBXML_MODULES_ENABLED)
05265 #ifdef bottom_xmlmodule
05266 #undef xmlModuleFree
05267 extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
05268 #else
05269 #ifndef xmlModuleFree
05270 extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
05271 #define xmlModuleFree xmlModuleFree__internal_alias
05272 #endif
05273 #endif
05274 #endif
05275 
05276 #if defined(LIBXML_MODULES_ENABLED)
05277 #ifdef bottom_xmlmodule
05278 #undef xmlModuleOpen
05279 extern __typeof (xmlModuleOpen) xmlModuleOpen __attribute((alias("xmlModuleOpen__internal_alias")));
05280 #else
05281 #ifndef xmlModuleOpen
05282 extern __typeof (xmlModuleOpen) xmlModuleOpen__internal_alias __attribute((visibility("hidden")));
05283 #define xmlModuleOpen xmlModuleOpen__internal_alias
05284 #endif
05285 #endif
05286 #endif
05287 
05288 #if defined(LIBXML_MODULES_ENABLED)
05289 #ifdef bottom_xmlmodule
05290 #undef xmlModuleSymbol
05291 extern __typeof (xmlModuleSymbol) xmlModuleSymbol __attribute((alias("xmlModuleSymbol__internal_alias")));
05292 #else
05293 #ifndef xmlModuleSymbol
05294 extern __typeof (xmlModuleSymbol) xmlModuleSymbol__internal_alias __attribute((visibility("hidden")));
05295 #define xmlModuleSymbol xmlModuleSymbol__internal_alias
05296 #endif
05297 #endif
05298 #endif
05299 
05300 #ifdef bottom_threads
05301 #undef xmlMutexLock
05302 extern __typeof (xmlMutexLock) xmlMutexLock __attribute((alias("xmlMutexLock__internal_alias")));
05303 #else
05304 #ifndef xmlMutexLock
05305 extern __typeof (xmlMutexLock) xmlMutexLock__internal_alias __attribute((visibility("hidden")));
05306 #define xmlMutexLock xmlMutexLock__internal_alias
05307 #endif
05308 #endif
05309 
05310 #ifdef bottom_threads
05311 #undef xmlMutexUnlock
05312 extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias")));
05313 #else
05314 #ifndef xmlMutexUnlock
05315 extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden")));
05316 #define xmlMutexUnlock xmlMutexUnlock__internal_alias
05317 #endif
05318 #endif
05319 
05320 #if defined(LIBXML_LEGACY_ENABLED)
05321 #ifdef bottom_legacy
05322 #undef xmlNamespaceParseNCName
05323 extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName __attribute((alias("xmlNamespaceParseNCName__internal_alias")));
05324 #else
05325 #ifndef xmlNamespaceParseNCName
05326 extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName__internal_alias __attribute((visibility("hidden")));
05327 #define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
05328 #endif
05329 #endif
05330 #endif
05331 
05332 #if defined(LIBXML_LEGACY_ENABLED)
05333 #ifdef bottom_legacy
05334 #undef xmlNamespaceParseNSDef
05335 extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef __attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
05336 #else
05337 #ifndef xmlNamespaceParseNSDef
05338 extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef__internal_alias __attribute((visibility("hidden")));
05339 #define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
05340 #endif
05341 #endif
05342 #endif
05343 
05344 #if defined(LIBXML_LEGACY_ENABLED)
05345 #ifdef bottom_legacy
05346 #undef xmlNamespaceParseQName
05347 extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName __attribute((alias("xmlNamespaceParseQName__internal_alias")));
05348 #else
05349 #ifndef xmlNamespaceParseQName
05350 extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName__internal_alias __attribute((visibility("hidden")));
05351 #define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
05352 #endif
05353 #endif
05354 #endif
05355 
05356 #if defined(LIBXML_FTP_ENABLED)
05357 #ifdef bottom_nanoftp
05358 #undef xmlNanoFTPCheckResponse
05359 extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse __attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
05360 #else
05361 #ifndef xmlNanoFTPCheckResponse
05362 extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse__internal_alias __attribute((visibility("hidden")));
05363 #define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
05364 #endif
05365 #endif
05366 #endif
05367 
05368 #if defined(LIBXML_FTP_ENABLED)
05369 #ifdef bottom_nanoftp
05370 #undef xmlNanoFTPCleanup
05371 extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup __attribute((alias("xmlNanoFTPCleanup__internal_alias")));
05372 #else
05373 #ifndef xmlNanoFTPCleanup
05374 extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup__internal_alias __attribute((visibility("hidden")));
05375 #define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
05376 #endif
05377 #endif
05378 #endif
05379 
05380 #if defined(LIBXML_FTP_ENABLED)
05381 #ifdef bottom_nanoftp
05382 #undef xmlNanoFTPClose
05383 extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose __attribute((alias("xmlNanoFTPClose__internal_alias")));
05384 #else
05385 #ifndef xmlNanoFTPClose
05386 extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose__internal_alias __attribute((visibility("hidden")));
05387 #define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
05388 #endif
05389 #endif
05390 #endif
05391 
05392 #if defined(LIBXML_FTP_ENABLED)
05393 #ifdef bottom_nanoftp
05394 #undef xmlNanoFTPCloseConnection
05395 extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection __attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
05396 #else
05397 #ifndef xmlNanoFTPCloseConnection
05398 extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection__internal_alias __attribute((visibility("hidden")));
05399 #define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
05400 #endif
05401 #endif
05402 #endif
05403 
05404 #if defined(LIBXML_FTP_ENABLED)
05405 #ifdef bottom_nanoftp
05406 #undef xmlNanoFTPConnect
05407 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias")));
05408 #else
05409 #ifndef xmlNanoFTPConnect
05410 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden")));
05411 #define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
05412 #endif
05413 #endif
05414 #endif
05415 
05416 #if defined(LIBXML_FTP_ENABLED)
05417 #ifdef bottom_nanoftp
05418 #undef xmlNanoFTPConnectTo
05419 extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo __attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
05420 #else
05421 #ifndef xmlNanoFTPConnectTo
05422 extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo__internal_alias __attribute((visibility("hidden")));
05423 #define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
05424 #endif
05425 #endif
05426 #endif
05427 
05428 #if defined(LIBXML_FTP_ENABLED)
05429 #ifdef bottom_nanoftp
05430 #undef xmlNanoFTPCwd
05431 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias")));
05432 #else
05433 #ifndef xmlNanoFTPCwd
05434 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden")));
05435 #define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
05436 #endif
05437 #endif
05438 #endif
05439 
05440 #if defined(LIBXML_FTP_ENABLED)
05441 #ifdef bottom_nanoftp
05442 #undef xmlNanoFTPDele
05443 extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele __attribute((alias("xmlNanoFTPDele__internal_alias")));
05444 #else
05445 #ifndef xmlNanoFTPDele
05446 extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele__internal_alias __attribute((visibility("hidden")));
05447 #define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
05448 #endif
05449 #endif
05450 #endif
05451 
05452 #if defined(LIBXML_FTP_ENABLED)
05453 #ifdef bottom_nanoftp
05454 #undef xmlNanoFTPFreeCtxt
05455 extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt __attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
05456 #else
05457 #ifndef xmlNanoFTPFreeCtxt
05458 extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt__internal_alias __attribute((visibility("hidden")));
05459 #define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
05460 #endif
05461 #endif
05462 #endif
05463 
05464 #if defined(LIBXML_FTP_ENABLED)
05465 #ifdef bottom_nanoftp
05466 #undef xmlNanoFTPGet
05467 extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet __attribute((alias("xmlNanoFTPGet__internal_alias")));
05468 #else
05469 #ifndef xmlNanoFTPGet
05470 extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet__internal_alias __attribute((visibility("hidden")));
05471 #define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
05472 #endif
05473 #endif
05474 #endif
05475 
05476 #if defined(LIBXML_FTP_ENABLED)
05477 #ifdef bottom_nanoftp
05478 #undef xmlNanoFTPGetConnection
05479 extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection __attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
05480 #else
05481 #ifndef xmlNanoFTPGetConnection
05482 extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection__internal_alias __attribute((visibility("hidden")));
05483 #define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
05484 #endif
05485 #endif
05486 #endif
05487 
05488 #if defined(LIBXML_FTP_ENABLED)
05489 #ifdef bottom_nanoftp
05490 #undef xmlNanoFTPGetResponse
05491 extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse __attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
05492 #else
05493 #ifndef xmlNanoFTPGetResponse
05494 extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse__internal_alias __attribute((visibility("hidden")));
05495 #define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
05496 #endif
05497 #endif
05498 #endif
05499 
05500 #if defined(LIBXML_FTP_ENABLED)
05501 #ifdef bottom_nanoftp
05502 #undef xmlNanoFTPGetSocket
05503 extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket __attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
05504 #else
05505 #ifndef xmlNanoFTPGetSocket
05506 extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket__internal_alias __attribute((visibility("hidden")));
05507 #define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
05508 #endif
05509 #endif
05510 #endif
05511 
05512 #if defined(LIBXML_FTP_ENABLED)
05513 #ifdef bottom_nanoftp
05514 #undef xmlNanoFTPInit
05515 extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit __attribute((alias("xmlNanoFTPInit__internal_alias")));
05516 #else
05517 #ifndef xmlNanoFTPInit
05518 extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit__internal_alias __attribute((visibility("hidden")));
05519 #define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
05520 #endif
05521 #endif
05522 #endif
05523 
05524 #if defined(LIBXML_FTP_ENABLED)
05525 #ifdef bottom_nanoftp
05526 #undef xmlNanoFTPList
05527 extern __typeof (xmlNanoFTPList) xmlNanoFTPList __attribute((alias("xmlNanoFTPList__internal_alias")));
05528 #else
05529 #ifndef xmlNanoFTPList
05530 extern __typeof (xmlNanoFTPList) xmlNanoFTPList__internal_alias __attribute((visibility("hidden")));
05531 #define xmlNanoFTPList xmlNanoFTPList__internal_alias
05532 #endif
05533 #endif
05534 #endif
05535 
05536 #if defined(LIBXML_FTP_ENABLED)
05537 #ifdef bottom_nanoftp
05538 #undef xmlNanoFTPNewCtxt
05539 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
05540 #else
05541 #ifndef xmlNanoFTPNewCtxt
05542 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden")));
05543 #define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
05544 #endif
05545 #endif
05546 #endif
05547 
05548 #if defined(LIBXML_FTP_ENABLED)
05549 #ifdef bottom_nanoftp
05550 #undef xmlNanoFTPOpen
05551 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias")));
05552 #else
05553 #ifndef xmlNanoFTPOpen
05554 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden")));
05555 #define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
05556 #endif
05557 #endif
05558 #endif
05559 
05560 #if defined(LIBXML_FTP_ENABLED)
05561 #ifdef bottom_nanoftp
05562 #undef xmlNanoFTPProxy
05563 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias")));
05564 #else
05565 #ifndef xmlNanoFTPProxy
05566 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden")));
05567 #define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
05568 #endif
05569 #endif
05570 #endif
05571 
05572 #if defined(LIBXML_FTP_ENABLED)
05573 #ifdef bottom_nanoftp
05574 #undef xmlNanoFTPQuit
05575 extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit __attribute((alias("xmlNanoFTPQuit__internal_alias")));
05576 #else
05577 #ifndef xmlNanoFTPQuit
05578 extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit__internal_alias __attribute((visibility("hidden")));
05579 #define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
05580 #endif
05581 #endif
05582 #endif
05583 
05584 #if defined(LIBXML_FTP_ENABLED)
05585 #ifdef bottom_nanoftp
05586 #undef xmlNanoFTPRead
05587 extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead __attribute((alias("xmlNanoFTPRead__internal_alias")));
05588 #else
05589 #ifndef xmlNanoFTPRead
05590 extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead__internal_alias __attribute((visibility("hidden")));
05591 #define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
05592 #endif
05593 #endif
05594 #endif
05595 
05596 #if defined(LIBXML_FTP_ENABLED)
05597 #ifdef bottom_nanoftp
05598 #undef xmlNanoFTPScanProxy
05599 extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy __attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
05600 #else
05601 #ifndef xmlNanoFTPScanProxy
05602 extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy__internal_alias __attribute((visibility("hidden")));
05603 #define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
05604 #endif
05605 #endif
05606 #endif
05607 
05608 #if defined(LIBXML_FTP_ENABLED)
05609 #ifdef bottom_nanoftp
05610 #undef xmlNanoFTPUpdateURL
05611 extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL __attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
05612 #else
05613 #ifndef xmlNanoFTPUpdateURL
05614 extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL__internal_alias __attribute((visibility("hidden")));
05615 #define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
05616 #endif
05617 #endif
05618 #endif
05619 
05620 #if defined(LIBXML_HTTP_ENABLED)
05621 #ifdef bottom_nanohttp
05622 #undef xmlNanoHTTPAuthHeader
05623 extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader __attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
05624 #else
05625 #ifndef xmlNanoHTTPAuthHeader
05626 extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader__internal_alias __attribute((visibility("hidden")));
05627 #define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
05628 #endif
05629 #endif
05630 #endif
05631 
05632 #if defined(LIBXML_HTTP_ENABLED)
05633 #ifdef bottom_nanohttp
05634 #undef xmlNanoHTTPCleanup
05635 extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup __attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
05636 #else
05637 #ifndef xmlNanoHTTPCleanup
05638 extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup__internal_alias __attribute((visibility("hidden")));
05639 #define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
05640 #endif
05641 #endif
05642 #endif
05643 
05644 #if defined(LIBXML_HTTP_ENABLED)
05645 #ifdef bottom_nanohttp
05646 #undef xmlNanoHTTPClose
05647 extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose __attribute((alias("xmlNanoHTTPClose__internal_alias")));
05648 #else
05649 #ifndef xmlNanoHTTPClose
05650 extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose__internal_alias __attribute((visibility("hidden")));
05651 #define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
05652 #endif
05653 #endif
05654 #endif
05655 
05656 #if defined(LIBXML_HTTP_ENABLED)
05657 #ifdef bottom_nanohttp
05658 #undef xmlNanoHTTPContentLength
05659 extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength __attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
05660 #else
05661 #ifndef xmlNanoHTTPContentLength
05662 extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength__internal_alias __attribute((visibility("hidden")));
05663 #define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
05664 #endif
05665 #endif
05666 #endif
05667 
05668 #if defined(LIBXML_HTTP_ENABLED)
05669 #ifdef bottom_nanohttp
05670 #undef xmlNanoHTTPEncoding
05671 extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding __attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
05672 #else
05673 #ifndef xmlNanoHTTPEncoding
05674 extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding__internal_alias __attribute((visibility("hidden")));
05675 #define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
05676 #endif
05677 #endif
05678 #endif
05679 
05680 #if defined(LIBXML_HTTP_ENABLED)
05681 #ifdef bottom_nanohttp
05682 #undef xmlNanoHTTPFetch
05683 extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias")));
05684 #else
05685 #ifndef xmlNanoHTTPFetch
05686 extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden")));
05687 #define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
05688 #endif
05689 #endif
05690 #endif
05691 
05692 #if defined(LIBXML_HTTP_ENABLED)
05693 #ifdef bottom_nanohttp
05694 #undef xmlNanoHTTPInit
05695 extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit __attribute((alias("xmlNanoHTTPInit__internal_alias")));
05696 #else
05697 #ifndef xmlNanoHTTPInit
05698 extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit__internal_alias __attribute((visibility("hidden")));
05699 #define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
05700 #endif
05701 #endif
05702 #endif
05703 
05704 #if defined(LIBXML_HTTP_ENABLED)
05705 #ifdef bottom_nanohttp
05706 #undef xmlNanoHTTPMethod
05707 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias")));
05708 #else
05709 #ifndef xmlNanoHTTPMethod
05710 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden")));
05711 #define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
05712 #endif
05713 #endif
05714 #endif
05715 
05716 #if defined(LIBXML_HTTP_ENABLED)
05717 #ifdef bottom_nanohttp
05718 #undef xmlNanoHTTPMethodRedir
05719 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
05720 #else
05721 #ifndef xmlNanoHTTPMethodRedir
05722 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
05723 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
05724 #endif
05725 #endif
05726 #endif
05727 
05728 #if defined(LIBXML_HTTP_ENABLED)
05729 #ifdef bottom_nanohttp
05730 #undef xmlNanoHTTPMimeType
05731 extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType __attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
05732 #else
05733 #ifndef xmlNanoHTTPMimeType
05734 extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType__internal_alias __attribute((visibility("hidden")));
05735 #define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
05736 #endif
05737 #endif
05738 #endif
05739 
05740 #if defined(LIBXML_HTTP_ENABLED)
05741 #ifdef bottom_nanohttp
05742 #undef xmlNanoHTTPOpen
05743 extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias")));
05744 #else
05745 #ifndef xmlNanoHTTPOpen
05746 extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden")));
05747 #define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
05748 #endif
05749 #endif
05750 #endif
05751 
05752 #if defined(LIBXML_HTTP_ENABLED)
05753 #ifdef bottom_nanohttp
05754 #undef xmlNanoHTTPOpenRedir
05755 extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir __attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
05756 #else
05757 #ifndef xmlNanoHTTPOpenRedir
05758 extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir__internal_alias __attribute((visibility("hidden")));
05759 #define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
05760 #endif
05761 #endif
05762 #endif
05763 
05764 #if defined(LIBXML_HTTP_ENABLED)
05765 #ifdef bottom_nanohttp
05766 #undef xmlNanoHTTPRead
05767 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
05768 #else
05769 #ifndef xmlNanoHTTPRead
05770 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
05771 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
05772 #endif
05773 #endif
05774 #endif
05775 
05776 #if defined(LIBXML_HTTP_ENABLED)
05777 #ifdef bottom_nanohttp
05778 #undef xmlNanoHTTPRedir
05779 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_alias")));
05780 #else
05781 #ifndef xmlNanoHTTPRedir
05782 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden")));
05783 #define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
05784 #endif
05785 #endif
05786 #endif
05787 
05788 #if defined(LIBXML_HTTP_ENABLED)
05789 #ifdef bottom_nanohttp
05790 #undef xmlNanoHTTPReturnCode
05791 extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode __attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
05792 #else
05793 #ifndef xmlNanoHTTPReturnCode
05794 extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode__internal_alias __attribute((visibility("hidden")));
05795 #define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
05796 #endif
05797 #endif
05798 #endif
05799 
05800 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
05801 #ifdef bottom_nanohttp
05802 #undef xmlNanoHTTPSave
05803 extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave __attribute((alias("xmlNanoHTTPSave__internal_alias")));
05804 #else
05805 #ifndef xmlNanoHTTPSave
05806 extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave__internal_alias __attribute((visibility("hidden")));
05807 #define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
05808 #endif
05809 #endif
05810 #endif
05811 
05812 #if defined(LIBXML_HTTP_ENABLED)
05813 #ifdef bottom_nanohttp
05814 #undef xmlNanoHTTPScanProxy
05815 extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy __attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
05816 #else
05817 #ifndef xmlNanoHTTPScanProxy
05818 extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy__internal_alias __attribute((visibility("hidden")));
05819 #define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
05820 #endif
05821 #endif
05822 #endif
05823 
05824 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
05825 #ifdef bottom_xmlregexp
05826 #undef xmlNewAutomata
05827 extern __typeof (xmlNewAutomata) xmlNewAutomata __attribute((alias("xmlNewAutomata__internal_alias")));
05828 #else
05829 #ifndef xmlNewAutomata
05830 extern __typeof (xmlNewAutomata) xmlNewAutomata__internal_alias __attribute((visibility("hidden")));
05831 #define xmlNewAutomata xmlNewAutomata__internal_alias
05832 #endif
05833 #endif
05834 #endif
05835 
05836 #ifdef bottom_tree
05837 #undef xmlNewCDataBlock
05838 extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock __attribute((alias("xmlNewCDataBlock__internal_alias")));
05839 #else
05840 #ifndef xmlNewCDataBlock
05841 extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock__internal_alias __attribute((visibility("hidden")));
05842 #define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
05843 #endif
05844 #endif
05845 
05846 #if defined(LIBXML_CATALOG_ENABLED)
05847 #ifdef bottom_catalog
05848 #undef xmlNewCatalog
05849 extern __typeof (xmlNewCatalog) xmlNewCatalog __attribute((alias("xmlNewCatalog__internal_alias")));
05850 #else
05851 #ifndef xmlNewCatalog
05852 extern __typeof (xmlNewCatalog) xmlNewCatalog__internal_alias __attribute((visibility("hidden")));
05853 #define xmlNewCatalog xmlNewCatalog__internal_alias
05854 #endif
05855 #endif
05856 #endif
05857 
05858 #ifdef bottom_encoding
05859 #undef xmlNewCharEncodingHandler
05860 extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler __attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
05861 #else
05862 #ifndef xmlNewCharEncodingHandler
05863 extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
05864 #define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
05865 #endif
05866 #endif
05867 
05868 #ifdef bottom_tree
05869 #undef xmlNewCharRef
05870 extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
05871 #else
05872 #ifndef xmlNewCharRef
05873 extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
05874 #define xmlNewCharRef xmlNewCharRef__internal_alias
05875 #endif
05876 #endif
05877 
05878 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
05879 #ifdef bottom_tree
05880 #undef xmlNewChild
05881 extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
05882 #else
05883 #ifndef xmlNewChild
05884 extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
05885 #define xmlNewChild xmlNewChild__internal_alias
05886 #endif
05887 #endif
05888 #endif
05889 
05890 #ifdef bottom_tree
05891 #undef xmlNewComment
05892 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
05893 #else
05894 #ifndef xmlNewComment
05895 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
05896 #define xmlNewComment xmlNewComment__internal_alias
05897 #endif
05898 #endif
05899 
05900 #ifdef bottom_tree
05901 #undef xmlNewDoc
05902 extern __typeof (xmlNewDoc) xmlNewDoc __attribute((alias("xmlNewDoc__internal_alias")));
05903 #else
05904 #ifndef xmlNewDoc
05905 extern __typeof (xmlNewDoc) xmlNewDoc__internal_alias __attribute((visibility("hidden")));
05906 #define xmlNewDoc xmlNewDoc__internal_alias
05907 #endif
05908 #endif
05909 
05910 #ifdef bottom_tree
05911 #undef xmlNewDocComment
05912 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
05913 #else
05914 #ifndef xmlNewDocComment
05915 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
05916 #define xmlNewDocComment xmlNewDocComment__internal_alias
05917 #endif
05918 #endif
05919 
05920 #ifdef bottom_valid
05921 #undef xmlNewDocElementContent
05922 extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent __attribute((alias("xmlNewDocElementContent__internal_alias")));
05923 #else
05924 #ifndef xmlNewDocElementContent
05925 extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent__internal_alias __attribute((visibility("hidden")));
05926 #define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
05927 #endif
05928 #endif
05929 
05930 #if defined(LIBXML_TREE_ENABLED)
05931 #ifdef bottom_tree
05932 #undef xmlNewDocFragment
05933 extern __typeof (xmlNewDocFragment) xmlNewDocFragment __attribute((alias("xmlNewDocFragment__internal_alias")));
05934 #else
05935 #ifndef xmlNewDocFragment
05936 extern __typeof (xmlNewDocFragment) xmlNewDocFragment__internal_alias __attribute((visibility("hidden")));
05937 #define xmlNewDocFragment xmlNewDocFragment__internal_alias
05938 #endif
05939 #endif
05940 #endif
05941 
05942 #ifdef bottom_tree
05943 #undef xmlNewDocNode
05944 extern __typeof (xmlNewDocNode) xmlNewDocNode __attribute((alias("xmlNewDocNode__internal_alias")));
05945 #else
05946 #ifndef xmlNewDocNode
05947 extern __typeof (xmlNewDocNode) xmlNewDocNode__internal_alias __attribute((visibility("hidden")));
05948 #define xmlNewDocNode xmlNewDocNode__internal_alias
05949 #endif
05950 #endif
05951 
05952 #ifdef bottom_tree
05953 #undef xmlNewDocNodeEatName
05954 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias")));
05955 #else
05956 #ifndef xmlNewDocNodeEatName
05957 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden")));
05958 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
05959 #endif
05960 #endif
05961 
05962 #ifdef bottom_tree
05963 #undef xmlNewDocPI
05964 extern __typeof (xmlNewDocPI) xmlNewDocPI __attribute((alias("xmlNewDocPI__internal_alias")));
05965 #else
05966 #ifndef xmlNewDocPI
05967 extern __typeof (xmlNewDocPI) xmlNewDocPI__internal_alias __attribute((visibility("hidden")));
05968 #define xmlNewDocPI xmlNewDocPI__internal_alias
05969 #endif
05970 #endif
05971 
05972 #ifdef bottom_tree
05973 #undef xmlNewDocProp
05974 extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias")));
05975 #else
05976 #ifndef xmlNewDocProp
05977 extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden")));
05978 #define xmlNewDocProp xmlNewDocProp__internal_alias
05979 #endif
05980 #endif
05981 
05982 #if defined(LIBXML_TREE_ENABLED)
05983 #ifdef bottom_tree
05984 #undef xmlNewDocRawNode
05985 extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode __attribute((alias("xmlNewDocRawNode__internal_alias")));
05986 #else
05987 #ifndef xmlNewDocRawNode
05988 extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode__internal_alias __attribute((visibility("hidden")));
05989 #define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
05990 #endif
05991 #endif
05992 #endif
05993 
05994 #ifdef bottom_tree
05995 #undef xmlNewDocText
05996 extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias")));
05997 #else
05998 #ifndef xmlNewDocText
05999 extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden")));
06000 #define xmlNewDocText xmlNewDocText__internal_alias
06001 #endif
06002 #endif
06003 
06004 #ifdef bottom_tree
06005 #undef xmlNewDocTextLen
06006 extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen __attribute((alias("xmlNewDocTextLen__internal_alias")));
06007 #else
06008 #ifndef xmlNewDocTextLen
06009 extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen__internal_alias __attribute((visibility("hidden")));
06010 #define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
06011 #endif
06012 #endif
06013 
06014 #ifdef bottom_tree
06015 #undef xmlNewDtd
06016 extern __typeof (xmlNewDtd) xmlNewDtd __attribute((alias("xmlNewDtd__internal_alias")));
06017 #else
06018 #ifndef xmlNewDtd
06019 extern __typeof (xmlNewDtd) xmlNewDtd__internal_alias __attribute((visibility("hidden")));
06020 #define xmlNewDtd xmlNewDtd__internal_alias
06021 #endif
06022 #endif
06023 
06024 #ifdef bottom_valid
06025 #undef xmlNewElementContent
06026 extern __typeof (xmlNewElementContent) xmlNewElementContent __attribute((alias("xmlNewElementContent__internal_alias")));
06027 #else
06028 #ifndef xmlNewElementContent
06029 extern __typeof (xmlNewElementContent) xmlNewElementContent__internal_alias __attribute((visibility("hidden")));
06030 #define xmlNewElementContent xmlNewElementContent__internal_alias
06031 #endif
06032 #endif
06033 
06034 #ifdef bottom_parserInternals
06035 #undef xmlNewEntityInputStream
06036 extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream __attribute((alias("xmlNewEntityInputStream__internal_alias")));
06037 #else
06038 #ifndef xmlNewEntityInputStream
06039 extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream__internal_alias __attribute((visibility("hidden")));
06040 #define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
06041 #endif
06042 #endif
06043 
06044 #if defined(LIBXML_LEGACY_ENABLED)
06045 #ifdef bottom_legacy
06046 #undef xmlNewGlobalNs
06047 extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs __attribute((alias("xmlNewGlobalNs__internal_alias")));
06048 #else
06049 #ifndef xmlNewGlobalNs
06050 extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs__internal_alias __attribute((visibility("hidden")));
06051 #define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
06052 #endif
06053 #endif
06054 #endif
06055 
06056 #ifdef bottom_parserInternals
06057 #undef xmlNewIOInputStream
06058 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__internal_alias")));
06059 #else
06060 #ifndef xmlNewIOInputStream
06061 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("hidden")));
06062 #define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
06063 #endif
06064 #endif
06065 
06066 #ifdef bottom_parserInternals
06067 #undef xmlNewInputFromFile
06068 extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile __attribute((alias("xmlNewInputFromFile__internal_alias")));
06069 #else
06070 #ifndef xmlNewInputFromFile
06071 extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile__internal_alias __attribute((visibility("hidden")));
06072 #define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
06073 #endif
06074 #endif
06075 
06076 #ifdef bottom_parserInternals
06077 #undef xmlNewInputStream
06078 extern __typeof (xmlNewInputStream) xmlNewInputStream __attribute((alias("xmlNewInputStream__internal_alias")));
06079 #else
06080 #ifndef xmlNewInputStream
06081 extern __typeof (xmlNewInputStream) xmlNewInputStream__internal_alias __attribute((visibility("hidden")));
06082 #define xmlNewInputStream xmlNewInputStream__internal_alias
06083 #endif
06084 #endif
06085 
06086 #ifdef bottom_threads
06087 #undef xmlNewMutex
06088 extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias")));
06089 #else
06090 #ifndef xmlNewMutex
06091 extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden")));
06092 #define xmlNewMutex xmlNewMutex__internal_alias
06093 #endif
06094 #endif
06095 
06096 #ifdef bottom_tree
06097 #undef xmlNewNode
06098 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
06099 #else
06100 #ifndef xmlNewNode
06101 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
06102 #define xmlNewNode xmlNewNode__internal_alias
06103 #endif
06104 #endif
06105 
06106 #ifdef bottom_tree
06107 #undef xmlNewNodeEatName
06108 extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName __attribute((alias("xmlNewNodeEatName__internal_alias")));
06109 #else
06110 #ifndef xmlNewNodeEatName
06111 extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName__internal_alias __attribute((visibility("hidden")));
06112 #define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
06113 #endif
06114 #endif
06115 
06116 #ifdef bottom_tree
06117 #undef xmlNewNs
06118 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
06119 #else
06120 #ifndef xmlNewNs
06121 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
06122 #define xmlNewNs xmlNewNs__internal_alias
06123 #endif
06124 #endif
06125 
06126 #ifdef bottom_tree
06127 #undef xmlNewNsProp
06128 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
06129 #else
06130 #ifndef xmlNewNsProp
06131 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
06132 #define xmlNewNsProp xmlNewNsProp__internal_alias
06133 #endif
06134 #endif
06135 
06136 #ifdef bottom_tree
06137 #undef xmlNewNsPropEatName
06138 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
06139 #else
06140 #ifndef xmlNewNsPropEatName
06141 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
06142 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
06143 #endif
06144 #endif
06145 
06146 #ifdef bottom_tree
06147 #undef xmlNewPI
06148 extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
06149 #else
06150 #ifndef xmlNewPI
06151 extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
06152 #define xmlNewPI xmlNewPI__internal_alias
06153 #endif
06154 #endif
06155 
06156 #ifdef bottom_parserInternals
06157 #undef xmlNewParserCtxt
06158 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
06159 #else
06160 #ifndef xmlNewParserCtxt
06161 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
06162 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
06163 #endif
06164 #endif
06165 
06166 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
06167 #ifdef bottom_tree
06168 #undef xmlNewProp
06169 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
06170 #else
06171 #ifndef xmlNewProp
06172 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
06173 #define xmlNewProp xmlNewProp__internal_alias
06174 #endif
06175 #endif
06176 #endif
06177 
06178 #ifdef bottom_threads
06179 #undef xmlNewRMutex
06180 extern __typeof (xmlNewRMutex) xmlNewRMutex __attribute((alias("xmlNewRMutex__internal_alias")));
06181 #else
06182 #ifndef xmlNewRMutex
06183 extern __typeof (xmlNewRMutex) xmlNewRMutex__internal_alias __attribute((visibility("hidden")));
06184 #define xmlNewRMutex xmlNewRMutex__internal_alias
06185 #endif
06186 #endif
06187 
06188 #ifdef bottom_tree
06189 #undef xmlNewReference
06190 extern __typeof (xmlNewReference) xmlNewReference __attribute((alias("xmlNewReference__internal_alias")));
06191 #else
06192 #ifndef xmlNewReference
06193 extern __typeof (xmlNewReference) xmlNewReference__internal_alias __attribute((visibility("hidden")));
06194 #define xmlNewReference xmlNewReference__internal_alias
06195 #endif
06196 #endif
06197 
06198 #ifdef bottom_parserInternals
06199 #undef xmlNewStringInputStream
06200 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringInputStream__internal_alias")));
06201 #else
06202 #ifndef xmlNewStringInputStream
06203 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visibility("hidden")));
06204 #define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
06205 #endif
06206 #endif
06207 
06208 #ifdef bottom_tree
06209 #undef xmlNewText
06210 extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
06211 #else
06212 #ifndef xmlNewText
06213 extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
06214 #define xmlNewText xmlNewText__internal_alias
06215 #endif
06216 #endif
06217 
06218 #if defined(LIBXML_TREE_ENABLED)
06219 #ifdef bottom_tree
06220 #undef xmlNewTextChild
06221 extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
06222 #else
06223 #ifndef xmlNewTextChild
06224 extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
06225 #define xmlNewTextChild xmlNewTextChild__internal_alias
06226 #endif
06227 #endif
06228 #endif
06229 
06230 #ifdef bottom_tree
06231 #undef xmlNewTextLen
06232 extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias")));
06233 #else
06234 #ifndef xmlNewTextLen
06235 extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden")));
06236 #define xmlNewTextLen xmlNewTextLen__internal_alias
06237 #endif
06238 #endif
06239 
06240 #if defined(LIBXML_READER_ENABLED)
06241 #ifdef bottom_xmlreader
06242 #undef xmlNewTextReader
06243 extern __typeof (xmlNewTextReader) xmlNewTextReader __attribute((alias("xmlNewTextReader__internal_alias")));
06244 #else
06245 #ifndef xmlNewTextReader
06246 extern __typeof (xmlNewTextReader) xmlNewTextReader__internal_alias __attribute((visibility("hidden")));
06247 #define xmlNewTextReader xmlNewTextReader__internal_alias
06248 #endif
06249 #endif
06250 #endif
06251 
06252 #if defined(LIBXML_READER_ENABLED)
06253 #ifdef bottom_xmlreader
06254 #undef xmlNewTextReaderFilename
06255 extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename __attribute((alias("xmlNewTextReaderFilename__internal_alias")));
06256 #else
06257 #ifndef xmlNewTextReaderFilename
06258 extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename__internal_alias __attribute((visibility("hidden")));
06259 #define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
06260 #endif
06261 #endif
06262 #endif
06263 
06264 #if defined(LIBXML_WRITER_ENABLED)
06265 #ifdef bottom_xmlwriter
06266 #undef xmlNewTextWriter
06267 extern __typeof (xmlNewTextWriter) xmlNewTextWriter __attribute((alias("xmlNewTextWriter__internal_alias")));
06268 #else
06269 #ifndef xmlNewTextWriter
06270 extern __typeof (xmlNewTextWriter) xmlNewTextWriter__internal_alias __attribute((visibility("hidden")));
06271 #define xmlNewTextWriter xmlNewTextWriter__internal_alias
06272 #endif
06273 #endif
06274 #endif
06275 
06276 #if defined(LIBXML_WRITER_ENABLED)
06277 #ifdef bottom_xmlwriter
06278 #undef xmlNewTextWriterDoc
06279 extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc __attribute((alias("xmlNewTextWriterDoc__internal_alias")));
06280 #else
06281 #ifndef xmlNewTextWriterDoc
06282 extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc__internal_alias __attribute((visibility("hidden")));
06283 #define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
06284 #endif
06285 #endif
06286 #endif
06287 
06288 #if defined(LIBXML_WRITER_ENABLED)
06289 #ifdef bottom_xmlwriter
06290 #undef xmlNewTextWriterFilename
06291 extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename __attribute((alias("xmlNewTextWriterFilename__internal_alias")));
06292 #else
06293 #ifndef xmlNewTextWriterFilename
06294 extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename__internal_alias __attribute((visibility("hidden")));
06295 #define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
06296 #endif
06297 #endif
06298 #endif
06299 
06300 #if defined(LIBXML_WRITER_ENABLED)
06301 #ifdef bottom_xmlwriter
06302 #undef xmlNewTextWriterMemory
06303 extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory __attribute((alias("xmlNewTextWriterMemory__internal_alias")));
06304 #else
06305 #ifndef xmlNewTextWriterMemory
06306 extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory__internal_alias __attribute((visibility("hidden")));
06307 #define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
06308 #endif
06309 #endif
06310 #endif
06311 
06312 #if defined(LIBXML_WRITER_ENABLED)
06313 #ifdef bottom_xmlwriter
06314 #undef xmlNewTextWriterPushParser
06315 extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser __attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
06316 #else
06317 #ifndef xmlNewTextWriterPushParser
06318 extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser__internal_alias __attribute((visibility("hidden")));
06319 #define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
06320 #endif
06321 #endif
06322 #endif
06323 
06324 #if defined(LIBXML_WRITER_ENABLED)
06325 #ifdef bottom_xmlwriter
06326 #undef xmlNewTextWriterTree
06327 extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree __attribute((alias("xmlNewTextWriterTree__internal_alias")));
06328 #else
06329 #ifndef xmlNewTextWriterTree
06330 extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree__internal_alias __attribute((visibility("hidden")));
06331 #define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
06332 #endif
06333 #endif
06334 #endif
06335 
06336 #if defined(LIBXML_VALID_ENABLED)
06337 #ifdef bottom_valid
06338 #undef xmlNewValidCtxt
06339 extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt __attribute((alias("xmlNewValidCtxt__internal_alias")));
06340 #else
06341 #ifndef xmlNewValidCtxt
06342 extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt__internal_alias __attribute((visibility("hidden")));
06343 #define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
06344 #endif
06345 #endif
06346 #endif
06347 
06348 #ifdef bottom_parserInternals
06349 #undef xmlNextChar
06350 extern __typeof (xmlNextChar) xmlNextChar __attribute((alias("xmlNextChar__internal_alias")));
06351 #else
06352 #ifndef xmlNextChar
06353 extern __typeof (xmlNextChar) xmlNextChar__internal_alias __attribute((visibility("hidden")));
06354 #define xmlNextChar xmlNextChar__internal_alias
06355 #endif
06356 #endif
06357 
06358 #ifdef bottom_xmlIO
06359 #undef xmlNoNetExternalEntityLoader
06360 extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader __attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
06361 #else
06362 #ifndef xmlNoNetExternalEntityLoader
06363 extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
06364 #define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
06365 #endif
06366 #endif
06367 
06368 #ifdef bottom_tree
06369 #undef xmlNodeAddContent
06370 extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias")));
06371 #else
06372 #ifndef xmlNodeAddContent
06373 extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden")));
06374 #define xmlNodeAddContent xmlNodeAddContent__internal_alias
06375 #endif
06376 #endif
06377 
06378 #ifdef bottom_tree
06379 #undef xmlNodeAddContentLen
06380 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
06381 #else
06382 #ifndef xmlNodeAddContentLen
06383 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
06384 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
06385 #endif
06386 #endif
06387 
06388 #ifdef bottom_tree
06389 #undef xmlNodeBufGetContent
06390 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias")));
06391 #else
06392 #ifndef xmlNodeBufGetContent
06393 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden")));
06394 #define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
06395 #endif
06396 #endif
06397 
06398 #if defined(LIBXML_OUTPUT_ENABLED)
06399 #ifdef bottom_xmlsave
06400 #undef xmlNodeDump
06401 extern __typeof (xmlNodeDump) xmlNodeDump __attribute((alias("xmlNodeDump__internal_alias")));
06402 #else
06403 #ifndef xmlNodeDump
06404 extern __typeof (xmlNodeDump) xmlNodeDump__internal_alias __attribute((visibility("hidden")));
06405 #define xmlNodeDump xmlNodeDump__internal_alias
06406 #endif
06407 #endif
06408 #endif
06409 
06410 #if defined(LIBXML_OUTPUT_ENABLED)
06411 #ifdef bottom_xmlsave
06412 #undef xmlNodeDumpOutput
06413 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
06414 #else
06415 #ifndef xmlNodeDumpOutput
06416 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
06417 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
06418 #endif
06419 #endif
06420 #endif
06421 
06422 #ifdef bottom_tree
06423 #undef xmlNodeGetBase
06424 extern __typeof (xmlNodeGetBase) xmlNodeGetBase __attribute((alias("xmlNodeGetBase__internal_alias")));
06425 #else
06426 #ifndef xmlNodeGetBase
06427 extern __typeof (xmlNodeGetBase) xmlNodeGetBase__internal_alias __attribute((visibility("hidden")));
06428 #define xmlNodeGetBase xmlNodeGetBase__internal_alias
06429 #endif
06430 #endif
06431 
06432 #ifdef bottom_tree
06433 #undef xmlNodeGetContent
06434 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
06435 #else
06436 #ifndef xmlNodeGetContent
06437 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
06438 #define xmlNodeGetContent xmlNodeGetContent__internal_alias
06439 #endif
06440 #endif
06441 
06442 #ifdef bottom_tree
06443 #undef xmlNodeGetLang
06444 extern __typeof (xmlNodeGetLang) xmlNodeGetLang __attribute((alias("xmlNodeGetLang__internal_alias")));
06445 #else
06446 #ifndef xmlNodeGetLang
06447 extern __typeof (xmlNodeGetLang) xmlNodeGetLang__internal_alias __attribute((visibility("hidden")));
06448 #define xmlNodeGetLang xmlNodeGetLang__internal_alias
06449 #endif
06450 #endif
06451 
06452 #ifdef bottom_tree
06453 #undef xmlNodeGetSpacePreserve
06454 extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve __attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
06455 #else
06456 #ifndef xmlNodeGetSpacePreserve
06457 extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve__internal_alias __attribute((visibility("hidden")));
06458 #define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
06459 #endif
06460 #endif
06461 
06462 #ifdef bottom_tree
06463 #undef xmlNodeIsText
06464 extern __typeof (xmlNodeIsText) xmlNodeIsText __attribute((alias("xmlNodeIsText__internal_alias")));
06465 #else
06466 #ifndef xmlNodeIsText
06467 extern __typeof (xmlNodeIsText) xmlNodeIsText__internal_alias __attribute((visibility("hidden")));
06468 #define xmlNodeIsText xmlNodeIsText__internal_alias
06469 #endif
06470 #endif
06471 
06472 #if defined(LIBXML_TREE_ENABLED)
06473 #ifdef bottom_tree
06474 #undef xmlNodeListGetRawString
06475 extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString __attribute((alias("xmlNodeListGetRawString__internal_alias")));
06476 #else
06477 #ifndef xmlNodeListGetRawString
06478 extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString__internal_alias __attribute((visibility("hidden")));
06479 #define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
06480 #endif
06481 #endif
06482 #endif
06483 
06484 #ifdef bottom_tree
06485 #undef xmlNodeListGetString
06486 extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetString__internal_alias")));
06487 #else
06488 #ifndef xmlNodeListGetString
06489 extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility("hidden")));
06490 #define xmlNodeListGetString xmlNodeListGetString__internal_alias
06491 #endif
06492 #endif
06493 
06494 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
06495 #ifdef bottom_tree
06496 #undef xmlNodeSetBase
06497 extern __typeof (xmlNodeSetBase) xmlNodeSetBase __attribute((alias("xmlNodeSetBase__internal_alias")));
06498 #else
06499 #ifndef xmlNodeSetBase
06500 extern __typeof (xmlNodeSetBase) xmlNodeSetBase__internal_alias __attribute((visibility("hidden")));
06501 #define xmlNodeSetBase xmlNodeSetBase__internal_alias
06502 #endif
06503 #endif
06504 #endif
06505 
06506 #ifdef bottom_tree
06507 #undef xmlNodeSetContent
06508 extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__internal_alias")));
06509 #else
06510 #ifndef xmlNodeSetContent
06511 extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidden")));
06512 #define xmlNodeSetContent xmlNodeSetContent__internal_alias
06513 #endif
06514 #endif
06515 
06516 #if defined(LIBXML_TREE_ENABLED)
06517 #ifdef bottom_tree
06518 #undef xmlNodeSetContentLen
06519 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
06520 #else
06521 #ifndef xmlNodeSetContentLen
06522 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
06523 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
06524 #endif
06525 #endif
06526 #endif
06527 
06528 #if defined(LIBXML_TREE_ENABLED)
06529 #ifdef bottom_tree
06530 #undef xmlNodeSetLang
06531 extern __typeof (xmlNodeSetLang) xmlNodeSetLang __attribute((alias("xmlNodeSetLang__internal_alias")));
06532 #else
06533 #ifndef xmlNodeSetLang
06534 extern __typeof (xmlNodeSetLang) xmlNodeSetLang__internal_alias __attribute((visibility("hidden")));
06535 #define xmlNodeSetLang xmlNodeSetLang__internal_alias
06536 #endif
06537 #endif
06538 #endif
06539 
06540 #if defined(LIBXML_TREE_ENABLED)
06541 #ifdef bottom_tree
06542 #undef xmlNodeSetName
06543 extern __typeof (xmlNodeSetName) xmlNodeSetName __attribute((alias("xmlNodeSetName__internal_alias")));
06544 #else
06545 #ifndef xmlNodeSetName
06546 extern __typeof (xmlNodeSetName) xmlNodeSetName__internal_alias __attribute((visibility("hidden")));
06547 #define xmlNodeSetName xmlNodeSetName__internal_alias
06548 #endif
06549 #endif
06550 #endif
06551 
06552 #if defined(LIBXML_TREE_ENABLED)
06553 #ifdef bottom_tree
06554 #undef xmlNodeSetSpacePreserve
06555 extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve __attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
06556 #else
06557 #ifndef xmlNodeSetSpacePreserve
06558 extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve__internal_alias __attribute((visibility("hidden")));
06559 #define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
06560 #endif
06561 #endif
06562 #endif
06563 
06564 #ifdef bottom_uri
06565 #undef xmlNormalizeURIPath
06566 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias")));
06567 #else
06568 #ifndef xmlNormalizeURIPath
06569 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden")));
06570 #define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
06571 #endif
06572 #endif
06573 
06574 #ifdef bottom_xmlIO
06575 #undef xmlNormalizeWindowsPath
06576 extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath __attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
06577 #else
06578 #ifndef xmlNormalizeWindowsPath
06579 extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath__internal_alias __attribute((visibility("hidden")));
06580 #define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
06581 #endif
06582 #endif
06583 
06584 #if defined(LIBXML_OUTPUT_ENABLED)
06585 #ifdef bottom_xmlIO
06586 #undef xmlOutputBufferClose
06587 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
06588 #else
06589 #ifndef xmlOutputBufferClose
06590 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
06591 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
06592 #endif
06593 #endif
06594 #endif
06595 
06596 #if defined(LIBXML_OUTPUT_ENABLED)
06597 #ifdef bottom_xmlIO
06598 #undef xmlOutputBufferCreateBuffer
06599 extern __typeof (xmlOutputBufferCreateBuffer) xmlOutputBufferCreateBuffer __attribute((alias("xmlOutputBufferCreateBuffer__internal_alias")));
06600 #else
06601 #ifndef xmlOutputBufferCreateBuffer
06602 extern __typeof (xmlOutputBufferCreateBuffer) xmlOutputBufferCreateBuffer__internal_alias __attribute((visibility("hidden")));
06603 #define xmlOutputBufferCreateBuffer xmlOutputBufferCreateBuffer__internal_alias
06604 #endif
06605 #endif
06606 #endif
06607 
06608 #if defined(LIBXML_OUTPUT_ENABLED)
06609 #ifdef bottom_xmlIO
06610 #undef xmlOutputBufferCreateFd
06611 extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd __attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
06612 #else
06613 #ifndef xmlOutputBufferCreateFd
06614 extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
06615 #define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
06616 #endif
06617 #endif
06618 #endif
06619 
06620 #if defined(LIBXML_OUTPUT_ENABLED)
06621 #ifdef bottom_xmlIO
06622 #undef xmlOutputBufferCreateFile
06623 extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile __attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
06624 #else
06625 #ifndef xmlOutputBufferCreateFile
06626 extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
06627 #define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
06628 #endif
06629 #endif
06630 #endif
06631 
06632 #if defined(LIBXML_OUTPUT_ENABLED)
06633 #ifdef bottom_xmlIO
06634 #undef xmlOutputBufferCreateFilename
06635 extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename __attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
06636 #else
06637 #ifndef xmlOutputBufferCreateFilename
06638 extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
06639 #define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
06640 #endif
06641 #endif
06642 #endif
06643 
06644 #ifdef bottom_xmlIO
06645 #undef xmlOutputBufferCreateFilenameDefault
06646 extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault __attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
06647 #else
06648 #ifndef xmlOutputBufferCreateFilenameDefault
06649 extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
06650 #define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
06651 #endif
06652 #endif
06653 
06654 #if defined(LIBXML_OUTPUT_ENABLED)
06655 #ifdef bottom_xmlIO
06656 #undef xmlOutputBufferCreateIO
06657 extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO __attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
06658 #else
06659 #ifndef xmlOutputBufferCreateIO
06660 extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
06661 #define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
06662 #endif
06663 #endif
06664 #endif
06665 
06666 #if defined(LIBXML_OUTPUT_ENABLED)
06667 #ifdef bottom_xmlIO
06668 #undef xmlOutputBufferFlush
06669 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
06670 #else
06671 #ifndef xmlOutputBufferFlush
06672 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
06673 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
06674 #endif
06675 #endif
06676 #endif
06677 
06678 #if defined(LIBXML_OUTPUT_ENABLED)
06679 #ifdef bottom_xmlIO
06680 #undef xmlOutputBufferWrite
06681 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("xmlOutputBufferWrite__internal_alias")));
06682 #else
06683 #ifndef xmlOutputBufferWrite
06684 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __attribute((visibility("hidden")));
06685 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
06686 #endif
06687 #endif
06688 #endif
06689 
06690 #if defined(LIBXML_OUTPUT_ENABLED)
06691 #ifdef bottom_xmlIO
06692 #undef xmlOutputBufferWriteEscape
06693 extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape __attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
06694 #else
06695 #ifndef xmlOutputBufferWriteEscape
06696 extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape__internal_alias __attribute((visibility("hidden")));
06697 #define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
06698 #endif
06699 #endif
06700 #endif
06701 
06702 #if defined(LIBXML_OUTPUT_ENABLED)
06703 #ifdef bottom_xmlIO
06704 #undef xmlOutputBufferWriteString
06705 extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString __attribute((alias("xmlOutputBufferWriteString__internal_alias")));
06706 #else
06707 #ifndef xmlOutputBufferWriteString
06708 extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString__internal_alias __attribute((visibility("hidden")));
06709 #define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
06710 #endif
06711 #endif
06712 #endif
06713 
06714 #ifdef bottom_parser
06715 #undef xmlParseAttValue
06716 extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
06717 #else
06718 #ifndef xmlParseAttValue
06719 extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
06720 #define xmlParseAttValue xmlParseAttValue__internal_alias
06721 #endif
06722 #endif
06723 
06724 #if defined(LIBXML_SAX1_ENABLED)
06725 #ifdef bottom_parser
06726 #undef xmlParseAttribute
06727 extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
06728 #else
06729 #ifndef xmlParseAttribute
06730 extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
06731 #define xmlParseAttribute xmlParseAttribute__internal_alias
06732 #endif
06733 #endif
06734 #endif
06735 
06736 #ifdef bottom_parser
06737 #undef xmlParseAttributeListDecl
06738 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
06739 #else
06740 #ifndef xmlParseAttributeListDecl
06741 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
06742 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
06743 #endif
06744 #endif
06745 
06746 #ifdef bottom_parser
06747 #undef xmlParseAttributeType
06748 extern __typeof (xmlParseAttributeType) xmlParseAttributeType __attribute((alias("xmlParseAttributeType__internal_alias")));
06749 #else
06750 #ifndef xmlParseAttributeType
06751 extern __typeof (xmlParseAttributeType) xmlParseAttributeType__internal_alias __attribute((visibility("hidden")));
06752 #define xmlParseAttributeType xmlParseAttributeType__internal_alias
06753 #endif
06754 #endif
06755 
06756 #if defined(LIBXML_SAX1_ENABLED)
06757 #ifdef bottom_parser
06758 #undef xmlParseBalancedChunkMemory
06759 extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory __attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
06760 #else
06761 #ifndef xmlParseBalancedChunkMemory
06762 extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory__internal_alias __attribute((visibility("hidden")));
06763 #define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
06764 #endif
06765 #endif
06766 #endif
06767 
06768 #if defined(LIBXML_SAX1_ENABLED)
06769 #ifdef bottom_parser
06770 #undef xmlParseBalancedChunkMemoryRecover
06771 extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover __attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
06772 #else
06773 #ifndef xmlParseBalancedChunkMemoryRecover
06774 extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover__internal_alias __attribute((visibility("hidden")));
06775 #define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
06776 #endif
06777 #endif
06778 #endif
06779 
06780 #ifdef bottom_parser
06781 #undef xmlParseCDSect
06782 extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias")));
06783 #else
06784 #ifndef xmlParseCDSect
06785 extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden")));
06786 #define xmlParseCDSect xmlParseCDSect__internal_alias
06787 #endif
06788 #endif
06789 
06790 #if defined(LIBXML_CATALOG_ENABLED)
06791 #ifdef bottom_catalog
06792 #undef xmlParseCatalogFile
06793 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
06794 #else
06795 #ifndef xmlParseCatalogFile
06796 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
06797 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
06798 #endif
06799 #endif
06800 #endif
06801 
06802 #ifdef bottom_parser
06803 #undef xmlParseCharData
06804 extern __typeof (xmlParseCharData) xmlParseCharData __attribute((alias("xmlParseCharData__internal_alias")));
06805 #else
06806 #ifndef xmlParseCharData
06807 extern __typeof (xmlParseCharData) xmlParseCharData__internal_alias __attribute((visibility("hidden")));
06808 #define xmlParseCharData xmlParseCharData__internal_alias
06809 #endif
06810 #endif
06811 
06812 #ifdef bottom_encoding
06813 #undef xmlParseCharEncoding
06814 extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding __attribute((alias("xmlParseCharEncoding__internal_alias")));
06815 #else
06816 #ifndef xmlParseCharEncoding
06817 extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding__internal_alias __attribute((visibility("hidden")));
06818 #define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
06819 #endif
06820 #endif
06821 
06822 #ifdef bottom_parser
06823 #undef xmlParseCharRef
06824 extern __typeof (xmlParseCharRef) xmlParseCharRef __attribute((alias("xmlParseCharRef__internal_alias")));
06825 #else
06826 #ifndef xmlParseCharRef
06827 extern __typeof (xmlParseCharRef) xmlParseCharRef__internal_alias __attribute((visibility("hidden")));
06828 #define xmlParseCharRef xmlParseCharRef__internal_alias
06829 #endif
06830 #endif
06831 
06832 #if defined(LIBXML_PUSH_ENABLED)
06833 #ifdef bottom_parser
06834 #undef xmlParseChunk
06835 extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
06836 #else
06837 #ifndef xmlParseChunk
06838 extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
06839 #define xmlParseChunk xmlParseChunk__internal_alias
06840 #endif
06841 #endif
06842 #endif
06843 
06844 #ifdef bottom_parser
06845 #undef xmlParseComment
06846 extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias")));
06847 #else
06848 #ifndef xmlParseComment
06849 extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden")));
06850 #define xmlParseComment xmlParseComment__internal_alias
06851 #endif
06852 #endif
06853 
06854 #ifdef bottom_parser
06855 #undef xmlParseContent
06856 extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
06857 #else
06858 #ifndef xmlParseContent
06859 extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
06860 #define xmlParseContent xmlParseContent__internal_alias
06861 #endif
06862 #endif
06863 
06864 #ifdef bottom_parser
06865 #undef xmlParseCtxtExternalEntity
06866 extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity __attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
06867 #else
06868 #ifndef xmlParseCtxtExternalEntity
06869 extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity__internal_alias __attribute((visibility("hidden")));
06870 #define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
06871 #endif
06872 #endif
06873 
06874 #if defined(LIBXML_VALID_ENABLED)
06875 #ifdef bottom_parser
06876 #undef xmlParseDTD
06877 extern __typeof (xmlParseDTD) xmlParseDTD __attribute((alias("xmlParseDTD__internal_alias")));
06878 #else
06879 #ifndef xmlParseDTD
06880 extern __typeof (xmlParseDTD) xmlParseDTD__internal_alias __attribute((visibility("hidden")));
06881 #define xmlParseDTD xmlParseDTD__internal_alias
06882 #endif
06883 #endif
06884 #endif
06885 
06886 #ifdef bottom_parser
06887 #undef xmlParseDefaultDecl
06888 extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl __attribute((alias("xmlParseDefaultDecl__internal_alias")));
06889 #else
06890 #ifndef xmlParseDefaultDecl
06891 extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl__internal_alias __attribute((visibility("hidden")));
06892 #define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
06893 #endif
06894 #endif
06895 
06896 #if defined(LIBXML_SAX1_ENABLED)
06897 #ifdef bottom_parser
06898 #undef xmlParseDoc
06899 extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias")));
06900 #else
06901 #ifndef xmlParseDoc
06902 extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden")));
06903 #define xmlParseDoc xmlParseDoc__internal_alias
06904 #endif
06905 #endif
06906 #endif
06907 
06908 #ifdef bottom_parser
06909 #undef xmlParseDocTypeDecl
06910 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias")));
06911 #else
06912 #ifndef xmlParseDocTypeDecl
06913 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden")));
06914 #define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
06915 #endif
06916 #endif
06917 
06918 #ifdef bottom_parser
06919 #undef xmlParseDocument
06920 extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias")));
06921 #else
06922 #ifndef xmlParseDocument
06923 extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden")));
06924 #define xmlParseDocument xmlParseDocument__internal_alias
06925 #endif
06926 #endif
06927 
06928 #ifdef bottom_parser
06929 #undef xmlParseElement
06930 extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias")));
06931 #else
06932 #ifndef xmlParseElement
06933 extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden")));
06934 #define xmlParseElement xmlParseElement__internal_alias
06935 #endif
06936 #endif
06937 
06938 #ifdef bottom_parser
06939 #undef xmlParseElementChildrenContentDecl
06940 extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl __attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
06941 #else
06942 #ifndef xmlParseElementChildrenContentDecl
06943 extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl__internal_alias __attribute((visibility("hidden")));
06944 #define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
06945 #endif
06946 #endif
06947 
06948 #ifdef bottom_parser
06949 #undef xmlParseElementContentDecl
06950 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias")));
06951 #else
06952 #ifndef xmlParseElementContentDecl
06953 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden")));
06954 #define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
06955 #endif
06956 #endif
06957 
06958 #ifdef bottom_parser
06959 #undef xmlParseElementDecl
06960 extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
06961 #else
06962 #ifndef xmlParseElementDecl
06963 extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
06964 #define xmlParseElementDecl xmlParseElementDecl__internal_alias
06965 #endif
06966 #endif
06967 
06968 #ifdef bottom_parser
06969 #undef xmlParseElementMixedContentDecl
06970 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
06971 #else
06972 #ifndef xmlParseElementMixedContentDecl
06973 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
06974 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
06975 #endif
06976 #endif
06977 
06978 #ifdef bottom_parser
06979 #undef xmlParseEncName
06980 extern __typeof (xmlParseEncName) xmlParseEncName __attribute((alias("xmlParseEncName__internal_alias")));
06981 #else
06982 #ifndef xmlParseEncName
06983 extern __typeof (xmlParseEncName) xmlParseEncName__internal_alias __attribute((visibility("hidden")));
06984 #define xmlParseEncName xmlParseEncName__internal_alias
06985 #endif
06986 #endif
06987 
06988 #ifdef bottom_parser
06989 #undef xmlParseEncodingDecl
06990 extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl __attribute((alias("xmlParseEncodingDecl__internal_alias")));
06991 #else
06992 #ifndef xmlParseEncodingDecl
06993 extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl__internal_alias __attribute((visibility("hidden")));
06994 #define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
06995 #endif
06996 #endif
06997 
06998 #if defined(LIBXML_SAX1_ENABLED)
06999 #ifdef bottom_parser
07000 #undef xmlParseEndTag
07001 extern __typeof (xmlParseEndTag) xmlParseEndTag __attribute((alias("xmlParseEndTag__internal_alias")));
07002 #else
07003 #ifndef xmlParseEndTag
07004 extern __typeof (xmlParseEndTag) xmlParseEndTag__internal_alias __attribute((visibility("hidden")));
07005 #define xmlParseEndTag xmlParseEndTag__internal_alias
07006 #endif
07007 #endif
07008 #endif
07009 
07010 #if defined(LIBXML_SAX1_ENABLED)
07011 #ifdef bottom_parser
07012 #undef xmlParseEntity
07013 extern __typeof (xmlParseEntity) xmlParseEntity __attribute((alias("xmlParseEntity__internal_alias")));
07014 #else
07015 #ifndef xmlParseEntity
07016 extern __typeof (xmlParseEntity) xmlParseEntity__internal_alias __attribute((visibility("hidden")));
07017 #define xmlParseEntity xmlParseEntity__internal_alias
07018 #endif
07019 #endif
07020 #endif
07021 
07022 #ifdef bottom_parser
07023 #undef xmlParseEntityDecl
07024 extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl __attribute((alias("xmlParseEntityDecl__internal_alias")));
07025 #else
07026 #ifndef xmlParseEntityDecl
07027 extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl__internal_alias __attribute((visibility("hidden")));
07028 #define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
07029 #endif
07030 #endif
07031 
07032 #ifdef bottom_parser
07033 #undef xmlParseEntityRef
07034 extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias")));
07035 #else
07036 #ifndef xmlParseEntityRef
07037 extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
07038 #define xmlParseEntityRef xmlParseEntityRef__internal_alias
07039 #endif
07040 #endif
07041 
07042 #ifdef bottom_parser
07043 #undef xmlParseEntityValue
07044 extern __typeof (xmlParseEntityValue) xmlParseEntityValue __attribute((alias("xmlParseEntityValue__internal_alias")));
07045 #else
07046 #ifndef xmlParseEntityValue
07047 extern __typeof (xmlParseEntityValue) xmlParseEntityValue__internal_alias __attribute((visibility("hidden")));
07048 #define xmlParseEntityValue xmlParseEntityValue__internal_alias
07049 #endif
07050 #endif
07051 
07052 #ifdef bottom_parser
07053 #undef xmlParseEnumeratedType
07054 extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType __attribute((alias("xmlParseEnumeratedType__internal_alias")));
07055 #else
07056 #ifndef xmlParseEnumeratedType
07057 extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType__internal_alias __attribute((visibility("hidden")));
07058 #define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
07059 #endif
07060 #endif
07061 
07062 #ifdef bottom_parser
07063 #undef xmlParseEnumerationType
07064 extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType __attribute((alias("xmlParseEnumerationType__internal_alias")));
07065 #else
07066 #ifndef xmlParseEnumerationType
07067 extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType__internal_alias __attribute((visibility("hidden")));
07068 #define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
07069 #endif
07070 #endif
07071 
07072 #ifdef bottom_parser
07073 #undef xmlParseExtParsedEnt
07074 extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt __attribute((alias("xmlParseExtParsedEnt__internal_alias")));
07075 #else
07076 #ifndef xmlParseExtParsedEnt
07077 extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt__internal_alias __attribute((visibility("hidden")));
07078 #define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
07079 #endif
07080 #endif
07081 
07082 #if defined(LIBXML_SAX1_ENABLED)
07083 #ifdef bottom_parser
07084 #undef xmlParseExternalEntity
07085 extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity __attribute((alias("xmlParseExternalEntity__internal_alias")));
07086 #else
07087 #ifndef xmlParseExternalEntity
07088 extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity__internal_alias __attribute((visibility("hidden")));
07089 #define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
07090 #endif
07091 #endif
07092 #endif
07093 
07094 #ifdef bottom_parser
07095 #undef xmlParseExternalID
07096 extern __typeof (xmlParseExternalID) xmlParseExternalID __attribute((alias("xmlParseExternalID__internal_alias")));
07097 #else
07098 #ifndef xmlParseExternalID
07099 extern __typeof (xmlParseExternalID) xmlParseExternalID__internal_alias __attribute((visibility("hidden")));
07100 #define xmlParseExternalID xmlParseExternalID__internal_alias
07101 #endif
07102 #endif
07103 
07104 #ifdef bottom_parser
07105 #undef xmlParseExternalSubset
07106 extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset __attribute((alias("xmlParseExternalSubset__internal_alias")));
07107 #else
07108 #ifndef xmlParseExternalSubset
07109 extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset__internal_alias __attribute((visibility("hidden")));
07110 #define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
07111 #endif
07112 #endif
07113 
07114 #if defined(LIBXML_SAX1_ENABLED)
07115 #ifdef bottom_parser
07116 #undef xmlParseFile
07117 extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
07118 #else
07119 #ifndef xmlParseFile
07120 extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
07121 #define xmlParseFile xmlParseFile__internal_alias
07122 #endif
07123 #endif
07124 #endif
07125 
07126 #ifdef bottom_parser
07127 #undef xmlParseInNodeContext
07128 extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext __attribute((alias("xmlParseInNodeContext__internal_alias")));
07129 #else
07130 #ifndef xmlParseInNodeContext
07131 extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext__internal_alias __attribute((visibility("hidden")));
07132 #define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
07133 #endif
07134 #endif
07135 
07136 #ifdef bottom_parser
07137 #undef xmlParseMarkupDecl
07138 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
07139 #else
07140 #ifndef xmlParseMarkupDecl
07141 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
07142 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
07143 #endif
07144 #endif
07145 
07146 #if defined(LIBXML_SAX1_ENABLED)
07147 #ifdef bottom_parser
07148 #undef xmlParseMemory
07149 extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias")));
07150 #else
07151 #ifndef xmlParseMemory
07152 extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden")));
07153 #define xmlParseMemory xmlParseMemory__internal_alias
07154 #endif
07155 #endif
07156 #endif
07157 
07158 #ifdef bottom_parser
07159 #undef xmlParseMisc
07160 extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
07161 #else
07162 #ifndef xmlParseMisc
07163 extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
07164 #define xmlParseMisc xmlParseMisc__internal_alias
07165 #endif
07166 #endif
07167 
07168 #ifdef bottom_parser
07169 #undef xmlParseName
07170 extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias")));
07171 #else
07172 #ifndef xmlParseName
07173 extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden")));
07174 #define xmlParseName xmlParseName__internal_alias
07175 #endif
07176 #endif
07177 
07178 #if defined(LIBXML_LEGACY_ENABLED)
07179 #ifdef bottom_legacy
07180 #undef xmlParseNamespace
07181 extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias")));
07182 #else
07183 #ifndef xmlParseNamespace
07184 extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden")));
07185 #define xmlParseNamespace xmlParseNamespace__internal_alias
07186 #endif
07187 #endif
07188 #endif
07189 
07190 #ifdef bottom_parser
07191 #undef xmlParseNmtoken
07192 extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias")));
07193 #else
07194 #ifndef xmlParseNmtoken
07195 extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden")));
07196 #define xmlParseNmtoken xmlParseNmtoken__internal_alias
07197 #endif
07198 #endif
07199 
07200 #ifdef bottom_parser
07201 #undef xmlParseNotationDecl
07202 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
07203 #else
07204 #ifndef xmlParseNotationDecl
07205 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
07206 #define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
07207 #endif
07208 #endif
07209 
07210 #ifdef bottom_parser
07211 #undef xmlParseNotationType
07212 extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
07213 #else
07214 #ifndef xmlParseNotationType
07215 extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
07216 #define xmlParseNotationType xmlParseNotationType__internal_alias
07217 #endif
07218 #endif
07219 
07220 #ifdef bottom_parser
07221 #undef xmlParsePEReference
07222 extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
07223 #else
07224 #ifndef xmlParsePEReference
07225 extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
07226 #define xmlParsePEReference xmlParsePEReference__internal_alias
07227 #endif
07228 #endif
07229 
07230 #ifdef bottom_parser
07231 #undef xmlParsePI
07232 extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
07233 #else
07234 #ifndef xmlParsePI
07235 extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
07236 #define xmlParsePI xmlParsePI__internal_alias
07237 #endif
07238 #endif
07239 
07240 #ifdef bottom_parser
07241 #undef xmlParsePITarget
07242 extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias")));
07243 #else
07244 #ifndef xmlParsePITarget
07245 extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden")));
07246 #define xmlParsePITarget xmlParsePITarget__internal_alias
07247 #endif
07248 #endif
07249 
07250 #ifdef bottom_parser
07251 #undef xmlParsePubidLiteral
07252 extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias")));
07253 #else
07254 #ifndef xmlParsePubidLiteral
07255 extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden")));
07256 #define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
07257 #endif
07258 #endif
07259 
07260 #if defined(LIBXML_LEGACY_ENABLED)
07261 #ifdef bottom_legacy
07262 #undef xmlParseQuotedString
07263 extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
07264 #else
07265 #ifndef xmlParseQuotedString
07266 extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
07267 #define xmlParseQuotedString xmlParseQuotedString__internal_alias
07268 #endif
07269 #endif
07270 #endif
07271 
07272 #ifdef bottom_parser
07273 #undef xmlParseReference
07274 extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias")));
07275 #else
07276 #ifndef xmlParseReference
07277 extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden")));
07278 #define xmlParseReference xmlParseReference__internal_alias
07279 #endif
07280 #endif
07281 
07282 #ifdef bottom_parser
07283 #undef xmlParseSDDecl
07284 extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias")));
07285 #else
07286 #ifndef xmlParseSDDecl
07287 extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden")));
07288 #define xmlParseSDDecl xmlParseSDDecl__internal_alias
07289 #endif
07290 #endif
07291 
07292 #if defined(LIBXML_SAX1_ENABLED)
07293 #ifdef bottom_parser
07294 #undef xmlParseStartTag
07295 extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias")));
07296 #else
07297 #ifndef xmlParseStartTag
07298 extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden")));
07299 #define xmlParseStartTag xmlParseStartTag__internal_alias
07300 #endif
07301 #endif
07302 #endif
07303 
07304 #ifdef bottom_parser
07305 #undef xmlParseSystemLiteral
07306 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
07307 #else
07308 #ifndef xmlParseSystemLiteral
07309 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
07310 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
07311 #endif
07312 #endif
07313 
07314 #ifdef bottom_parser
07315 #undef xmlParseTextDecl
07316 extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias")));
07317 #else
07318 #ifndef xmlParseTextDecl
07319 extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden")));
07320 #define xmlParseTextDecl xmlParseTextDecl__internal_alias
07321 #endif
07322 #endif
07323 
07324 #ifdef bottom_uri
07325 #undef xmlParseURI
07326 extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
07327 #else
07328 #ifndef xmlParseURI
07329 extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
07330 #define xmlParseURI xmlParseURI__internal_alias
07331 #endif
07332 #endif
07333 
07334 #ifdef bottom_uri
07335 #undef xmlParseURIRaw
07336 extern __typeof (xmlParseURIRaw) xmlParseURIRaw __attribute((alias("xmlParseURIRaw__internal_alias")));
07337 #else
07338 #ifndef xmlParseURIRaw
07339 extern __typeof (xmlParseURIRaw) xmlParseURIRaw__internal_alias __attribute((visibility("hidden")));
07340 #define xmlParseURIRaw xmlParseURIRaw__internal_alias
07341 #endif
07342 #endif
07343 
07344 #ifdef bottom_uri
07345 #undef xmlParseURIReference
07346 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
07347 #else
07348 #ifndef xmlParseURIReference
07349 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
07350 #define xmlParseURIReference xmlParseURIReference__internal_alias
07351 #endif
07352 #endif
07353 
07354 #ifdef bottom_parser
07355 #undef xmlParseVersionInfo
07356 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
07357 #else
07358 #ifndef xmlParseVersionInfo
07359 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
07360 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
07361 #endif
07362 #endif
07363 
07364 #ifdef bottom_parser
07365 #undef xmlParseVersionNum
07366 extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
07367 #else
07368 #ifndef xmlParseVersionNum
07369 extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
07370 #define xmlParseVersionNum xmlParseVersionNum__internal_alias
07371 #endif
07372 #endif
07373 
07374 #ifdef bottom_parser
07375 #undef xmlParseXMLDecl
07376 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
07377 #else
07378 #ifndef xmlParseXMLDecl
07379 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
07380 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
07381 #endif
07382 #endif
07383 
07384 #ifdef bottom_parserInternals
07385 #undef xmlParserAddNodeInfo
07386 extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias")));
07387 #else
07388 #ifndef xmlParserAddNodeInfo
07389 extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden")));
07390 #define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
07391 #endif
07392 #endif
07393 
07394 #ifdef bottom_error
07395 #undef xmlParserError
07396 extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
07397 #else
07398 #ifndef xmlParserError
07399 extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
07400 #define xmlParserError xmlParserError__internal_alias
07401 #endif
07402 #endif
07403 
07404 #ifdef bottom_parserInternals
07405 #undef xmlParserFindNodeInfo
07406 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
07407 #else
07408 #ifndef xmlParserFindNodeInfo
07409 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
07410 #define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
07411 #endif
07412 #endif
07413 
07414 #ifdef bottom_parserInternals
07415 #undef xmlParserFindNodeInfoIndex
07416 extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
07417 #else
07418 #ifndef xmlParserFindNodeInfoIndex
07419 extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden")));
07420 #define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
07421 #endif
07422 #endif
07423 
07424 #ifdef bottom_xmlIO
07425 #undef xmlParserGetDirectory
07426 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias")));
07427 #else
07428 #ifndef xmlParserGetDirectory
07429 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden")));
07430 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
07431 #endif
07432 #endif
07433 
07434 #ifdef bottom_parser
07435 #undef xmlParserHandlePEReference
07436 extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias")));
07437 #else
07438 #ifndef xmlParserHandlePEReference
07439 extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden")));
07440 #define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
07441 #endif
07442 #endif
07443 
07444 #if defined(LIBXML_LEGACY_ENABLED)
07445 #ifdef bottom_legacy
07446 #undef xmlParserHandleReference
07447 extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias")));
07448 #else
07449 #ifndef xmlParserHandleReference
07450 extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden")));
07451 #define xmlParserHandleReference xmlParserHandleReference__internal_alias
07452 #endif
07453 #endif
07454 #endif
07455 
07456 #ifdef bottom_xmlIO
07457 #undef xmlParserInputBufferCreateFd
07458 extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
07459 #else
07460 #ifndef xmlParserInputBufferCreateFd
07461 extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
07462 #define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
07463 #endif
07464 #endif
07465 
07466 #ifdef bottom_xmlIO
07467 #undef xmlParserInputBufferCreateFile
07468 extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
07469 #else
07470 #ifndef xmlParserInputBufferCreateFile
07471 extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
07472 #define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
07473 #endif
07474 #endif
07475 
07476 #ifdef bottom_xmlIO
07477 #undef xmlParserInputBufferCreateFilename
07478 extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
07479 #else
07480 #ifndef xmlParserInputBufferCreateFilename
07481 extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
07482 #define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
07483 #endif
07484 #endif
07485 
07486 #ifdef bottom_xmlIO
07487 #undef xmlParserInputBufferCreateFilenameDefault
07488 extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
07489 #else
07490 #ifndef xmlParserInputBufferCreateFilenameDefault
07491 extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
07492 #define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
07493 #endif
07494 #endif
07495 
07496 #ifdef bottom_xmlIO
07497 #undef xmlParserInputBufferCreateIO
07498 extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
07499 #else
07500 #ifndef xmlParserInputBufferCreateIO
07501 extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
07502 #define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
07503 #endif
07504 #endif
07505 
07506 #ifdef bottom_xmlIO
07507 #undef xmlParserInputBufferCreateMem
07508 extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
07509 #else
07510 #ifndef xmlParserInputBufferCreateMem
07511 extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden")));
07512 #define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
07513 #endif
07514 #endif
07515 
07516 #ifdef bottom_xmlIO
07517 #undef xmlParserInputBufferCreateStatic
07518 extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
07519 #else
07520 #ifndef xmlParserInputBufferCreateStatic
07521 extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
07522 #define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
07523 #endif
07524 #endif
07525 
07526 #ifdef bottom_xmlIO
07527 #undef xmlParserInputBufferGrow
07528 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
07529 #else
07530 #ifndef xmlParserInputBufferGrow
07531 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
07532 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
07533 #endif
07534 #endif
07535 
07536 #ifdef bottom_xmlIO
07537 #undef xmlParserInputBufferPush
07538 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
07539 #else
07540 #ifndef xmlParserInputBufferPush
07541 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
07542 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
07543 #endif
07544 #endif
07545 
07546 #ifdef bottom_xmlIO
07547 #undef xmlParserInputBufferRead
07548 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
07549 #else
07550 #ifndef xmlParserInputBufferRead
07551 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
07552 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
07553 #endif
07554 #endif
07555 
07556 #ifdef bottom_parserInternals
07557 #undef xmlParserInputGrow
07558 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
07559 #else
07560 #ifndef xmlParserInputGrow
07561 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
07562 #define xmlParserInputGrow xmlParserInputGrow__internal_alias
07563 #endif
07564 #endif
07565 
07566 #ifdef bottom_parserInternals
07567 #undef xmlParserInputRead
07568 extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias")));
07569 #else
07570 #ifndef xmlParserInputRead
07571 extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden")));
07572 #define xmlParserInputRead xmlParserInputRead__internal_alias
07573 #endif
07574 #endif
07575 
07576 #ifdef bottom_parserInternals
07577 #undef xmlParserInputShrink
07578 extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias")));
07579 #else
07580 #ifndef xmlParserInputShrink
07581 extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden")));
07582 #define xmlParserInputShrink xmlParserInputShrink__internal_alias
07583 #endif
07584 #endif
07585 
07586 #ifdef bottom_error
07587 #undef xmlParserPrintFileContext
07588 extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias")));
07589 #else
07590 #ifndef xmlParserPrintFileContext
07591 extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden")));
07592 #define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
07593 #endif
07594 #endif
07595 
07596 #ifdef bottom_error
07597 #undef xmlParserPrintFileInfo
07598 extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias")));
07599 #else
07600 #ifndef xmlParserPrintFileInfo
07601 extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden")));
07602 #define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
07603 #endif
07604 #endif
07605 
07606 #ifdef bottom_error
07607 #undef xmlParserValidityError
07608 extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias")));
07609 #else
07610 #ifndef xmlParserValidityError
07611 extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden")));
07612 #define xmlParserValidityError xmlParserValidityError__internal_alias
07613 #endif
07614 #endif
07615 
07616 #ifdef bottom_error
07617 #undef xmlParserValidityWarning
07618 extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias")));
07619 #else
07620 #ifndef xmlParserValidityWarning
07621 extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden")));
07622 #define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
07623 #endif
07624 #endif
07625 
07626 #ifdef bottom_error
07627 #undef xmlParserWarning
07628 extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias")));
07629 #else
07630 #ifndef xmlParserWarning
07631 extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden")));
07632 #define xmlParserWarning xmlParserWarning__internal_alias
07633 #endif
07634 #endif
07635 
07636 #if defined(LIBXML_PATTERN_ENABLED)
07637 #ifdef bottom_pattern
07638 #undef xmlPatternFromRoot
07639 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot __attribute((alias("xmlPatternFromRoot__internal_alias")));
07640 #else
07641 #ifndef xmlPatternFromRoot
07642 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot__internal_alias __attribute((visibility("hidden")));
07643 #define xmlPatternFromRoot xmlPatternFromRoot__internal_alias
07644 #endif
07645 #endif
07646 #endif
07647 
07648 #if defined(LIBXML_PATTERN_ENABLED)
07649 #ifdef bottom_pattern
07650 #undef xmlPatternGetStreamCtxt
07651 extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt __attribute((alias("xmlPatternGetStreamCtxt__internal_alias")));
07652 #else
07653 #ifndef xmlPatternGetStreamCtxt
07654 extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt__internal_alias __attribute((visibility("hidden")));
07655 #define xmlPatternGetStreamCtxt xmlPatternGetStreamCtxt__internal_alias
07656 #endif
07657 #endif
07658 #endif
07659 
07660 #if defined(LIBXML_PATTERN_ENABLED)
07661 #ifdef bottom_pattern
07662 #undef xmlPatternMatch
07663 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
07664 #else
07665 #ifndef xmlPatternMatch
07666 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
07667 #define xmlPatternMatch xmlPatternMatch__internal_alias
07668 #endif
07669 #endif
07670 #endif
07671 
07672 #if defined(LIBXML_PATTERN_ENABLED)
07673 #ifdef bottom_pattern
07674 #undef xmlPatternMaxDepth
07675 extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth __attribute((alias("xmlPatternMaxDepth__internal_alias")));
07676 #else
07677 #ifndef xmlPatternMaxDepth
07678 extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth__internal_alias __attribute((visibility("hidden")));
07679 #define xmlPatternMaxDepth xmlPatternMaxDepth__internal_alias
07680 #endif
07681 #endif
07682 #endif
07683 
07684 #if defined(LIBXML_PATTERN_ENABLED)
07685 #ifdef bottom_pattern
07686 #undef xmlPatternMinDepth
07687 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth __attribute((alias("xmlPatternMinDepth__internal_alias")));
07688 #else
07689 #ifndef xmlPatternMinDepth
07690 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth__internal_alias __attribute((visibility("hidden")));
07691 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias
07692 #endif
07693 #endif
07694 #endif
07695 
07696 #if defined(LIBXML_PATTERN_ENABLED)
07697 #ifdef bottom_pattern
07698 #undef xmlPatternStreamable
07699 extern __typeof (xmlPatternStreamable) xmlPatternStreamable __attribute((alias("xmlPatternStreamable__internal_alias")));
07700 #else
07701 #ifndef xmlPatternStreamable
07702 extern __typeof (xmlPatternStreamable) xmlPatternStreamable__internal_alias __attribute((visibility("hidden")));
07703 #define xmlPatternStreamable xmlPatternStreamable__internal_alias
07704 #endif
07705 #endif
07706 #endif
07707 
07708 #if defined(LIBXML_PATTERN_ENABLED)
07709 #ifdef bottom_pattern
07710 #undef xmlPatterncompile
07711 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
07712 #else
07713 #ifndef xmlPatterncompile
07714 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
07715 #define xmlPatterncompile xmlPatterncompile__internal_alias
07716 #endif
07717 #endif
07718 #endif
07719 
07720 #ifdef bottom_parserInternals
07721 #undef xmlPedanticParserDefault
07722 extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias")));
07723 #else
07724 #ifndef xmlPedanticParserDefault
07725 extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden")));
07726 #define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
07727 #endif
07728 #endif
07729 
07730 #ifdef bottom_parser
07731 #undef xmlPopInput
07732 extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
07733 #else
07734 #ifndef xmlPopInput
07735 extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
07736 #define xmlPopInput xmlPopInput__internal_alias
07737 #endif
07738 #endif
07739 
07740 #ifdef bottom_xmlIO
07741 #undef xmlPopInputCallbacks
07742 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias")));
07743 #else
07744 #ifndef xmlPopInputCallbacks
07745 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden")));
07746 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
07747 #endif
07748 #endif
07749 
07750 #ifdef bottom_uri
07751 #undef xmlPrintURI
07752 extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias")));
07753 #else
07754 #ifndef xmlPrintURI
07755 extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden")));
07756 #define xmlPrintURI xmlPrintURI__internal_alias
07757 #endif
07758 #endif
07759 
07760 #ifdef bottom_parser
07761 #undef xmlPushInput
07762 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
07763 #else
07764 #ifndef xmlPushInput
07765 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
07766 #define xmlPushInput xmlPushInput__internal_alias
07767 #endif
07768 #endif
07769 
07770 #ifdef bottom_threads
07771 #undef xmlRMutexLock
07772 extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias")));
07773 #else
07774 #ifndef xmlRMutexLock
07775 extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden")));
07776 #define xmlRMutexLock xmlRMutexLock__internal_alias
07777 #endif
07778 #endif
07779 
07780 #ifdef bottom_threads
07781 #undef xmlRMutexUnlock
07782 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
07783 #else
07784 #ifndef xmlRMutexUnlock
07785 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
07786 #define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
07787 #endif
07788 #endif
07789 
07790 #ifdef bottom_parser
07791 #undef xmlReadDoc
07792 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
07793 #else
07794 #ifndef xmlReadDoc
07795 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
07796 #define xmlReadDoc xmlReadDoc__internal_alias
07797 #endif
07798 #endif
07799 
07800 #ifdef bottom_parser
07801 #undef xmlReadFd
07802 extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
07803 #else
07804 #ifndef xmlReadFd
07805 extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
07806 #define xmlReadFd xmlReadFd__internal_alias
07807 #endif
07808 #endif
07809 
07810 #ifdef bottom_parser
07811 #undef xmlReadFile
07812 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
07813 #else
07814 #ifndef xmlReadFile
07815 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
07816 #define xmlReadFile xmlReadFile__internal_alias
07817 #endif
07818 #endif
07819 
07820 #ifdef bottom_parser
07821 #undef xmlReadIO
07822 extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
07823 #else
07824 #ifndef xmlReadIO
07825 extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
07826 #define xmlReadIO xmlReadIO__internal_alias
07827 #endif
07828 #endif
07829 
07830 #ifdef bottom_parser
07831 #undef xmlReadMemory
07832 extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
07833 #else
07834 #ifndef xmlReadMemory
07835 extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
07836 #define xmlReadMemory xmlReadMemory__internal_alias
07837 #endif
07838 #endif
07839 
07840 #if defined(LIBXML_READER_ENABLED)
07841 #ifdef bottom_xmlreader
07842 #undef xmlReaderForDoc
07843 extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
07844 #else
07845 #ifndef xmlReaderForDoc
07846 extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
07847 #define xmlReaderForDoc xmlReaderForDoc__internal_alias
07848 #endif
07849 #endif
07850 #endif
07851 
07852 #if defined(LIBXML_READER_ENABLED)
07853 #ifdef bottom_xmlreader
07854 #undef xmlReaderForFd
07855 extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
07856 #else
07857 #ifndef xmlReaderForFd
07858 extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
07859 #define xmlReaderForFd xmlReaderForFd__internal_alias
07860 #endif
07861 #endif
07862 #endif
07863 
07864 #if defined(LIBXML_READER_ENABLED)
07865 #ifdef bottom_xmlreader
07866 #undef xmlReaderForFile
07867 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
07868 #else
07869 #ifndef xmlReaderForFile
07870 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
07871 #define xmlReaderForFile xmlReaderForFile__internal_alias
07872 #endif
07873 #endif
07874 #endif
07875 
07876 #if defined(LIBXML_READER_ENABLED)
07877 #ifdef bottom_xmlreader
07878 #undef xmlReaderForIO
07879 extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias")));
07880 #else
07881 #ifndef xmlReaderForIO
07882 extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden")));
07883 #define xmlReaderForIO xmlReaderForIO__internal_alias
07884 #endif
07885 #endif
07886 #endif
07887 
07888 #if defined(LIBXML_READER_ENABLED)
07889 #ifdef bottom_xmlreader
07890 #undef xmlReaderForMemory
07891 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
07892 #else
07893 #ifndef xmlReaderForMemory
07894 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
07895 #define xmlReaderForMemory xmlReaderForMemory__internal_alias
07896 #endif
07897 #endif
07898 #endif
07899 
07900 #if defined(LIBXML_READER_ENABLED)
07901 #ifdef bottom_xmlreader
07902 #undef xmlReaderNewDoc
07903 extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias")));
07904 #else
07905 #ifndef xmlReaderNewDoc
07906 extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden")));
07907 #define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
07908 #endif
07909 #endif
07910 #endif
07911 
07912 #if defined(LIBXML_READER_ENABLED)
07913 #ifdef bottom_xmlreader
07914 #undef xmlReaderNewFd
07915 extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias")));
07916 #else
07917 #ifndef xmlReaderNewFd
07918 extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden")));
07919 #define xmlReaderNewFd xmlReaderNewFd__internal_alias
07920 #endif
07921 #endif
07922 #endif
07923 
07924 #if defined(LIBXML_READER_ENABLED)
07925 #ifdef bottom_xmlreader
07926 #undef xmlReaderNewFile
07927 extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias")));
07928 #else
07929 #ifndef xmlReaderNewFile
07930 extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden")));
07931 #define xmlReaderNewFile xmlReaderNewFile__internal_alias
07932 #endif
07933 #endif
07934 #endif
07935 
07936 #if defined(LIBXML_READER_ENABLED)
07937 #ifdef bottom_xmlreader
07938 #undef xmlReaderNewIO
07939 extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias")));
07940 #else
07941 #ifndef xmlReaderNewIO
07942 extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden")));
07943 #define xmlReaderNewIO xmlReaderNewIO__internal_alias
07944 #endif
07945 #endif
07946 #endif
07947 
07948 #if defined(LIBXML_READER_ENABLED)
07949 #ifdef bottom_xmlreader
07950 #undef xmlReaderNewMemory
07951 extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias")));
07952 #else
07953 #ifndef xmlReaderNewMemory
07954 extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden")));
07955 #define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
07956 #endif
07957 #endif
07958 #endif
07959 
07960 #if defined(LIBXML_READER_ENABLED)
07961 #ifdef bottom_xmlreader
07962 #undef xmlReaderNewWalker
07963 extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias")));
07964 #else
07965 #ifndef xmlReaderNewWalker
07966 extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden")));
07967 #define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
07968 #endif
07969 #endif
07970 #endif
07971 
07972 #if defined(LIBXML_READER_ENABLED)
07973 #ifdef bottom_xmlreader
07974 #undef xmlReaderWalker
07975 extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias")));
07976 #else
07977 #ifndef xmlReaderWalker
07978 extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden")));
07979 #define xmlReaderWalker xmlReaderWalker__internal_alias
07980 #endif
07981 #endif
07982 #endif
07983 
07984 #ifdef bottom_xmlmemory
07985 #undef xmlReallocLoc
07986 extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
07987 #else
07988 #ifndef xmlReallocLoc
07989 extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
07990 #define xmlReallocLoc xmlReallocLoc__internal_alias
07991 #endif
07992 #endif
07993 
07994 #if defined(LIBXML_TREE_ENABLED)
07995 #ifdef bottom_tree
07996 #undef xmlReconciliateNs
07997 extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias")));
07998 #else
07999 #ifndef xmlReconciliateNs
08000 extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden")));
08001 #define xmlReconciliateNs xmlReconciliateNs__internal_alias
08002 #endif
08003 #endif
08004 #endif
08005 
08006 #if defined(LIBXML_SAX1_ENABLED)
08007 #ifdef bottom_parser
08008 #undef xmlRecoverDoc
08009 extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
08010 #else
08011 #ifndef xmlRecoverDoc
08012 extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
08013 #define xmlRecoverDoc xmlRecoverDoc__internal_alias
08014 #endif
08015 #endif
08016 #endif
08017 
08018 #if defined(LIBXML_SAX1_ENABLED)
08019 #ifdef bottom_parser
08020 #undef xmlRecoverFile
08021 extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
08022 #else
08023 #ifndef xmlRecoverFile
08024 extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
08025 #define xmlRecoverFile xmlRecoverFile__internal_alias
08026 #endif
08027 #endif
08028 #endif
08029 
08030 #if defined(LIBXML_SAX1_ENABLED)
08031 #ifdef bottom_parser
08032 #undef xmlRecoverMemory
08033 extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
08034 #else
08035 #ifndef xmlRecoverMemory
08036 extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
08037 #define xmlRecoverMemory xmlRecoverMemory__internal_alias
08038 #endif
08039 #endif
08040 #endif
08041 
08042 #if defined(LIBXML_REGEXP_ENABLED)
08043 #ifdef bottom_xmlregexp
08044 #undef xmlRegExecErrInfo
08045 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo __attribute((alias("xmlRegExecErrInfo__internal_alias")));
08046 #else
08047 #ifndef xmlRegExecErrInfo
08048 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo__internal_alias __attribute((visibility("hidden")));
08049 #define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias
08050 #endif
08051 #endif
08052 #endif
08053 
08054 #if defined(LIBXML_REGEXP_ENABLED)
08055 #ifdef bottom_xmlregexp
08056 #undef xmlRegExecNextValues
08057 extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues __attribute((alias("xmlRegExecNextValues__internal_alias")));
08058 #else
08059 #ifndef xmlRegExecNextValues
08060 extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues__internal_alias __attribute((visibility("hidden")));
08061 #define xmlRegExecNextValues xmlRegExecNextValues__internal_alias
08062 #endif
08063 #endif
08064 #endif
08065 
08066 #if defined(LIBXML_REGEXP_ENABLED)
08067 #ifdef bottom_xmlregexp
08068 #undef xmlRegExecPushString
08069 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
08070 #else
08071 #ifndef xmlRegExecPushString
08072 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
08073 #define xmlRegExecPushString xmlRegExecPushString__internal_alias
08074 #endif
08075 #endif
08076 #endif
08077 
08078 #if defined(LIBXML_REGEXP_ENABLED)
08079 #ifdef bottom_xmlregexp
08080 #undef xmlRegExecPushString2
08081 extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias")));
08082 #else
08083 #ifndef xmlRegExecPushString2
08084 extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden")));
08085 #define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
08086 #endif
08087 #endif
08088 #endif
08089 
08090 #if defined(LIBXML_REGEXP_ENABLED)
08091 #ifdef bottom_xmlregexp
08092 #undef xmlRegFreeExecCtxt
08093 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
08094 #else
08095 #ifndef xmlRegFreeExecCtxt
08096 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden")));
08097 #define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
08098 #endif
08099 #endif
08100 #endif
08101 
08102 #if defined(LIBXML_REGEXP_ENABLED)
08103 #ifdef bottom_xmlregexp
08104 #undef xmlRegFreeRegexp
08105 extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias")));
08106 #else
08107 #ifndef xmlRegFreeRegexp
08108 extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden")));
08109 #define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
08110 #endif
08111 #endif
08112 #endif
08113 
08114 #if defined(LIBXML_REGEXP_ENABLED)
08115 #ifdef bottom_xmlregexp
08116 #undef xmlRegNewExecCtxt
08117 extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias")));
08118 #else
08119 #ifndef xmlRegNewExecCtxt
08120 extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden")));
08121 #define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
08122 #endif
08123 #endif
08124 #endif
08125 
08126 #if defined(LIBXML_REGEXP_ENABLED)
08127 #ifdef bottom_xmlregexp
08128 #undef xmlRegexpCompile
08129 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
08130 #else
08131 #ifndef xmlRegexpCompile
08132 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
08133 #define xmlRegexpCompile xmlRegexpCompile__internal_alias
08134 #endif
08135 #endif
08136 #endif
08137 
08138 #if defined(LIBXML_REGEXP_ENABLED)
08139 #ifdef bottom_xmlregexp
08140 #undef xmlRegexpExec
08141 extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
08142 #else
08143 #ifndef xmlRegexpExec
08144 extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
08145 #define xmlRegexpExec xmlRegexpExec__internal_alias
08146 #endif
08147 #endif
08148 #endif
08149 
08150 #if defined(LIBXML_REGEXP_ENABLED)
08151 #ifdef bottom_xmlregexp
08152 #undef xmlRegexpIsDeterminist
08153 extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
08154 #else
08155 #ifndef xmlRegexpIsDeterminist
08156 extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden")));
08157 #define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
08158 #endif
08159 #endif
08160 #endif
08161 
08162 #if defined(LIBXML_REGEXP_ENABLED)
08163 #ifdef bottom_xmlregexp
08164 #undef xmlRegexpPrint
08165 extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias")));
08166 #else
08167 #ifndef xmlRegexpPrint
08168 extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden")));
08169 #define xmlRegexpPrint xmlRegexpPrint__internal_alias
08170 #endif
08171 #endif
08172 #endif
08173 
08174 #ifdef bottom_encoding
08175 #undef xmlRegisterCharEncodingHandler
08176 extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
08177 #else
08178 #ifndef xmlRegisterCharEncodingHandler
08179 extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
08180 #define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
08181 #endif
08182 #endif
08183 
08184 #ifdef bottom_xmlIO
08185 #undef xmlRegisterDefaultInputCallbacks
08186 extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
08187 #else
08188 #ifndef xmlRegisterDefaultInputCallbacks
08189 extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden")));
08190 #define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
08191 #endif
08192 #endif
08193 
08194 #if defined(LIBXML_OUTPUT_ENABLED)
08195 #ifdef bottom_xmlIO
08196 #undef xmlRegisterDefaultOutputCallbacks
08197 extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
08198 #else
08199 #ifndef xmlRegisterDefaultOutputCallbacks
08200 extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden")));
08201 #define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
08202 #endif
08203 #endif
08204 #endif
08205 
08206 #if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
08207 #ifdef bottom_xmlIO
08208 #undef xmlRegisterHTTPPostCallbacks
08209 extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
08210 #else
08211 #ifndef xmlRegisterHTTPPostCallbacks
08212 extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden")));
08213 #define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
08214 #endif
08215 #endif
08216 #endif
08217 
08218 #ifdef bottom_xmlIO
08219 #undef xmlRegisterInputCallbacks
08220 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
08221 #else
08222 #ifndef xmlRegisterInputCallbacks
08223 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
08224 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
08225 #endif
08226 #endif
08227 
08228 #ifdef bottom_globals
08229 #undef xmlRegisterNodeDefault
08230 extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias")));
08231 #else
08232 #ifndef xmlRegisterNodeDefault
08233 extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
08234 #define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
08235 #endif
08236 #endif
08237 
08238 #if defined(LIBXML_OUTPUT_ENABLED)
08239 #ifdef bottom_xmlIO
08240 #undef xmlRegisterOutputCallbacks
08241 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
08242 #else
08243 #ifndef xmlRegisterOutputCallbacks
08244 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
08245 #define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
08246 #endif
08247 #endif
08248 #endif
08249 
08250 #if defined(LIBXML_SCHEMAS_ENABLED)
08251 #ifdef bottom_relaxng
08252 #undef xmlRelaxNGCleanupTypes
08253 extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
08254 #else
08255 #ifndef xmlRelaxNGCleanupTypes
08256 extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden")));
08257 #define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
08258 #endif
08259 #endif
08260 #endif
08261 
08262 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
08263 #ifdef bottom_relaxng
08264 #undef xmlRelaxNGDump
08265 extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias")));
08266 #else
08267 #ifndef xmlRelaxNGDump
08268 extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden")));
08269 #define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
08270 #endif
08271 #endif
08272 #endif
08273 
08274 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
08275 #ifdef bottom_relaxng
08276 #undef xmlRelaxNGDumpTree
08277 extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
08278 #else
08279 #ifndef xmlRelaxNGDumpTree
08280 extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden")));
08281 #define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
08282 #endif
08283 #endif
08284 #endif
08285 
08286 #if defined(LIBXML_SCHEMAS_ENABLED)
08287 #ifdef bottom_relaxng
08288 #undef xmlRelaxNGFree
08289 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias")));
08290 #else
08291 #ifndef xmlRelaxNGFree
08292 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
08293 #define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
08294 #endif
08295 #endif
08296 #endif
08297 
08298 #if defined(LIBXML_SCHEMAS_ENABLED)
08299 #ifdef bottom_relaxng
08300 #undef xmlRelaxNGFreeParserCtxt
08301 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
08302 #else
08303 #ifndef xmlRelaxNGFreeParserCtxt
08304 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
08305 #define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
08306 #endif
08307 #endif
08308 #endif
08309 
08310 #if defined(LIBXML_SCHEMAS_ENABLED)
08311 #ifdef bottom_relaxng
08312 #undef xmlRelaxNGFreeValidCtxt
08313 extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
08314 #else
08315 #ifndef xmlRelaxNGFreeValidCtxt
08316 extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
08317 #define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
08318 #endif
08319 #endif
08320 #endif
08321 
08322 #if defined(LIBXML_SCHEMAS_ENABLED)
08323 #ifdef bottom_relaxng
08324 #undef xmlRelaxNGGetParserErrors
08325 extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
08326 #else
08327 #ifndef xmlRelaxNGGetParserErrors
08328 extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden")));
08329 #define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
08330 #endif
08331 #endif
08332 #endif
08333 
08334 #if defined(LIBXML_SCHEMAS_ENABLED)
08335 #ifdef bottom_relaxng
08336 #undef xmlRelaxNGGetValidErrors
08337 extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
08338 #else
08339 #ifndef xmlRelaxNGGetValidErrors
08340 extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden")));
08341 #define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
08342 #endif
08343 #endif
08344 #endif
08345 
08346 #if defined(LIBXML_SCHEMAS_ENABLED)
08347 #ifdef bottom_relaxng
08348 #undef xmlRelaxNGInitTypes
08349 extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes __attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
08350 #else
08351 #ifndef xmlRelaxNGInitTypes
08352 extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes__internal_alias __attribute((visibility("hidden")));
08353 #define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
08354 #endif
08355 #endif
08356 #endif
08357 
08358 #if defined(LIBXML_SCHEMAS_ENABLED)
08359 #ifdef bottom_relaxng
08360 #undef xmlRelaxNGNewDocParserCtxt
08361 extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
08362 #else
08363 #ifndef xmlRelaxNGNewDocParserCtxt
08364 extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
08365 #define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
08366 #endif
08367 #endif
08368 #endif
08369 
08370 #if defined(LIBXML_SCHEMAS_ENABLED)
08371 #ifdef bottom_relaxng
08372 #undef xmlRelaxNGNewMemParserCtxt
08373 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
08374 #else
08375 #ifndef xmlRelaxNGNewMemParserCtxt
08376 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
08377 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
08378 #endif
08379 #endif
08380 #endif
08381 
08382 #if defined(LIBXML_SCHEMAS_ENABLED)
08383 #ifdef bottom_relaxng
08384 #undef xmlRelaxNGNewParserCtxt
08385 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
08386 #else
08387 #ifndef xmlRelaxNGNewParserCtxt
08388 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden")));
08389 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
08390 #endif
08391 #endif
08392 #endif
08393 
08394 #if defined(LIBXML_SCHEMAS_ENABLED)
08395 #ifdef bottom_relaxng
08396 #undef xmlRelaxNGNewValidCtxt
08397 extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
08398 #else
08399 #ifndef xmlRelaxNGNewValidCtxt
08400 extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden")));
08401 #define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
08402 #endif
08403 #endif
08404 #endif
08405 
08406 #if defined(LIBXML_SCHEMAS_ENABLED)
08407 #ifdef bottom_relaxng
08408 #undef xmlRelaxNGParse
08409 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
08410 #else
08411 #ifndef xmlRelaxNGParse
08412 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
08413 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
08414 #endif
08415 #endif
08416 #endif
08417 
08418 #if defined(LIBXML_SCHEMAS_ENABLED)
08419 #ifdef bottom_relaxng
08420 #undef xmlRelaxNGSetParserErrors
08421 extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
08422 #else
08423 #ifndef xmlRelaxNGSetParserErrors
08424 extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden")));
08425 #define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
08426 #endif
08427 #endif
08428 #endif
08429 
08430 #if defined(LIBXML_SCHEMAS_ENABLED)
08431 #ifdef bottom_relaxng
08432 #undef xmlRelaxNGSetParserStructuredErrors
08433 extern __typeof (xmlRelaxNGSetParserStructuredErrors) xmlRelaxNGSetParserStructuredErrors __attribute((alias("xmlRelaxNGSetParserStructuredErrors__internal_alias")));
08434 #else
08435 #ifndef xmlRelaxNGSetParserStructuredErrors
08436 extern __typeof (xmlRelaxNGSetParserStructuredErrors) xmlRelaxNGSetParserStructuredErrors__internal_alias __attribute((visibility("hidden")));
08437 #define xmlRelaxNGSetParserStructuredErrors xmlRelaxNGSetParserStructuredErrors__internal_alias
08438 #endif
08439 #endif
08440 #endif
08441 
08442 #if defined(LIBXML_SCHEMAS_ENABLED)
08443 #ifdef bottom_relaxng
08444 #undef xmlRelaxNGSetValidErrors
08445 extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
08446 #else
08447 #ifndef xmlRelaxNGSetValidErrors
08448 extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden")));
08449 #define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
08450 #endif
08451 #endif
08452 #endif
08453 
08454 #if defined(LIBXML_SCHEMAS_ENABLED)
08455 #ifdef bottom_relaxng
08456 #undef xmlRelaxNGSetValidStructuredErrors
08457 extern __typeof (xmlRelaxNGSetValidStructuredErrors) xmlRelaxNGSetValidStructuredErrors __attribute((alias("xmlRelaxNGSetValidStructuredErrors__internal_alias")));
08458 #else
08459 #ifndef xmlRelaxNGSetValidStructuredErrors
08460 extern __typeof (xmlRelaxNGSetValidStructuredErrors) xmlRelaxNGSetValidStructuredErrors__internal_alias __attribute((visibility("hidden")));
08461 #define xmlRelaxNGSetValidStructuredErrors xmlRelaxNGSetValidStructuredErrors__internal_alias
08462 #endif
08463 #endif
08464 #endif
08465 
08466 #if defined(LIBXML_SCHEMAS_ENABLED)
08467 #ifdef bottom_relaxng
08468 #undef xmlRelaxNGValidateDoc
08469 extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
08470 #else
08471 #ifndef xmlRelaxNGValidateDoc
08472 extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden")));
08473 #define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
08474 #endif
08475 #endif
08476 #endif
08477 
08478 #if defined(LIBXML_SCHEMAS_ENABLED)
08479 #ifdef bottom_relaxng
08480 #undef xmlRelaxNGValidateFullElement
08481 extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
08482 #else
08483 #ifndef xmlRelaxNGValidateFullElement
08484 extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden")));
08485 #define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
08486 #endif
08487 #endif
08488 #endif
08489 
08490 #if defined(LIBXML_SCHEMAS_ENABLED)
08491 #ifdef bottom_relaxng
08492 #undef xmlRelaxNGValidatePopElement
08493 extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
08494 #else
08495 #ifndef xmlRelaxNGValidatePopElement
08496 extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden")));
08497 #define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
08498 #endif
08499 #endif
08500 #endif
08501 
08502 #if defined(LIBXML_SCHEMAS_ENABLED)
08503 #ifdef bottom_relaxng
08504 #undef xmlRelaxNGValidatePushCData
08505 extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
08506 #else
08507 #ifndef xmlRelaxNGValidatePushCData
08508 extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden")));
08509 #define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
08510 #endif
08511 #endif
08512 #endif
08513 
08514 #if defined(LIBXML_SCHEMAS_ENABLED)
08515 #ifdef bottom_relaxng
08516 #undef xmlRelaxNGValidatePushElement
08517 extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
08518 #else
08519 #ifndef xmlRelaxNGValidatePushElement
08520 extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden")));
08521 #define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
08522 #endif
08523 #endif
08524 #endif
08525 
08526 #if defined(LIBXML_SCHEMAS_ENABLED)
08527 #ifdef bottom_relaxng
08528 #undef xmlRelaxParserSetFlag
08529 extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
08530 #else
08531 #ifndef xmlRelaxParserSetFlag
08532 extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden")));
08533 #define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
08534 #endif
08535 #endif
08536 #endif
08537 
08538 #ifdef bottom_valid
08539 #undef xmlRemoveID
08540 extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias")));
08541 #else
08542 #ifndef xmlRemoveID
08543 extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden")));
08544 #define xmlRemoveID xmlRemoveID__internal_alias
08545 #endif
08546 #endif
08547 
08548 #if defined(LIBXML_TREE_ENABLED)
08549 #ifdef bottom_tree
08550 #undef xmlRemoveProp
08551 extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
08552 #else
08553 #ifndef xmlRemoveProp
08554 extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
08555 #define xmlRemoveProp xmlRemoveProp__internal_alias
08556 #endif
08557 #endif
08558 #endif
08559 
08560 #ifdef bottom_valid
08561 #undef xmlRemoveRef
08562 extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
08563 #else
08564 #ifndef xmlRemoveRef
08565 extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
08566 #define xmlRemoveRef xmlRemoveRef__internal_alias
08567 #endif
08568 #endif
08569 
08570 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
08571 #ifdef bottom_tree
08572 #undef xmlReplaceNode
08573 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
08574 #else
08575 #ifndef xmlReplaceNode
08576 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
08577 #define xmlReplaceNode xmlReplaceNode__internal_alias
08578 #endif
08579 #endif
08580 #endif
08581 
08582 #ifdef bottom_error
08583 #undef xmlResetError
08584 extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias")));
08585 #else
08586 #ifndef xmlResetError
08587 extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden")));
08588 #define xmlResetError xmlResetError__internal_alias
08589 #endif
08590 #endif
08591 
08592 #ifdef bottom_error
08593 #undef xmlResetLastError
08594 extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias")));
08595 #else
08596 #ifndef xmlResetLastError
08597 extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden")));
08598 #define xmlResetLastError xmlResetLastError__internal_alias
08599 #endif
08600 #endif
08601 
08602 #ifdef bottom_SAX2
08603 #undef xmlSAX2AttributeDecl
08604 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
08605 #else
08606 #ifndef xmlSAX2AttributeDecl
08607 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
08608 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
08609 #endif
08610 #endif
08611 
08612 #ifdef bottom_SAX2
08613 #undef xmlSAX2CDataBlock
08614 extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias")));
08615 #else
08616 #ifndef xmlSAX2CDataBlock
08617 extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden")));
08618 #define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
08619 #endif
08620 #endif
08621 
08622 #ifdef bottom_SAX2
08623 #undef xmlSAX2Characters
08624 extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
08625 #else
08626 #ifndef xmlSAX2Characters
08627 extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
08628 #define xmlSAX2Characters xmlSAX2Characters__internal_alias
08629 #endif
08630 #endif
08631 
08632 #ifdef bottom_SAX2
08633 #undef xmlSAX2Comment
08634 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
08635 #else
08636 #ifndef xmlSAX2Comment
08637 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
08638 #define xmlSAX2Comment xmlSAX2Comment__internal_alias
08639 #endif
08640 #endif
08641 
08642 #ifdef bottom_SAX2
08643 #undef xmlSAX2ElementDecl
08644 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
08645 #else
08646 #ifndef xmlSAX2ElementDecl
08647 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
08648 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
08649 #endif
08650 #endif
08651 
08652 #ifdef bottom_SAX2
08653 #undef xmlSAX2EndDocument
08654 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
08655 #else
08656 #ifndef xmlSAX2EndDocument
08657 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
08658 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
08659 #endif
08660 #endif
08661 
08662 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
08663 #ifdef bottom_SAX2
08664 #undef xmlSAX2EndElement
08665 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
08666 #else
08667 #ifndef xmlSAX2EndElement
08668 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
08669 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
08670 #endif
08671 #endif
08672 #endif
08673 
08674 #ifdef bottom_SAX2
08675 #undef xmlSAX2EndElementNs
08676 extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias")));
08677 #else
08678 #ifndef xmlSAX2EndElementNs
08679 extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden")));
08680 #define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
08681 #endif
08682 #endif
08683 
08684 #ifdef bottom_SAX2
08685 #undef xmlSAX2EntityDecl
08686 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
08687 #else
08688 #ifndef xmlSAX2EntityDecl
08689 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
08690 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
08691 #endif
08692 #endif
08693 
08694 #ifdef bottom_SAX2
08695 #undef xmlSAX2ExternalSubset
08696 extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
08697 #else
08698 #ifndef xmlSAX2ExternalSubset
08699 extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden")));
08700 #define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
08701 #endif
08702 #endif
08703 
08704 #ifdef bottom_SAX2
08705 #undef xmlSAX2GetColumnNumber
08706 extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
08707 #else
08708 #ifndef xmlSAX2GetColumnNumber
08709 extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden")));
08710 #define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
08711 #endif
08712 #endif
08713 
08714 #ifdef bottom_SAX2
08715 #undef xmlSAX2GetEntity
08716 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
08717 #else
08718 #ifndef xmlSAX2GetEntity
08719 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
08720 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
08721 #endif
08722 #endif
08723 
08724 #ifdef bottom_SAX2
08725 #undef xmlSAX2GetLineNumber
08726 extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
08727 #else
08728 #ifndef xmlSAX2GetLineNumber
08729 extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden")));
08730 #define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
08731 #endif
08732 #endif
08733 
08734 #ifdef bottom_SAX2
08735 #undef xmlSAX2GetParameterEntity
08736 extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
08737 #else
08738 #ifndef xmlSAX2GetParameterEntity
08739 extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden")));
08740 #define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
08741 #endif
08742 #endif
08743 
08744 #ifdef bottom_SAX2
08745 #undef xmlSAX2GetPublicId
08746 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
08747 #else
08748 #ifndef xmlSAX2GetPublicId
08749 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
08750 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
08751 #endif
08752 #endif
08753 
08754 #ifdef bottom_SAX2
08755 #undef xmlSAX2GetSystemId
08756 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
08757 #else
08758 #ifndef xmlSAX2GetSystemId
08759 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
08760 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
08761 #endif
08762 #endif
08763 
08764 #ifdef bottom_SAX2
08765 #undef xmlSAX2HasExternalSubset
08766 extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
08767 #else
08768 #ifndef xmlSAX2HasExternalSubset
08769 extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden")));
08770 #define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
08771 #endif
08772 #endif
08773 
08774 #ifdef bottom_SAX2
08775 #undef xmlSAX2HasInternalSubset
08776 extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
08777 #else
08778 #ifndef xmlSAX2HasInternalSubset
08779 extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden")));
08780 #define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
08781 #endif
08782 #endif
08783 
08784 #ifdef bottom_SAX2
08785 #undef xmlSAX2IgnorableWhitespace
08786 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
08787 #else
08788 #ifndef xmlSAX2IgnorableWhitespace
08789 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
08790 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
08791 #endif
08792 #endif
08793 
08794 #ifdef bottom_SAX2
08795 #undef xmlSAX2InitDefaultSAXHandler
08796 extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
08797 #else
08798 #ifndef xmlSAX2InitDefaultSAXHandler
08799 extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
08800 #define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
08801 #endif
08802 #endif
08803 
08804 #if defined(LIBXML_DOCB_ENABLED)
08805 #ifdef bottom_SAX2
08806 #undef xmlSAX2InitDocbDefaultSAXHandler
08807 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
08808 #else
08809 #ifndef xmlSAX2InitDocbDefaultSAXHandler
08810 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
08811 #define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
08812 #endif
08813 #endif
08814 #endif
08815 
08816 #if defined(LIBXML_HTML_ENABLED)
08817 #ifdef bottom_SAX2
08818 #undef xmlSAX2InitHtmlDefaultSAXHandler
08819 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
08820 #else
08821 #ifndef xmlSAX2InitHtmlDefaultSAXHandler
08822 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
08823 #define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
08824 #endif
08825 #endif
08826 #endif
08827 
08828 #ifdef bottom_SAX2
08829 #undef xmlSAX2InternalSubset
08830 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
08831 #else
08832 #ifndef xmlSAX2InternalSubset
08833 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
08834 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
08835 #endif
08836 #endif
08837 
08838 #ifdef bottom_SAX2
08839 #undef xmlSAX2IsStandalone
08840 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
08841 #else
08842 #ifndef xmlSAX2IsStandalone
08843 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
08844 #define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
08845 #endif
08846 #endif
08847 
08848 #ifdef bottom_SAX2
08849 #undef xmlSAX2NotationDecl
08850 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
08851 #else
08852 #ifndef xmlSAX2NotationDecl
08853 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
08854 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
08855 #endif
08856 #endif
08857 
08858 #ifdef bottom_SAX2
08859 #undef xmlSAX2ProcessingInstruction
08860 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
08861 #else
08862 #ifndef xmlSAX2ProcessingInstruction
08863 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
08864 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
08865 #endif
08866 #endif
08867 
08868 #ifdef bottom_SAX2
08869 #undef xmlSAX2Reference
08870 extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
08871 #else
08872 #ifndef xmlSAX2Reference
08873 extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
08874 #define xmlSAX2Reference xmlSAX2Reference__internal_alias
08875 #endif
08876 #endif
08877 
08878 #ifdef bottom_SAX2
08879 #undef xmlSAX2ResolveEntity
08880 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
08881 #else
08882 #ifndef xmlSAX2ResolveEntity
08883 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
08884 #define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
08885 #endif
08886 #endif
08887 
08888 #ifdef bottom_SAX2
08889 #undef xmlSAX2SetDocumentLocator
08890 extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
08891 #else
08892 #ifndef xmlSAX2SetDocumentLocator
08893 extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden")));
08894 #define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
08895 #endif
08896 #endif
08897 
08898 #ifdef bottom_SAX2
08899 #undef xmlSAX2StartDocument
08900 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias")));
08901 #else
08902 #ifndef xmlSAX2StartDocument
08903 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden")));
08904 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
08905 #endif
08906 #endif
08907 
08908 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
08909 #ifdef bottom_SAX2
08910 #undef xmlSAX2StartElement
08911 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
08912 #else
08913 #ifndef xmlSAX2StartElement
08914 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
08915 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
08916 #endif
08917 #endif
08918 #endif
08919 
08920 #ifdef bottom_SAX2
08921 #undef xmlSAX2StartElementNs
08922 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
08923 #else
08924 #ifndef xmlSAX2StartElementNs
08925 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
08926 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
08927 #endif
08928 #endif
08929 
08930 #ifdef bottom_SAX2
08931 #undef xmlSAX2UnparsedEntityDecl
08932 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
08933 #else
08934 #ifndef xmlSAX2UnparsedEntityDecl
08935 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
08936 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
08937 #endif
08938 #endif
08939 
08940 #if defined(LIBXML_SAX1_ENABLED)
08941 #ifdef bottom_SAX2
08942 #undef xmlSAXDefaultVersion
08943 extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias")));
08944 #else
08945 #ifndef xmlSAXDefaultVersion
08946 extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden")));
08947 #define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
08948 #endif
08949 #endif
08950 #endif
08951 
08952 #if defined(LIBXML_VALID_ENABLED)
08953 #ifdef bottom_parser
08954 #undef xmlSAXParseDTD
08955 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
08956 #else
08957 #ifndef xmlSAXParseDTD
08958 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
08959 #define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
08960 #endif
08961 #endif
08962 #endif
08963 
08964 #if defined(LIBXML_SAX1_ENABLED)
08965 #ifdef bottom_parser
08966 #undef xmlSAXParseDoc
08967 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
08968 #else
08969 #ifndef xmlSAXParseDoc
08970 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
08971 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
08972 #endif
08973 #endif
08974 #endif
08975 
08976 #if defined(LIBXML_SAX1_ENABLED)
08977 #ifdef bottom_parser
08978 #undef xmlSAXParseEntity
08979 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
08980 #else
08981 #ifndef xmlSAXParseEntity
08982 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
08983 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
08984 #endif
08985 #endif
08986 #endif
08987 
08988 #if defined(LIBXML_SAX1_ENABLED)
08989 #ifdef bottom_parser
08990 #undef xmlSAXParseFile
08991 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
08992 #else
08993 #ifndef xmlSAXParseFile
08994 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
08995 #define xmlSAXParseFile xmlSAXParseFile__internal_alias
08996 #endif
08997 #endif
08998 #endif
08999 
09000 #if defined(LIBXML_SAX1_ENABLED)
09001 #ifdef bottom_parser
09002 #undef xmlSAXParseFileWithData
09003 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
09004 #else
09005 #ifndef xmlSAXParseFileWithData
09006 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
09007 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
09008 #endif
09009 #endif
09010 #endif
09011 
09012 #if defined(LIBXML_SAX1_ENABLED)
09013 #ifdef bottom_parser
09014 #undef xmlSAXParseMemory
09015 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
09016 #else
09017 #ifndef xmlSAXParseMemory
09018 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
09019 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
09020 #endif
09021 #endif
09022 #endif
09023 
09024 #if defined(LIBXML_SAX1_ENABLED)
09025 #ifdef bottom_parser
09026 #undef xmlSAXParseMemoryWithData
09027 extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
09028 #else
09029 #ifndef xmlSAXParseMemoryWithData
09030 extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden")));
09031 #define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
09032 #endif
09033 #endif
09034 #endif
09035 
09036 #if defined(LIBXML_SAX1_ENABLED)
09037 #ifdef bottom_parser
09038 #undef xmlSAXUserParseFile
09039 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
09040 #else
09041 #ifndef xmlSAXUserParseFile
09042 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
09043 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
09044 #endif
09045 #endif
09046 #endif
09047 
09048 #if defined(LIBXML_SAX1_ENABLED)
09049 #ifdef bottom_parser
09050 #undef xmlSAXUserParseMemory
09051 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
09052 #else
09053 #ifndef xmlSAXUserParseMemory
09054 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
09055 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
09056 #endif
09057 #endif
09058 #endif
09059 
09060 #ifdef bottom_SAX2
09061 #undef xmlSAXVersion
09062 extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
09063 #else
09064 #ifndef xmlSAXVersion
09065 extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
09066 #define xmlSAXVersion xmlSAXVersion__internal_alias
09067 #endif
09068 #endif
09069 
09070 #if defined(LIBXML_OUTPUT_ENABLED)
09071 #ifdef bottom_xmlsave
09072 #undef xmlSaveClose
09073 extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias")));
09074 #else
09075 #ifndef xmlSaveClose
09076 extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden")));
09077 #define xmlSaveClose xmlSaveClose__internal_alias
09078 #endif
09079 #endif
09080 #endif
09081 
09082 #if defined(LIBXML_OUTPUT_ENABLED)
09083 #ifdef bottom_xmlsave
09084 #undef xmlSaveDoc
09085 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
09086 #else
09087 #ifndef xmlSaveDoc
09088 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
09089 #define xmlSaveDoc xmlSaveDoc__internal_alias
09090 #endif
09091 #endif
09092 #endif
09093 
09094 #if defined(LIBXML_OUTPUT_ENABLED)
09095 #ifdef bottom_xmlsave
09096 #undef xmlSaveFile
09097 extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
09098 #else
09099 #ifndef xmlSaveFile
09100 extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
09101 #define xmlSaveFile xmlSaveFile__internal_alias
09102 #endif
09103 #endif
09104 #endif
09105 
09106 #if defined(LIBXML_OUTPUT_ENABLED)
09107 #ifdef bottom_xmlsave
09108 #undef xmlSaveFileEnc
09109 extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias")));
09110 #else
09111 #ifndef xmlSaveFileEnc
09112 extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
09113 #define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
09114 #endif
09115 #endif
09116 #endif
09117 
09118 #if defined(LIBXML_OUTPUT_ENABLED)
09119 #ifdef bottom_xmlsave
09120 #undef xmlSaveFileTo
09121 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
09122 #else
09123 #ifndef xmlSaveFileTo
09124 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
09125 #define xmlSaveFileTo xmlSaveFileTo__internal_alias
09126 #endif
09127 #endif
09128 #endif
09129 
09130 #if defined(LIBXML_OUTPUT_ENABLED)
09131 #ifdef bottom_xmlsave
09132 #undef xmlSaveFlush
09133 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
09134 #else
09135 #ifndef xmlSaveFlush
09136 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
09137 #define xmlSaveFlush xmlSaveFlush__internal_alias
09138 #endif
09139 #endif
09140 #endif
09141 
09142 #if defined(LIBXML_OUTPUT_ENABLED)
09143 #ifdef bottom_xmlsave
09144 #undef xmlSaveFormatFile
09145 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
09146 #else
09147 #ifndef xmlSaveFormatFile
09148 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
09149 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
09150 #endif
09151 #endif
09152 #endif
09153 
09154 #if defined(LIBXML_OUTPUT_ENABLED)
09155 #ifdef bottom_xmlsave
09156 #undef xmlSaveFormatFileEnc
09157 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
09158 #else
09159 #ifndef xmlSaveFormatFileEnc
09160 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
09161 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
09162 #endif
09163 #endif
09164 #endif
09165 
09166 #if defined(LIBXML_OUTPUT_ENABLED)
09167 #ifdef bottom_xmlsave
09168 #undef xmlSaveFormatFileTo
09169 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
09170 #else
09171 #ifndef xmlSaveFormatFileTo
09172 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
09173 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
09174 #endif
09175 #endif
09176 #endif
09177 
09178 #if defined(LIBXML_OUTPUT_ENABLED)
09179 #ifdef bottom_xmlsave
09180 #undef xmlSaveSetAttrEscape
09181 extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
09182 #else
09183 #ifndef xmlSaveSetAttrEscape
09184 extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden")));
09185 #define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
09186 #endif
09187 #endif
09188 #endif
09189 
09190 #if defined(LIBXML_OUTPUT_ENABLED)
09191 #ifdef bottom_xmlsave
09192 #undef xmlSaveSetEscape
09193 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
09194 #else
09195 #ifndef xmlSaveSetEscape
09196 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
09197 #define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
09198 #endif
09199 #endif
09200 #endif
09201 
09202 #if defined(LIBXML_OUTPUT_ENABLED)
09203 #ifdef bottom_xmlsave
09204 #undef xmlSaveToBuffer
09205 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer __attribute((alias("xmlSaveToBuffer__internal_alias")));
09206 #else
09207 #ifndef xmlSaveToBuffer
09208 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer__internal_alias __attribute((visibility("hidden")));
09209 #define xmlSaveToBuffer xmlSaveToBuffer__internal_alias
09210 #endif
09211 #endif
09212 #endif
09213 
09214 #if defined(LIBXML_OUTPUT_ENABLED)
09215 #ifdef bottom_xmlsave
09216 #undef xmlSaveToFd
09217 extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias")));
09218 #else
09219 #ifndef xmlSaveToFd
09220 extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden")));
09221 #define xmlSaveToFd xmlSaveToFd__internal_alias
09222 #endif
09223 #endif
09224 #endif
09225 
09226 #if defined(LIBXML_OUTPUT_ENABLED)
09227 #ifdef bottom_xmlsave
09228 #undef xmlSaveToFilename
09229 extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias")));
09230 #else
09231 #ifndef xmlSaveToFilename
09232 extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden")));
09233 #define xmlSaveToFilename xmlSaveToFilename__internal_alias
09234 #endif
09235 #endif
09236 #endif
09237 
09238 #if defined(LIBXML_OUTPUT_ENABLED)
09239 #ifdef bottom_xmlsave
09240 #undef xmlSaveToIO
09241 extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias")));
09242 #else
09243 #ifndef xmlSaveToIO
09244 extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden")));
09245 #define xmlSaveToIO xmlSaveToIO__internal_alias
09246 #endif
09247 #endif
09248 #endif
09249 
09250 #if defined(LIBXML_OUTPUT_ENABLED)
09251 #ifdef bottom_xmlsave
09252 #undef xmlSaveTree
09253 extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias")));
09254 #else
09255 #ifndef xmlSaveTree
09256 extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden")));
09257 #define xmlSaveTree xmlSaveTree__internal_alias
09258 #endif
09259 #endif
09260 #endif
09261 
09262 #ifdef bottom_uri
09263 #undef xmlSaveUri
09264 extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias")));
09265 #else
09266 #ifndef xmlSaveUri
09267 extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden")));
09268 #define xmlSaveUri xmlSaveUri__internal_alias
09269 #endif
09270 #endif
09271 
09272 #if defined(LIBXML_LEGACY_ENABLED)
09273 #ifdef bottom_legacy
09274 #undef xmlScanName
09275 extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias")));
09276 #else
09277 #ifndef xmlScanName
09278 extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden")));
09279 #define xmlScanName xmlScanName__internal_alias
09280 #endif
09281 #endif
09282 #endif
09283 
09284 #if defined(LIBXML_SCHEMAS_ENABLED)
09285 #ifdef bottom_xmlschemas
09286 #undef xmlSchemaCheckFacet
09287 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
09288 #else
09289 #ifndef xmlSchemaCheckFacet
09290 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
09291 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
09292 #endif
09293 #endif
09294 #endif
09295 
09296 #if defined(LIBXML_SCHEMAS_ENABLED)
09297 #ifdef bottom_xmlschemastypes
09298 #undef xmlSchemaCleanupTypes
09299 extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
09300 #else
09301 #ifndef xmlSchemaCleanupTypes
09302 extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden")));
09303 #define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
09304 #endif
09305 #endif
09306 #endif
09307 
09308 #if defined(LIBXML_SCHEMAS_ENABLED)
09309 #ifdef bottom_xmlschemastypes
09310 #undef xmlSchemaCollapseString
09311 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
09312 #else
09313 #ifndef xmlSchemaCollapseString
09314 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
09315 #define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
09316 #endif
09317 #endif
09318 #endif
09319 
09320 #if defined(LIBXML_SCHEMAS_ENABLED)
09321 #ifdef bottom_xmlschemastypes
09322 #undef xmlSchemaCompareValues
09323 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
09324 #else
09325 #ifndef xmlSchemaCompareValues
09326 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
09327 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
09328 #endif
09329 #endif
09330 #endif
09331 
09332 #if defined(LIBXML_SCHEMAS_ENABLED)
09333 #ifdef bottom_xmlschemastypes
09334 #undef xmlSchemaCompareValuesWhtsp
09335 extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp __attribute((alias("xmlSchemaCompareValuesWhtsp__internal_alias")));
09336 #else
09337 #ifndef xmlSchemaCompareValuesWhtsp
09338 extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp__internal_alias __attribute((visibility("hidden")));
09339 #define xmlSchemaCompareValuesWhtsp xmlSchemaCompareValuesWhtsp__internal_alias
09340 #endif
09341 #endif
09342 #endif
09343 
09344 #if defined(LIBXML_SCHEMAS_ENABLED)
09345 #ifdef bottom_xmlschemastypes
09346 #undef xmlSchemaCopyValue
09347 extern __typeof (xmlSchemaCopyValue) xmlSchemaCopyValue __attribute((alias("xmlSchemaCopyValue__internal_alias")));
09348 #else
09349 #ifndef xmlSchemaCopyValue
09350 extern __typeof (xmlSchemaCopyValue) xmlSchemaCopyValue__internal_alias __attribute((visibility("hidden")));
09351 #define xmlSchemaCopyValue xmlSchemaCopyValue__internal_alias
09352 #endif
09353 #endif
09354 #endif
09355 
09356 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
09357 #ifdef bottom_xmlschemas
09358 #undef xmlSchemaDump
09359 extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias")));
09360 #else
09361 #ifndef xmlSchemaDump
09362 extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden")));
09363 #define xmlSchemaDump xmlSchemaDump__internal_alias
09364 #endif
09365 #endif
09366 #endif
09367 
09368 #if defined(LIBXML_SCHEMAS_ENABLED)
09369 #ifdef bottom_xmlschemas
09370 #undef xmlSchemaFree
09371 extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias")));
09372 #else
09373 #ifndef xmlSchemaFree
09374 extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden")));
09375 #define xmlSchemaFree xmlSchemaFree__internal_alias
09376 #endif
09377 #endif
09378 #endif
09379 
09380 #if defined(LIBXML_SCHEMAS_ENABLED)
09381 #ifdef bottom_xmlschemas
09382 #undef xmlSchemaFreeFacet
09383 extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias")));
09384 #else
09385 #ifndef xmlSchemaFreeFacet
09386 extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden")));
09387 #define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
09388 #endif
09389 #endif
09390 #endif
09391 
09392 #if defined(LIBXML_SCHEMAS_ENABLED)
09393 #ifdef bottom_xmlschemas
09394 #undef xmlSchemaFreeParserCtxt
09395 extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
09396 #else
09397 #ifndef xmlSchemaFreeParserCtxt
09398 extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
09399 #define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
09400 #endif
09401 #endif
09402 #endif
09403 
09404 #if defined(LIBXML_SCHEMAS_ENABLED)
09405 #ifdef bottom_xmlschemas
09406 #undef xmlSchemaFreeType
09407 extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias")));
09408 #else
09409 #ifndef xmlSchemaFreeType
09410 extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden")));
09411 #define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
09412 #endif
09413 #endif
09414 #endif
09415 
09416 #if defined(LIBXML_SCHEMAS_ENABLED)
09417 #ifdef bottom_xmlschemas
09418 #undef xmlSchemaFreeValidCtxt
09419 extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
09420 #else
09421 #ifndef xmlSchemaFreeValidCtxt
09422 extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
09423 #define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
09424 #endif
09425 #endif
09426 #endif
09427 
09428 #if defined(LIBXML_SCHEMAS_ENABLED)
09429 #ifdef bottom_xmlschemastypes
09430 #undef xmlSchemaFreeValue
09431 extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias")));
09432 #else
09433 #ifndef xmlSchemaFreeValue
09434 extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden")));
09435 #define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
09436 #endif
09437 #endif
09438 #endif
09439 
09440 #if defined(LIBXML_SCHEMAS_ENABLED)
09441 #ifdef bottom_xmlschemas
09442 #undef xmlSchemaFreeWildcard
09443 extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard __attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
09444 #else
09445 #ifndef xmlSchemaFreeWildcard
09446 extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard__internal_alias __attribute((visibility("hidden")));
09447 #define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
09448 #endif
09449 #endif
09450 #endif
09451 
09452 #if defined(LIBXML_SCHEMAS_ENABLED)
09453 #ifdef bottom_xmlschemastypes
09454 #undef xmlSchemaGetBuiltInListSimpleTypeItemType
09455 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType __attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
09456 #else
09457 #ifndef xmlSchemaGetBuiltInListSimpleTypeItemType
09458 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias __attribute((visibility("hidden")));
09459 #define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
09460 #endif
09461 #endif
09462 #endif
09463 
09464 #if defined(LIBXML_SCHEMAS_ENABLED)
09465 #ifdef bottom_xmlschemastypes
09466 #undef xmlSchemaGetBuiltInType
09467 extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType __attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
09468 #else
09469 #ifndef xmlSchemaGetBuiltInType
09470 extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType__internal_alias __attribute((visibility("hidden")));
09471 #define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
09472 #endif
09473 #endif
09474 #endif
09475 
09476 #if defined(LIBXML_SCHEMAS_ENABLED)
09477 #ifdef bottom_xmlschemastypes
09478 #undef xmlSchemaGetCanonValue
09479 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
09480 #else
09481 #ifndef xmlSchemaGetCanonValue
09482 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibility("hidden")));
09483 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias
09484 #endif
09485 #endif
09486 #endif
09487 
09488 #if defined(LIBXML_SCHEMAS_ENABLED)
09489 #ifdef bottom_xmlschemastypes
09490 #undef xmlSchemaGetCanonValueWhtsp
09491 extern __typeof (xmlSchemaGetCanonValueWhtsp) xmlSchemaGetCanonValueWhtsp __attribute((alias("xmlSchemaGetCanonValueWhtsp__internal_alias")));
09492 #else
09493 #ifndef xmlSchemaGetCanonValueWhtsp
09494 extern __typeof (xmlSchemaGetCanonValueWhtsp) xmlSchemaGetCanonValueWhtsp__internal_alias __attribute((visibility("hidden")));
09495 #define xmlSchemaGetCanonValueWhtsp xmlSchemaGetCanonValueWhtsp__internal_alias
09496 #endif
09497 #endif
09498 #endif
09499 
09500 #if defined(LIBXML_SCHEMAS_ENABLED)
09501 #ifdef bottom_xmlschemastypes
09502 #undef xmlSchemaGetFacetValueAsULong
09503 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
09504 #else
09505 #ifndef xmlSchemaGetFacetValueAsULong
09506 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __attribute((visibility("hidden")));
09507 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
09508 #endif
09509 #endif
09510 #endif
09511 
09512 #if defined(LIBXML_SCHEMAS_ENABLED)
09513 #ifdef bottom_xmlschemas
09514 #undef xmlSchemaGetParserErrors
09515 extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors __attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
09516 #else
09517 #ifndef xmlSchemaGetParserErrors
09518 extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors__internal_alias __attribute((visibility("hidden")));
09519 #define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
09520 #endif
09521 #endif
09522 #endif
09523 
09524 #if defined(LIBXML_SCHEMAS_ENABLED)
09525 #ifdef bottom_xmlschemastypes
09526 #undef xmlSchemaGetPredefinedType
09527 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
09528 #else
09529 #ifndef xmlSchemaGetPredefinedType
09530 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
09531 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
09532 #endif
09533 #endif
09534 #endif
09535 
09536 #if defined(LIBXML_SCHEMAS_ENABLED)
09537 #ifdef bottom_xmlschemastypes
09538 #undef xmlSchemaGetValType
09539 extern __typeof (xmlSchemaGetValType) xmlSchemaGetValType __attribute((alias("xmlSchemaGetValType__internal_alias")));
09540 #else
09541 #ifndef xmlSchemaGetValType
09542 extern __typeof (xmlSchemaGetValType) xmlSchemaGetValType__internal_alias __attribute((visibility("hidden")));
09543 #define xmlSchemaGetValType xmlSchemaGetValType__internal_alias
09544 #endif
09545 #endif
09546 #endif
09547 
09548 #if defined(LIBXML_SCHEMAS_ENABLED)
09549 #ifdef bottom_xmlschemas
09550 #undef xmlSchemaGetValidErrors
09551 extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors __attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
09552 #else
09553 #ifndef xmlSchemaGetValidErrors
09554 extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors__internal_alias __attribute((visibility("hidden")));
09555 #define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
09556 #endif
09557 #endif
09558 #endif
09559 
09560 #if defined(LIBXML_SCHEMAS_ENABLED)
09561 #ifdef bottom_xmlschemastypes
09562 #undef xmlSchemaInitTypes
09563 extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias")));
09564 #else
09565 #ifndef xmlSchemaInitTypes
09566 extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden")));
09567 #define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
09568 #endif
09569 #endif
09570 #endif
09571 
09572 #if defined(LIBXML_SCHEMAS_ENABLED)
09573 #ifdef bottom_xmlschemastypes
09574 #undef xmlSchemaIsBuiltInTypeFacet
09575 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
09576 #else
09577 #ifndef xmlSchemaIsBuiltInTypeFacet
09578 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
09579 #define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
09580 #endif
09581 #endif
09582 #endif
09583 
09584 #if defined(LIBXML_SCHEMAS_ENABLED)
09585 #ifdef bottom_xmlschemas
09586 #undef xmlSchemaIsValid
09587 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid __attribute((alias("xmlSchemaIsValid__internal_alias")));
09588 #else
09589 #ifndef xmlSchemaIsValid
09590 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid__internal_alias __attribute((visibility("hidden")));
09591 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias
09592 #endif
09593 #endif
09594 #endif
09595 
09596 #if defined(LIBXML_SCHEMAS_ENABLED)
09597 #ifdef bottom_xmlschemas
09598 #undef xmlSchemaNewDocParserCtxt
09599 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
09600 #else
09601 #ifndef xmlSchemaNewDocParserCtxt
09602 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
09603 #define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
09604 #endif
09605 #endif
09606 #endif
09607 
09608 #if defined(LIBXML_SCHEMAS_ENABLED)
09609 #ifdef bottom_xmlschemas
09610 #undef xmlSchemaNewFacet
09611 extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias")));
09612 #else
09613 #ifndef xmlSchemaNewFacet
09614 extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden")));
09615 #define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
09616 #endif
09617 #endif
09618 #endif
09619 
09620 #if defined(LIBXML_SCHEMAS_ENABLED)
09621 #ifdef bottom_xmlschemas
09622 #undef xmlSchemaNewMemParserCtxt
09623 extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
09624 #else
09625 #ifndef xmlSchemaNewMemParserCtxt
09626 extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
09627 #define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
09628 #endif
09629 #endif
09630 #endif
09631 
09632 #if defined(LIBXML_SCHEMAS_ENABLED)
09633 #ifdef bottom_xmlschemastypes
09634 #undef xmlSchemaNewNOTATIONValue
09635 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue __attribute((alias("xmlSchemaNewNOTATIONValue__internal_alias")));
09636 #else
09637 #ifndef xmlSchemaNewNOTATIONValue
09638 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue__internal_alias __attribute((visibility("hidden")));
09639 #define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias
09640 #endif
09641 #endif
09642 #endif
09643 
09644 #if defined(LIBXML_SCHEMAS_ENABLED)
09645 #ifdef bottom_xmlschemas
09646 #undef xmlSchemaNewParserCtxt
09647 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
09648 #else
09649 #ifndef xmlSchemaNewParserCtxt
09650 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
09651 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
09652 #endif
09653 #endif
09654 #endif
09655 
09656 #if defined(LIBXML_SCHEMAS_ENABLED)
09657 #ifdef bottom_xmlschemastypes
09658 #undef xmlSchemaNewQNameValue
09659 extern __typeof (xmlSchemaNewQNameValue) xmlSchemaNewQNameValue __attribute((alias("xmlSchemaNewQNameValue__internal_alias")));
09660 #else
09661 #ifndef xmlSchemaNewQNameValue
09662 extern __typeof (xmlSchemaNewQNameValue) xmlSchemaNewQNameValue__internal_alias __attribute((visibility("hidden")));
09663 #define xmlSchemaNewQNameValue xmlSchemaNewQNameValue__internal_alias
09664 #endif
09665 #endif
09666 #endif
09667 
09668 #if defined(LIBXML_SCHEMAS_ENABLED)
09669 #ifdef bottom_xmlschemastypes
09670 #undef xmlSchemaNewStringValue
09671 extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue __attribute((alias("xmlSchemaNewStringValue__internal_alias")));
09672 #else
09673 #ifndef xmlSchemaNewStringValue
09674 extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue__internal_alias __attribute((visibility("hidden")));
09675 #define xmlSchemaNewStringValue xmlSchemaNewStringValue__internal_alias
09676 #endif
09677 #endif
09678 #endif
09679 
09680 #if defined(LIBXML_SCHEMAS_ENABLED)
09681 #ifdef bottom_xmlschemas
09682 #undef xmlSchemaNewValidCtxt
09683 extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
09684 #else
09685 #ifndef xmlSchemaNewValidCtxt
09686 extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden")));
09687 #define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
09688 #endif
09689 #endif
09690 #endif
09691 
09692 #if defined(LIBXML_SCHEMAS_ENABLED)
09693 #ifdef bottom_xmlschemas
09694 #undef xmlSchemaParse
09695 extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias")));
09696 #else
09697 #ifndef xmlSchemaParse
09698 extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
09699 #define xmlSchemaParse xmlSchemaParse__internal_alias
09700 #endif
09701 #endif
09702 #endif
09703 
09704 #if defined(LIBXML_SCHEMAS_ENABLED)
09705 #ifdef bottom_xmlschemas
09706 #undef xmlSchemaSAXPlug
09707 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug __attribute((alias("xmlSchemaSAXPlug__internal_alias")));
09708 #else
09709 #ifndef xmlSchemaSAXPlug
09710 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug__internal_alias __attribute((visibility("hidden")));
09711 #define xmlSchemaSAXPlug xmlSchemaSAXPlug__internal_alias
09712 #endif
09713 #endif
09714 #endif
09715 
09716 #if defined(LIBXML_SCHEMAS_ENABLED)
09717 #ifdef bottom_xmlschemas
09718 #undef xmlSchemaSAXUnplug
09719 extern __typeof (xmlSchemaSAXUnplug) xmlSchemaSAXUnplug __attribute((alias("xmlSchemaSAXUnplug__internal_alias")));
09720 #else
09721 #ifndef xmlSchemaSAXUnplug
09722 extern __typeof (xmlSchemaSAXUnplug) xmlSchemaSAXUnplug__internal_alias __attribute((visibility("hidden")));
09723 #define xmlSchemaSAXUnplug xmlSchemaSAXUnplug__internal_alias
09724 #endif
09725 #endif
09726 #endif
09727 
09728 #if defined(LIBXML_SCHEMAS_ENABLED)
09729 #ifdef bottom_xmlschemas
09730 #undef xmlSchemaSetParserErrors
09731 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
09732 #else
09733 #ifndef xmlSchemaSetParserErrors
09734 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
09735 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
09736 #endif
09737 #endif
09738 #endif
09739 
09740 #if defined(LIBXML_SCHEMAS_ENABLED)
09741 #ifdef bottom_xmlschemas
09742 #undef xmlSchemaSetParserStructuredErrors
09743 extern __typeof (xmlSchemaSetParserStructuredErrors) xmlSchemaSetParserStructuredErrors __attribute((alias("xmlSchemaSetParserStructuredErrors__internal_alias")));
09744 #else
09745 #ifndef xmlSchemaSetParserStructuredErrors
09746 extern __typeof (xmlSchemaSetParserStructuredErrors) xmlSchemaSetParserStructuredErrors__internal_alias __attribute((visibility("hidden")));
09747 #define xmlSchemaSetParserStructuredErrors xmlSchemaSetParserStructuredErrors__internal_alias
09748 #endif
09749 #endif
09750 #endif
09751 
09752 #if defined(LIBXML_SCHEMAS_ENABLED)
09753 #ifdef bottom_xmlschemas
09754 #undef xmlSchemaSetValidErrors
09755 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
09756 #else
09757 #ifndef xmlSchemaSetValidErrors
09758 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
09759 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
09760 #endif
09761 #endif
09762 #endif
09763 
09764 #if defined(LIBXML_SCHEMAS_ENABLED)
09765 #ifdef bottom_xmlschemas
09766 #undef xmlSchemaSetValidOptions
09767 extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions __attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
09768 #else
09769 #ifndef xmlSchemaSetValidOptions
09770 extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions__internal_alias __attribute((visibility("hidden")));
09771 #define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
09772 #endif
09773 #endif
09774 #endif
09775 
09776 #if defined(LIBXML_SCHEMAS_ENABLED)
09777 #ifdef bottom_xmlschemas
09778 #undef xmlSchemaSetValidStructuredErrors
09779 extern __typeof (xmlSchemaSetValidStructuredErrors) xmlSchemaSetValidStructuredErrors __attribute((alias("xmlSchemaSetValidStructuredErrors__internal_alias")));
09780 #else
09781 #ifndef xmlSchemaSetValidStructuredErrors
09782 extern __typeof (xmlSchemaSetValidStructuredErrors) xmlSchemaSetValidStructuredErrors__internal_alias __attribute((visibility("hidden")));
09783 #define xmlSchemaSetValidStructuredErrors xmlSchemaSetValidStructuredErrors__internal_alias
09784 #endif
09785 #endif
09786 #endif
09787 
09788 #if defined(LIBXML_SCHEMAS_ENABLED)
09789 #ifdef bottom_xmlschemastypes
09790 #undef xmlSchemaValPredefTypeNode
09791 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
09792 #else
09793 #ifndef xmlSchemaValPredefTypeNode
09794 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
09795 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
09796 #endif
09797 #endif
09798 #endif
09799 
09800 #if defined(LIBXML_SCHEMAS_ENABLED)
09801 #ifdef bottom_xmlschemastypes
09802 #undef xmlSchemaValPredefTypeNodeNoNorm
09803 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm __attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
09804 #else
09805 #ifndef xmlSchemaValPredefTypeNodeNoNorm
09806 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm__internal_alias __attribute((visibility("hidden")));
09807 #define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
09808 #endif
09809 #endif
09810 #endif
09811 
09812 #if defined(LIBXML_SCHEMAS_ENABLED)
09813 #ifdef bottom_xmlschemas
09814 #undef xmlSchemaValidCtxtGetOptions
09815 extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions __attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
09816 #else
09817 #ifndef xmlSchemaValidCtxtGetOptions
09818 extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions__internal_alias __attribute((visibility("hidden")));
09819 #define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
09820 #endif
09821 #endif
09822 #endif
09823 
09824 #if defined(LIBXML_SCHEMAS_ENABLED)
09825 #ifdef bottom_xmlschemas
09826 #undef xmlSchemaValidateDoc
09827 extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
09828 #else
09829 #ifndef xmlSchemaValidateDoc
09830 extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden")));
09831 #define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
09832 #endif
09833 #endif
09834 #endif
09835 
09836 #if defined(LIBXML_SCHEMAS_ENABLED)
09837 #ifdef bottom_xmlschemastypes
09838 #undef xmlSchemaValidateFacet
09839 extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias")));
09840 #else
09841 #ifndef xmlSchemaValidateFacet
09842 extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden")));
09843 #define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
09844 #endif
09845 #endif
09846 #endif
09847 
09848 #if defined(LIBXML_SCHEMAS_ENABLED)
09849 #ifdef bottom_xmlschemastypes
09850 #undef xmlSchemaValidateFacetWhtsp
09851 extern __typeof (xmlSchemaValidateFacetWhtsp) xmlSchemaValidateFacetWhtsp __attribute((alias("xmlSchemaValidateFacetWhtsp__internal_alias")));
09852 #else
09853 #ifndef xmlSchemaValidateFacetWhtsp
09854 extern __typeof (xmlSchemaValidateFacetWhtsp) xmlSchemaValidateFacetWhtsp__internal_alias __attribute((visibility("hidden")));
09855 #define xmlSchemaValidateFacetWhtsp xmlSchemaValidateFacetWhtsp__internal_alias
09856 #endif
09857 #endif
09858 #endif
09859 
09860 #if defined(LIBXML_SCHEMAS_ENABLED)
09861 #ifdef bottom_xmlschemas
09862 #undef xmlSchemaValidateFile
09863 extern __typeof (xmlSchemaValidateFile) xmlSchemaValidateFile __attribute((alias("xmlSchemaValidateFile__internal_alias")));
09864 #else
09865 #ifndef xmlSchemaValidateFile
09866 extern __typeof (xmlSchemaValidateFile) xmlSchemaValidateFile__internal_alias __attribute((visibility("hidden")));
09867 #define xmlSchemaValidateFile xmlSchemaValidateFile__internal_alias
09868 #endif
09869 #endif
09870 #endif
09871 
09872 #if defined(LIBXML_SCHEMAS_ENABLED)
09873 #ifdef bottom_xmlschemastypes
09874 #undef xmlSchemaValidateLengthFacet
09875 extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet __attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
09876 #else
09877 #ifndef xmlSchemaValidateLengthFacet
09878 extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet__internal_alias __attribute((visibility("hidden")));
09879 #define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
09880 #endif
09881 #endif
09882 #endif
09883 
09884 #if defined(LIBXML_SCHEMAS_ENABLED)
09885 #ifdef bottom_xmlschemastypes
09886 #undef xmlSchemaValidateLengthFacetWhtsp
09887 extern __typeof (xmlSchemaValidateLengthFacetWhtsp) xmlSchemaValidateLengthFacetWhtsp __attribute((alias("xmlSchemaValidateLengthFacetWhtsp__internal_alias")));
09888 #else
09889 #ifndef xmlSchemaValidateLengthFacetWhtsp
09890 extern __typeof (xmlSchemaValidateLengthFacetWhtsp) xmlSchemaValidateLengthFacetWhtsp__internal_alias __attribute((visibility("hidden")));
09891 #define xmlSchemaValidateLengthFacetWhtsp xmlSchemaValidateLengthFacetWhtsp__internal_alias
09892 #endif
09893 #endif
09894 #endif
09895 
09896 #if defined(LIBXML_SCHEMAS_ENABLED)
09897 #ifdef bottom_xmlschemastypes
09898 #undef xmlSchemaValidateListSimpleTypeFacet
09899 extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet __attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
09900 #else
09901 #ifndef xmlSchemaValidateListSimpleTypeFacet
09902 extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet__internal_alias __attribute((visibility("hidden")));
09903 #define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
09904 #endif
09905 #endif
09906 #endif
09907 
09908 #if defined(LIBXML_SCHEMAS_ENABLED)
09909 #ifdef bottom_xmlschemas
09910 #undef xmlSchemaValidateOneElement
09911 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement __attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
09912 #else
09913 #ifndef xmlSchemaValidateOneElement
09914 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement__internal_alias __attribute((visibility("hidden")));
09915 #define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
09916 #endif
09917 #endif
09918 #endif
09919 
09920 #if defined(LIBXML_SCHEMAS_ENABLED)
09921 #ifdef bottom_xmlschemastypes
09922 #undef xmlSchemaValidatePredefinedType
09923 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
09924 #else
09925 #ifndef xmlSchemaValidatePredefinedType
09926 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden")));
09927 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
09928 #endif
09929 #endif
09930 #endif
09931 
09932 #if defined(LIBXML_SCHEMAS_ENABLED)
09933 #ifdef bottom_xmlschemas
09934 #undef xmlSchemaValidateStream
09935 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias")));
09936 #else
09937 #ifndef xmlSchemaValidateStream
09938 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden")));
09939 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
09940 #endif
09941 #endif
09942 #endif
09943 
09944 #if defined(LIBXML_SCHEMAS_ENABLED)
09945 #ifdef bottom_xmlschemastypes
09946 #undef xmlSchemaValueAppend
09947 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend __attribute((alias("xmlSchemaValueAppend__internal_alias")));
09948 #else
09949 #ifndef xmlSchemaValueAppend
09950 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend__internal_alias __attribute((visibility("hidden")));
09951 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias
09952 #endif
09953 #endif
09954 #endif
09955 
09956 #if defined(LIBXML_SCHEMAS_ENABLED)
09957 #ifdef bottom_xmlschemastypes
09958 #undef xmlSchemaValueGetAsBoolean
09959 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean __attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
09960 #else
09961 #ifndef xmlSchemaValueGetAsBoolean
09962 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean__internal_alias __attribute((visibility("hidden")));
09963 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias
09964 #endif
09965 #endif
09966 #endif
09967 
09968 #if defined(LIBXML_SCHEMAS_ENABLED)
09969 #ifdef bottom_xmlschemastypes
09970 #undef xmlSchemaValueGetAsString
09971 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString __attribute((alias("xmlSchemaValueGetAsString__internal_alias")));
09972 #else
09973 #ifndef xmlSchemaValueGetAsString
09974 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString__internal_alias __attribute((visibility("hidden")));
09975 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias
09976 #endif
09977 #endif
09978 #endif
09979 
09980 #if defined(LIBXML_SCHEMAS_ENABLED)
09981 #ifdef bottom_xmlschemastypes
09982 #undef xmlSchemaValueGetNext
09983 extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext __attribute((alias("xmlSchemaValueGetNext__internal_alias")));
09984 #else
09985 #ifndef xmlSchemaValueGetNext
09986 extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext__internal_alias __attribute((visibility("hidden")));
09987 #define xmlSchemaValueGetNext xmlSchemaValueGetNext__internal_alias
09988 #endif
09989 #endif
09990 #endif
09991 
09992 #if defined(LIBXML_SCHEMAS_ENABLED)
09993 #ifdef bottom_xmlschemastypes
09994 #undef xmlSchemaWhiteSpaceReplace
09995 extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace __attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
09996 #else
09997 #ifndef xmlSchemaWhiteSpaceReplace
09998 extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace__internal_alias __attribute((visibility("hidden")));
09999 #define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
10000 #endif
10001 #endif
10002 #endif
10003 
10004 #if defined(LIBXML_SCHEMATRON_ENABLED)
10005 #ifdef bottom_schematron
10006 #undef xmlSchematronFree
10007 extern __typeof (xmlSchematronFree) xmlSchematronFree __attribute((alias("xmlSchematronFree__internal_alias")));
10008 #else
10009 #ifndef xmlSchematronFree
10010 extern __typeof (xmlSchematronFree) xmlSchematronFree__internal_alias __attribute((visibility("hidden")));
10011 #define xmlSchematronFree xmlSchematronFree__internal_alias
10012 #endif
10013 #endif
10014 #endif
10015 
10016 #if defined(LIBXML_SCHEMATRON_ENABLED)
10017 #ifdef bottom_schematron
10018 #undef xmlSchematronFreeParserCtxt
10019 extern __typeof (xmlSchematronFreeParserCtxt) xmlSchematronFreeParserCtxt __attribute((alias("xmlSchematronFreeParserCtxt__internal_alias")));
10020 #else
10021 #ifndef xmlSchematronFreeParserCtxt
10022 extern __typeof (xmlSchematronFreeParserCtxt) xmlSchematronFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
10023 #define xmlSchematronFreeParserCtxt xmlSchematronFreeParserCtxt__internal_alias
10024 #endif
10025 #endif
10026 #endif
10027 
10028 #if defined(LIBXML_SCHEMATRON_ENABLED)
10029 #ifdef bottom_schematron
10030 #undef xmlSchematronFreeValidCtxt
10031 extern __typeof (xmlSchematronFreeValidCtxt) xmlSchematronFreeValidCtxt __attribute((alias("xmlSchematronFreeValidCtxt__internal_alias")));
10032 #else
10033 #ifndef xmlSchematronFreeValidCtxt
10034 extern __typeof (xmlSchematronFreeValidCtxt) xmlSchematronFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
10035 #define xmlSchematronFreeValidCtxt xmlSchematronFreeValidCtxt__internal_alias
10036 #endif
10037 #endif
10038 #endif
10039 
10040 #if defined(LIBXML_SCHEMATRON_ENABLED)
10041 #ifdef bottom_schematron
10042 #undef xmlSchematronNewDocParserCtxt
10043 extern __typeof (xmlSchematronNewDocParserCtxt) xmlSchematronNewDocParserCtxt __attribute((alias("xmlSchematronNewDocParserCtxt__internal_alias")));
10044 #else
10045 #ifndef xmlSchematronNewDocParserCtxt
10046 extern __typeof (xmlSchematronNewDocParserCtxt) xmlSchematronNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
10047 #define xmlSchematronNewDocParserCtxt xmlSchematronNewDocParserCtxt__internal_alias
10048 #endif
10049 #endif
10050 #endif
10051 
10052 #if defined(LIBXML_SCHEMATRON_ENABLED)
10053 #ifdef bottom_schematron
10054 #undef xmlSchematronNewMemParserCtxt
10055 extern __typeof (xmlSchematronNewMemParserCtxt) xmlSchematronNewMemParserCtxt __attribute((alias("xmlSchematronNewMemParserCtxt__internal_alias")));
10056 #else
10057 #ifndef xmlSchematronNewMemParserCtxt
10058 extern __typeof (xmlSchematronNewMemParserCtxt) xmlSchematronNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
10059 #define xmlSchematronNewMemParserCtxt xmlSchematronNewMemParserCtxt__internal_alias
10060 #endif
10061 #endif
10062 #endif
10063 
10064 #if defined(LIBXML_SCHEMATRON_ENABLED)
10065 #ifdef bottom_schematron
10066 #undef xmlSchematronNewParserCtxt
10067 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt __attribute((alias("xmlSchematronNewParserCtxt__internal_alias")));
10068 #else
10069 #ifndef xmlSchematronNewParserCtxt
10070 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt__internal_alias __attribute((visibility("hidden")));
10071 #define xmlSchematronNewParserCtxt xmlSchematronNewParserCtxt__internal_alias
10072 #endif
10073 #endif
10074 #endif
10075 
10076 #if defined(LIBXML_SCHEMATRON_ENABLED)
10077 #ifdef bottom_schematron
10078 #undef xmlSchematronNewValidCtxt
10079 extern __typeof (xmlSchematronNewValidCtxt) xmlSchematronNewValidCtxt __attribute((alias("xmlSchematronNewValidCtxt__internal_alias")));
10080 #else
10081 #ifndef xmlSchematronNewValidCtxt
10082 extern __typeof (xmlSchematronNewValidCtxt) xmlSchematronNewValidCtxt__internal_alias __attribute((visibility("hidden")));
10083 #define xmlSchematronNewValidCtxt xmlSchematronNewValidCtxt__internal_alias
10084 #endif
10085 #endif
10086 #endif
10087 
10088 #if defined(LIBXML_SCHEMATRON_ENABLED)
10089 #ifdef bottom_schematron
10090 #undef xmlSchematronParse
10091 extern __typeof (xmlSchematronParse) xmlSchematronParse __attribute((alias("xmlSchematronParse__internal_alias")));
10092 #else
10093 #ifndef xmlSchematronParse
10094 extern __typeof (xmlSchematronParse) xmlSchematronParse__internal_alias __attribute((visibility("hidden")));
10095 #define xmlSchematronParse xmlSchematronParse__internal_alias
10096 #endif
10097 #endif
10098 #endif
10099 
10100 #if defined(LIBXML_SCHEMATRON_ENABLED)
10101 #ifdef bottom_schematron
10102 #undef xmlSchematronValidateDoc
10103 extern __typeof (xmlSchematronValidateDoc) xmlSchematronValidateDoc __attribute((alias("xmlSchematronValidateDoc__internal_alias")));
10104 #else
10105 #ifndef xmlSchematronValidateDoc
10106 extern __typeof (xmlSchematronValidateDoc) xmlSchematronValidateDoc__internal_alias __attribute((visibility("hidden")));
10107 #define xmlSchematronValidateDoc xmlSchematronValidateDoc__internal_alias
10108 #endif
10109 #endif
10110 #endif
10111 
10112 #ifdef bottom_tree
10113 #undef xmlSearchNs
10114 extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias")));
10115 #else
10116 #ifndef xmlSearchNs
10117 extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden")));
10118 #define xmlSearchNs xmlSearchNs__internal_alias
10119 #endif
10120 #endif
10121 
10122 #ifdef bottom_tree
10123 #undef xmlSearchNsByHref
10124 extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias")));
10125 #else
10126 #ifndef xmlSearchNsByHref
10127 extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden")));
10128 #define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
10129 #endif
10130 #endif
10131 
10132 #ifdef bottom_tree
10133 #undef xmlSetBufferAllocationScheme
10134 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
10135 #else
10136 #ifndef xmlSetBufferAllocationScheme
10137 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
10138 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
10139 #endif
10140 #endif
10141 
10142 #ifdef bottom_tree
10143 #undef xmlSetCompressMode
10144 extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias")));
10145 #else
10146 #ifndef xmlSetCompressMode
10147 extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden")));
10148 #define xmlSetCompressMode xmlSetCompressMode__internal_alias
10149 #endif
10150 #endif
10151 
10152 #ifdef bottom_tree
10153 #undef xmlSetDocCompressMode
10154 extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias")));
10155 #else
10156 #ifndef xmlSetDocCompressMode
10157 extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden")));
10158 #define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
10159 #endif
10160 #endif
10161 
10162 #if defined(LIBXML_LEGACY_ENABLED)
10163 #ifdef bottom_parser
10164 #undef xmlSetEntityReferenceFunc
10165 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
10166 #else
10167 #ifndef xmlSetEntityReferenceFunc
10168 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
10169 #define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
10170 #endif
10171 #endif
10172 #endif
10173 
10174 #ifdef bottom_xmlIO
10175 #undef xmlSetExternalEntityLoader
10176 extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
10177 #else
10178 #ifndef xmlSetExternalEntityLoader
10179 extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
10180 #define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
10181 #endif
10182 #endif
10183 
10184 #if defined(LIBXML_LEGACY_ENABLED)
10185 #ifdef bottom_legacy
10186 #undef xmlSetFeature
10187 extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
10188 #else
10189 #ifndef xmlSetFeature
10190 extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
10191 #define xmlSetFeature xmlSetFeature__internal_alias
10192 #endif
10193 #endif
10194 #endif
10195 
10196 #ifdef bottom_error
10197 #undef xmlSetGenericErrorFunc
10198 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
10199 #else
10200 #ifndef xmlSetGenericErrorFunc
10201 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
10202 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
10203 #endif
10204 #endif
10205 
10206 #ifdef bottom_tree
10207 #undef xmlSetListDoc
10208 extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
10209 #else
10210 #ifndef xmlSetListDoc
10211 extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
10212 #define xmlSetListDoc xmlSetListDoc__internal_alias
10213 #endif
10214 #endif
10215 
10216 #ifdef bottom_tree
10217 #undef xmlSetNs
10218 extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias")));
10219 #else
10220 #ifndef xmlSetNs
10221 extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden")));
10222 #define xmlSetNs xmlSetNs__internal_alias
10223 #endif
10224 #endif
10225 
10226 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10227 #ifdef bottom_tree
10228 #undef xmlSetNsProp
10229 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
10230 #else
10231 #ifndef xmlSetNsProp
10232 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
10233 #define xmlSetNsProp xmlSetNsProp__internal_alias
10234 #endif
10235 #endif
10236 #endif
10237 
10238 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10239 #ifdef bottom_tree
10240 #undef xmlSetProp
10241 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
10242 #else
10243 #ifndef xmlSetProp
10244 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
10245 #define xmlSetProp xmlSetProp__internal_alias
10246 #endif
10247 #endif
10248 #endif
10249 
10250 #ifdef bottom_error
10251 #undef xmlSetStructuredErrorFunc
10252 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
10253 #else
10254 #ifndef xmlSetStructuredErrorFunc
10255 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
10256 #define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
10257 #endif
10258 #endif
10259 
10260 #ifdef bottom_tree
10261 #undef xmlSetTreeDoc
10262 extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias")));
10263 #else
10264 #ifndef xmlSetTreeDoc
10265 extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden")));
10266 #define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
10267 #endif
10268 #endif
10269 
10270 #if defined(LIBXML_SAX1_ENABLED)
10271 #ifdef bottom_parser
10272 #undef xmlSetupParserForBuffer
10273 extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias")));
10274 #else
10275 #ifndef xmlSetupParserForBuffer
10276 extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden")));
10277 #define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
10278 #endif
10279 #endif
10280 #endif
10281 
10282 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10283 #ifdef bottom_debugXML
10284 #undef xmlShell
10285 extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
10286 #else
10287 #ifndef xmlShell
10288 extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
10289 #define xmlShell xmlShell__internal_alias
10290 #endif
10291 #endif
10292 #endif
10293 
10294 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10295 #ifdef bottom_debugXML
10296 #undef xmlShellBase
10297 extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias")));
10298 #else
10299 #ifndef xmlShellBase
10300 extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden")));
10301 #define xmlShellBase xmlShellBase__internal_alias
10302 #endif
10303 #endif
10304 #endif
10305 
10306 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10307 #ifdef bottom_debugXML
10308 #undef xmlShellCat
10309 extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
10310 #else
10311 #ifndef xmlShellCat
10312 extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
10313 #define xmlShellCat xmlShellCat__internal_alias
10314 #endif
10315 #endif
10316 #endif
10317 
10318 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10319 #ifdef bottom_debugXML
10320 #undef xmlShellDir
10321 extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias")));
10322 #else
10323 #ifndef xmlShellDir
10324 extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden")));
10325 #define xmlShellDir xmlShellDir__internal_alias
10326 #endif
10327 #endif
10328 #endif
10329 
10330 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10331 #ifdef bottom_debugXML
10332 #undef xmlShellDu
10333 extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias")));
10334 #else
10335 #ifndef xmlShellDu
10336 extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden")));
10337 #define xmlShellDu xmlShellDu__internal_alias
10338 #endif
10339 #endif
10340 #endif
10341 
10342 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10343 #ifdef bottom_debugXML
10344 #undef xmlShellList
10345 extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias")));
10346 #else
10347 #ifndef xmlShellList
10348 extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden")));
10349 #define xmlShellList xmlShellList__internal_alias
10350 #endif
10351 #endif
10352 #endif
10353 
10354 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10355 #ifdef bottom_debugXML
10356 #undef xmlShellLoad
10357 extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias")));
10358 #else
10359 #ifndef xmlShellLoad
10360 extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden")));
10361 #define xmlShellLoad xmlShellLoad__internal_alias
10362 #endif
10363 #endif
10364 #endif
10365 
10366 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10367 #ifdef bottom_debugXML
10368 #undef xmlShellPrintNode
10369 extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias")));
10370 #else
10371 #ifndef xmlShellPrintNode
10372 extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden")));
10373 #define xmlShellPrintNode xmlShellPrintNode__internal_alias
10374 #endif
10375 #endif
10376 #endif
10377 
10378 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10379 #ifdef bottom_debugXML
10380 #undef xmlShellPrintXPathError
10381 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
10382 #else
10383 #ifndef xmlShellPrintXPathError
10384 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
10385 #define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
10386 #endif
10387 #endif
10388 #endif
10389 
10390 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10391 #ifdef bottom_debugXML
10392 #undef xmlShellPrintXPathResult
10393 extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias")));
10394 #else
10395 #ifndef xmlShellPrintXPathResult
10396 extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden")));
10397 #define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
10398 #endif
10399 #endif
10400 #endif
10401 
10402 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10403 #ifdef bottom_debugXML
10404 #undef xmlShellPwd
10405 extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias")));
10406 #else
10407 #ifndef xmlShellPwd
10408 extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden")));
10409 #define xmlShellPwd xmlShellPwd__internal_alias
10410 #endif
10411 #endif
10412 #endif
10413 
10414 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10415 #ifdef bottom_debugXML
10416 #undef xmlShellSave
10417 extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias")));
10418 #else
10419 #ifndef xmlShellSave
10420 extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden")));
10421 #define xmlShellSave xmlShellSave__internal_alias
10422 #endif
10423 #endif
10424 #endif
10425 
10426 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
10427 #ifdef bottom_debugXML
10428 #undef xmlShellValidate
10429 extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias")));
10430 #else
10431 #ifndef xmlShellValidate
10432 extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden")));
10433 #define xmlShellValidate xmlShellValidate__internal_alias
10434 #endif
10435 #endif
10436 #endif
10437 
10438 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10439 #ifdef bottom_debugXML
10440 #undef xmlShellWrite
10441 extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias")));
10442 #else
10443 #ifndef xmlShellWrite
10444 extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden")));
10445 #define xmlShellWrite xmlShellWrite__internal_alias
10446 #endif
10447 #endif
10448 #endif
10449 
10450 #ifdef bottom_parser
10451 #undef xmlSkipBlankChars
10452 extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias")));
10453 #else
10454 #ifndef xmlSkipBlankChars
10455 extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden")));
10456 #define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
10457 #endif
10458 #endif
10459 
10460 #ifdef bottom_valid
10461 #undef xmlSnprintfElementContent
10462 extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias")));
10463 #else
10464 #ifndef xmlSnprintfElementContent
10465 extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden")));
10466 #define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
10467 #endif
10468 #endif
10469 
10470 #ifdef bottom_parser
10471 #undef xmlSplitQName
10472 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
10473 #else
10474 #ifndef xmlSplitQName
10475 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
10476 #define xmlSplitQName xmlSplitQName__internal_alias
10477 #endif
10478 #endif
10479 
10480 #ifdef bottom_tree
10481 #undef xmlSplitQName2
10482 extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias")));
10483 #else
10484 #ifndef xmlSplitQName2
10485 extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden")));
10486 #define xmlSplitQName2 xmlSplitQName2__internal_alias
10487 #endif
10488 #endif
10489 
10490 #ifdef bottom_tree
10491 #undef xmlSplitQName3
10492 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
10493 #else
10494 #ifndef xmlSplitQName3
10495 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
10496 #define xmlSplitQName3 xmlSplitQName3__internal_alias
10497 #endif
10498 #endif
10499 
10500 #if defined(LIBXML_OUTPUT_ENABLED)
10501 #ifdef bottom_valid
10502 #undef xmlSprintfElementContent
10503 extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias")));
10504 #else
10505 #ifndef xmlSprintfElementContent
10506 extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden")));
10507 #define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
10508 #endif
10509 #endif
10510 #endif
10511 
10512 #ifdef bottom_parser
10513 #undef xmlStopParser
10514 extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
10515 #else
10516 #ifndef xmlStopParser
10517 extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
10518 #define xmlStopParser xmlStopParser__internal_alias
10519 #endif
10520 #endif
10521 
10522 #ifdef bottom_xmlstring
10523 #undef xmlStrEqual
10524 extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
10525 #else
10526 #ifndef xmlStrEqual
10527 extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
10528 #define xmlStrEqual xmlStrEqual__internal_alias
10529 #endif
10530 #endif
10531 
10532 #ifdef bottom_xmlstring
10533 #undef xmlStrPrintf
10534 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
10535 #else
10536 #ifndef xmlStrPrintf
10537 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
10538 #define xmlStrPrintf xmlStrPrintf__internal_alias
10539 #endif
10540 #endif
10541 
10542 #ifdef bottom_xmlstring
10543 #undef xmlStrQEqual
10544 extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
10545 #else
10546 #ifndef xmlStrQEqual
10547 extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
10548 #define xmlStrQEqual xmlStrQEqual__internal_alias
10549 #endif
10550 #endif
10551 
10552 #ifdef bottom_xmlstring
10553 #undef xmlStrVPrintf
10554 extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias")));
10555 #else
10556 #ifndef xmlStrVPrintf
10557 extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden")));
10558 #define xmlStrVPrintf xmlStrVPrintf__internal_alias
10559 #endif
10560 #endif
10561 
10562 #ifdef bottom_xmlstring
10563 #undef xmlStrcasecmp
10564 extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias")));
10565 #else
10566 #ifndef xmlStrcasecmp
10567 extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden")));
10568 #define xmlStrcasecmp xmlStrcasecmp__internal_alias
10569 #endif
10570 #endif
10571 
10572 #ifdef bottom_xmlstring
10573 #undef xmlStrcasestr
10574 extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));
10575 #else
10576 #ifndef xmlStrcasestr
10577 extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));
10578 #define xmlStrcasestr xmlStrcasestr__internal_alias
10579 #endif
10580 #endif
10581 
10582 #ifdef bottom_xmlstring
10583 #undef xmlStrcat
10584 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
10585 #else
10586 #ifndef xmlStrcat
10587 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
10588 #define xmlStrcat xmlStrcat__internal_alias
10589 #endif
10590 #endif
10591 
10592 #ifdef bottom_xmlstring
10593 #undef xmlStrchr
10594 extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias")));
10595 #else
10596 #ifndef xmlStrchr
10597 extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden")));
10598 #define xmlStrchr xmlStrchr__internal_alias
10599 #endif
10600 #endif
10601 
10602 #ifdef bottom_xmlstring
10603 #undef xmlStrcmp
10604 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
10605 #else
10606 #ifndef xmlStrcmp
10607 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
10608 #define xmlStrcmp xmlStrcmp__internal_alias
10609 #endif
10610 #endif
10611 
10612 #ifdef bottom_xmlstring
10613 #undef xmlStrdup
10614 extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias")));
10615 #else
10616 #ifndef xmlStrdup
10617 extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden")));
10618 #define xmlStrdup xmlStrdup__internal_alias
10619 #endif
10620 #endif
10621 
10622 #if defined(LIBXML_PATTERN_ENABLED)
10623 #ifdef bottom_pattern
10624 #undef xmlStreamPop
10625 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
10626 #else
10627 #ifndef xmlStreamPop
10628 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
10629 #define xmlStreamPop xmlStreamPop__internal_alias
10630 #endif
10631 #endif
10632 #endif
10633 
10634 #if defined(LIBXML_PATTERN_ENABLED)
10635 #ifdef bottom_pattern
10636 #undef xmlStreamPush
10637 extern __typeof (xmlStreamPush) xmlStreamPush __attribute((alias("xmlStreamPush__internal_alias")));
10638 #else
10639 #ifndef xmlStreamPush
10640 extern __typeof (xmlStreamPush) xmlStreamPush__internal_alias __attribute((visibility("hidden")));
10641 #define xmlStreamPush xmlStreamPush__internal_alias
10642 #endif
10643 #endif
10644 #endif
10645 
10646 #if defined(LIBXML_PATTERN_ENABLED)
10647 #ifdef bottom_pattern
10648 #undef xmlStreamPushAttr
10649 extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr __attribute((alias("xmlStreamPushAttr__internal_alias")));
10650 #else
10651 #ifndef xmlStreamPushAttr
10652 extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr__internal_alias __attribute((visibility("hidden")));
10653 #define xmlStreamPushAttr xmlStreamPushAttr__internal_alias
10654 #endif
10655 #endif
10656 #endif
10657 
10658 #if defined(LIBXML_PATTERN_ENABLED)
10659 #ifdef bottom_pattern
10660 #undef xmlStreamPushNode
10661 extern __typeof (xmlStreamPushNode) xmlStreamPushNode __attribute((alias("xmlStreamPushNode__internal_alias")));
10662 #else
10663 #ifndef xmlStreamPushNode
10664 extern __typeof (xmlStreamPushNode) xmlStreamPushNode__internal_alias __attribute((visibility("hidden")));
10665 #define xmlStreamPushNode xmlStreamPushNode__internal_alias
10666 #endif
10667 #endif
10668 #endif
10669 
10670 #if defined(LIBXML_PATTERN_ENABLED)
10671 #ifdef bottom_pattern
10672 #undef xmlStreamWantsAnyNode
10673 extern __typeof (xmlStreamWantsAnyNode) xmlStreamWantsAnyNode __attribute((alias("xmlStreamWantsAnyNode__internal_alias")));
10674 #else
10675 #ifndef xmlStreamWantsAnyNode
10676 extern __typeof (xmlStreamWantsAnyNode) xmlStreamWantsAnyNode__internal_alias __attribute((visibility("hidden")));
10677 #define xmlStreamWantsAnyNode xmlStreamWantsAnyNode__internal_alias
10678 #endif
10679 #endif
10680 #endif
10681 
10682 #ifdef bottom_parserInternals
10683 #undef xmlStringCurrentChar
10684 extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias")));
10685 #else
10686 #ifndef xmlStringCurrentChar
10687 extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden")));
10688 #define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
10689 #endif
10690 #endif
10691 
10692 #ifdef bottom_parser
10693 #undef xmlStringDecodeEntities
10694 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
10695 #else
10696 #ifndef xmlStringDecodeEntities
10697 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
10698 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
10699 #endif
10700 #endif
10701 
10702 #ifdef bottom_tree
10703 #undef xmlStringGetNodeList
10704 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
10705 #else
10706 #ifndef xmlStringGetNodeList
10707 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
10708 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
10709 #endif
10710 #endif
10711 
10712 #ifdef bottom_parser
10713 #undef xmlStringLenDecodeEntities
10714 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
10715 #else
10716 #ifndef xmlStringLenDecodeEntities
10717 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
10718 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
10719 #endif
10720 #endif
10721 
10722 #ifdef bottom_tree
10723 #undef xmlStringLenGetNodeList
10724 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
10725 #else
10726 #ifndef xmlStringLenGetNodeList
10727 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
10728 #define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
10729 #endif
10730 #endif
10731 
10732 #ifdef bottom_xmlstring
10733 #undef xmlStrlen
10734 extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias")));
10735 #else
10736 #ifndef xmlStrlen
10737 extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden")));
10738 #define xmlStrlen xmlStrlen__internal_alias
10739 #endif
10740 #endif
10741 
10742 #ifdef bottom_xmlstring
10743 #undef xmlStrncasecmp
10744 extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
10745 #else
10746 #ifndef xmlStrncasecmp
10747 extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
10748 #define xmlStrncasecmp xmlStrncasecmp__internal_alias
10749 #endif
10750 #endif
10751 
10752 #ifdef bottom_xmlstring
10753 #undef xmlStrncat
10754 extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
10755 #else
10756 #ifndef xmlStrncat
10757 extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
10758 #define xmlStrncat xmlStrncat__internal_alias
10759 #endif
10760 #endif
10761 
10762 #ifdef bottom_xmlstring
10763 #undef xmlStrncatNew
10764 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
10765 #else
10766 #ifndef xmlStrncatNew
10767 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
10768 #define xmlStrncatNew xmlStrncatNew__internal_alias
10769 #endif
10770 #endif
10771 
10772 #ifdef bottom_xmlstring
10773 #undef xmlStrncmp
10774 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
10775 #else
10776 #ifndef xmlStrncmp
10777 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
10778 #define xmlStrncmp xmlStrncmp__internal_alias
10779 #endif
10780 #endif
10781 
10782 #ifdef bottom_xmlstring
10783 #undef xmlStrndup
10784 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
10785 #else
10786 #ifndef xmlStrndup
10787 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
10788 #define xmlStrndup xmlStrndup__internal_alias
10789 #endif
10790 #endif
10791 
10792 #ifdef bottom_xmlstring
10793 #undef xmlStrstr
10794 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
10795 #else
10796 #ifndef xmlStrstr
10797 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
10798 #define xmlStrstr xmlStrstr__internal_alias
10799 #endif
10800 #endif
10801 
10802 #ifdef bottom_xmlstring
10803 #undef xmlStrsub
10804 extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias")));
10805 #else
10806 #ifndef xmlStrsub
10807 extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden")));
10808 #define xmlStrsub xmlStrsub__internal_alias
10809 #endif
10810 #endif
10811 
10812 #ifdef bottom_parserInternals
10813 #undef xmlSubstituteEntitiesDefault
10814 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
10815 #else
10816 #ifndef xmlSubstituteEntitiesDefault
10817 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden")));
10818 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
10819 #endif
10820 #endif
10821 
10822 #ifdef bottom_parserInternals
10823 #undef xmlSwitchEncoding
10824 extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias")));
10825 #else
10826 #ifndef xmlSwitchEncoding
10827 extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden")));
10828 #define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
10829 #endif
10830 #endif
10831 
10832 #ifdef bottom_parserInternals
10833 #undef xmlSwitchInputEncoding
10834 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias")));
10835 #else
10836 #ifndef xmlSwitchInputEncoding
10837 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden")));
10838 #define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
10839 #endif
10840 #endif
10841 
10842 #ifdef bottom_parserInternals
10843 #undef xmlSwitchToEncoding
10844 extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias")));
10845 #else
10846 #ifndef xmlSwitchToEncoding
10847 extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden")));
10848 #define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
10849 #endif
10850 #endif
10851 
10852 #ifdef bottom_tree
10853 #undef xmlTextConcat
10854 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
10855 #else
10856 #ifndef xmlTextConcat
10857 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
10858 #define xmlTextConcat xmlTextConcat__internal_alias
10859 #endif
10860 #endif
10861 
10862 #ifdef bottom_tree
10863 #undef xmlTextMerge
10864 extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias")));
10865 #else
10866 #ifndef xmlTextMerge
10867 extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden")));
10868 #define xmlTextMerge xmlTextMerge__internal_alias
10869 #endif
10870 #endif
10871 
10872 #if defined(LIBXML_READER_ENABLED)
10873 #ifdef bottom_xmlreader
10874 #undef xmlTextReaderAttributeCount
10875 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
10876 #else
10877 #ifndef xmlTextReaderAttributeCount
10878 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
10879 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
10880 #endif
10881 #endif
10882 #endif
10883 
10884 #if defined(LIBXML_READER_ENABLED)
10885 #ifdef bottom_xmlreader
10886 #undef xmlTextReaderBaseUri
10887 extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias")));
10888 #else
10889 #ifndef xmlTextReaderBaseUri
10890 extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden")));
10891 #define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
10892 #endif
10893 #endif
10894 #endif
10895 
10896 #if defined(LIBXML_READER_ENABLED)
10897 #ifdef bottom_xmlreader
10898 #undef xmlTextReaderByteConsumed
10899 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed __attribute((alias("xmlTextReaderByteConsumed__internal_alias")));
10900 #else
10901 #ifndef xmlTextReaderByteConsumed
10902 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed__internal_alias __attribute((visibility("hidden")));
10903 #define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
10904 #endif
10905 #endif
10906 #endif
10907 
10908 #if defined(LIBXML_READER_ENABLED)
10909 #ifdef bottom_xmlreader
10910 #undef xmlTextReaderClose
10911 extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias")));
10912 #else
10913 #ifndef xmlTextReaderClose
10914 extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden")));
10915 #define xmlTextReaderClose xmlTextReaderClose__internal_alias
10916 #endif
10917 #endif
10918 #endif
10919 
10920 #if defined(LIBXML_READER_ENABLED)
10921 #ifdef bottom_xmlreader
10922 #undef xmlTextReaderConstBaseUri
10923 extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
10924 #else
10925 #ifndef xmlTextReaderConstBaseUri
10926 extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden")));
10927 #define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
10928 #endif
10929 #endif
10930 #endif
10931 
10932 #if defined(LIBXML_READER_ENABLED)
10933 #ifdef bottom_xmlreader
10934 #undef xmlTextReaderConstEncoding
10935 extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding __attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
10936 #else
10937 #ifndef xmlTextReaderConstEncoding
10938 extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding__internal_alias __attribute((visibility("hidden")));
10939 #define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
10940 #endif
10941 #endif
10942 #endif
10943 
10944 #if defined(LIBXML_READER_ENABLED)
10945 #ifdef bottom_xmlreader
10946 #undef xmlTextReaderConstLocalName
10947 extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
10948 #else
10949 #ifndef xmlTextReaderConstLocalName
10950 extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden")));
10951 #define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
10952 #endif
10953 #endif
10954 #endif
10955 
10956 #if defined(LIBXML_READER_ENABLED)
10957 #ifdef bottom_xmlreader
10958 #undef xmlTextReaderConstName
10959 extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias")));
10960 #else
10961 #ifndef xmlTextReaderConstName
10962 extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden")));
10963 #define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
10964 #endif
10965 #endif
10966 #endif
10967 
10968 #if defined(LIBXML_READER_ENABLED)
10969 #ifdef bottom_xmlreader
10970 #undef xmlTextReaderConstNamespaceUri
10971 extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
10972 #else
10973 #ifndef xmlTextReaderConstNamespaceUri
10974 extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden")));
10975 #define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
10976 #endif
10977 #endif
10978 #endif
10979 
10980 #if defined(LIBXML_READER_ENABLED)
10981 #ifdef bottom_xmlreader
10982 #undef xmlTextReaderConstPrefix
10983 extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
10984 #else
10985 #ifndef xmlTextReaderConstPrefix
10986 extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden")));
10987 #define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
10988 #endif
10989 #endif
10990 #endif
10991 
10992 #if defined(LIBXML_READER_ENABLED)
10993 #ifdef bottom_xmlreader
10994 #undef xmlTextReaderConstString
10995 extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias")));
10996 #else
10997 #ifndef xmlTextReaderConstString
10998 extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden")));
10999 #define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
11000 #endif
11001 #endif
11002 #endif
11003 
11004 #if defined(LIBXML_READER_ENABLED)
11005 #ifdef bottom_xmlreader
11006 #undef xmlTextReaderConstValue
11007 extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias")));
11008 #else
11009 #ifndef xmlTextReaderConstValue
11010 extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden")));
11011 #define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
11012 #endif
11013 #endif
11014 #endif
11015 
11016 #if defined(LIBXML_READER_ENABLED)
11017 #ifdef bottom_xmlreader
11018 #undef xmlTextReaderConstXmlLang
11019 extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
11020 #else
11021 #ifndef xmlTextReaderConstXmlLang
11022 extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden")));
11023 #define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
11024 #endif
11025 #endif
11026 #endif
11027 
11028 #if defined(LIBXML_READER_ENABLED)
11029 #ifdef bottom_xmlreader
11030 #undef xmlTextReaderConstXmlVersion
11031 extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion __attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
11032 #else
11033 #ifndef xmlTextReaderConstXmlVersion
11034 extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion__internal_alias __attribute((visibility("hidden")));
11035 #define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
11036 #endif
11037 #endif
11038 #endif
11039 
11040 #if defined(LIBXML_READER_ENABLED)
11041 #ifdef bottom_xmlreader
11042 #undef xmlTextReaderCurrentDoc
11043 extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
11044 #else
11045 #ifndef xmlTextReaderCurrentDoc
11046 extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden")));
11047 #define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
11048 #endif
11049 #endif
11050 #endif
11051 
11052 #if defined(LIBXML_READER_ENABLED)
11053 #ifdef bottom_xmlreader
11054 #undef xmlTextReaderCurrentNode
11055 extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
11056 #else
11057 #ifndef xmlTextReaderCurrentNode
11058 extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden")));
11059 #define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
11060 #endif
11061 #endif
11062 #endif
11063 
11064 #if defined(LIBXML_READER_ENABLED)
11065 #ifdef bottom_xmlreader
11066 #undef xmlTextReaderDepth
11067 extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias")));
11068 #else
11069 #ifndef xmlTextReaderDepth
11070 extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden")));
11071 #define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
11072 #endif
11073 #endif
11074 #endif
11075 
11076 #if defined(LIBXML_READER_ENABLED)
11077 #ifdef bottom_xmlreader
11078 #undef xmlTextReaderExpand
11079 extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias")));
11080 #else
11081 #ifndef xmlTextReaderExpand
11082 extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden")));
11083 #define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
11084 #endif
11085 #endif
11086 #endif
11087 
11088 #if defined(LIBXML_READER_ENABLED)
11089 #ifdef bottom_xmlreader
11090 #undef xmlTextReaderGetAttribute
11091 extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
11092 #else
11093 #ifndef xmlTextReaderGetAttribute
11094 extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden")));
11095 #define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
11096 #endif
11097 #endif
11098 #endif
11099 
11100 #if defined(LIBXML_READER_ENABLED)
11101 #ifdef bottom_xmlreader
11102 #undef xmlTextReaderGetAttributeNo
11103 extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
11104 #else
11105 #ifndef xmlTextReaderGetAttributeNo
11106 extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden")));
11107 #define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
11108 #endif
11109 #endif
11110 #endif
11111 
11112 #if defined(LIBXML_READER_ENABLED)
11113 #ifdef bottom_xmlreader
11114 #undef xmlTextReaderGetAttributeNs
11115 extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
11116 #else
11117 #ifndef xmlTextReaderGetAttributeNs
11118 extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden")));
11119 #define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
11120 #endif
11121 #endif
11122 #endif
11123 
11124 #if defined(LIBXML_READER_ENABLED)
11125 #ifdef bottom_xmlreader
11126 #undef xmlTextReaderGetErrorHandler
11127 extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
11128 #else
11129 #ifndef xmlTextReaderGetErrorHandler
11130 extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden")));
11131 #define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
11132 #endif
11133 #endif
11134 #endif
11135 
11136 #if defined(LIBXML_READER_ENABLED)
11137 #ifdef bottom_xmlreader
11138 #undef xmlTextReaderGetParserColumnNumber
11139 extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber __attribute((alias("xmlTextReaderGetParserColumnNumber__internal_alias")));
11140 #else
11141 #ifndef xmlTextReaderGetParserColumnNumber
11142 extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber__internal_alias __attribute((visibility("hidden")));
11143 #define xmlTextReaderGetParserColumnNumber xmlTextReaderGetParserColumnNumber__internal_alias
11144 #endif
11145 #endif
11146 #endif
11147 
11148 #if defined(LIBXML_READER_ENABLED)
11149 #ifdef bottom_xmlreader
11150 #undef xmlTextReaderGetParserLineNumber
11151 extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber __attribute((alias("xmlTextReaderGetParserLineNumber__internal_alias")));
11152 #else
11153 #ifndef xmlTextReaderGetParserLineNumber
11154 extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber__internal_alias __attribute((visibility("hidden")));
11155 #define xmlTextReaderGetParserLineNumber xmlTextReaderGetParserLineNumber__internal_alias
11156 #endif
11157 #endif
11158 #endif
11159 
11160 #if defined(LIBXML_READER_ENABLED)
11161 #ifdef bottom_xmlreader
11162 #undef xmlTextReaderGetParserProp
11163 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
11164 #else
11165 #ifndef xmlTextReaderGetParserProp
11166 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
11167 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
11168 #endif
11169 #endif
11170 #endif
11171 
11172 #if defined(LIBXML_READER_ENABLED)
11173 #ifdef bottom_xmlreader
11174 #undef xmlTextReaderGetRemainder
11175 extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
11176 #else
11177 #ifndef xmlTextReaderGetRemainder
11178 extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden")));
11179 #define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
11180 #endif
11181 #endif
11182 #endif
11183 
11184 #if defined(LIBXML_READER_ENABLED)
11185 #ifdef bottom_xmlreader
11186 #undef xmlTextReaderHasAttributes
11187 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
11188 #else
11189 #ifndef xmlTextReaderHasAttributes
11190 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
11191 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
11192 #endif
11193 #endif
11194 #endif
11195 
11196 #if defined(LIBXML_READER_ENABLED)
11197 #ifdef bottom_xmlreader
11198 #undef xmlTextReaderHasValue
11199 extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias")));
11200 #else
11201 #ifndef xmlTextReaderHasValue
11202 extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden")));
11203 #define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
11204 #endif
11205 #endif
11206 #endif
11207 
11208 #if defined(LIBXML_READER_ENABLED)
11209 #ifdef bottom_xmlreader
11210 #undef xmlTextReaderIsDefault
11211 extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias")));
11212 #else
11213 #ifndef xmlTextReaderIsDefault
11214 extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden")));
11215 #define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
11216 #endif
11217 #endif
11218 #endif
11219 
11220 #if defined(LIBXML_READER_ENABLED)
11221 #ifdef bottom_xmlreader
11222 #undef xmlTextReaderIsEmptyElement
11223 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
11224 #else
11225 #ifndef xmlTextReaderIsEmptyElement
11226 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
11227 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
11228 #endif
11229 #endif
11230 #endif
11231 
11232 #if defined(LIBXML_READER_ENABLED)
11233 #ifdef bottom_xmlreader
11234 #undef xmlTextReaderIsNamespaceDecl
11235 extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl __attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
11236 #else
11237 #ifndef xmlTextReaderIsNamespaceDecl
11238 extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl__internal_alias __attribute((visibility("hidden")));
11239 #define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
11240 #endif
11241 #endif
11242 #endif
11243 
11244 #if defined(LIBXML_READER_ENABLED)
11245 #ifdef bottom_xmlreader
11246 #undef xmlTextReaderIsValid
11247 extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias")));
11248 #else
11249 #ifndef xmlTextReaderIsValid
11250 extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden")));
11251 #define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
11252 #endif
11253 #endif
11254 #endif
11255 
11256 #if defined(LIBXML_READER_ENABLED)
11257 #ifdef bottom_xmlreader
11258 #undef xmlTextReaderLocalName
11259 extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias")));
11260 #else
11261 #ifndef xmlTextReaderLocalName
11262 extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden")));
11263 #define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
11264 #endif
11265 #endif
11266 #endif
11267 
11268 #if defined(LIBXML_READER_ENABLED)
11269 #ifdef bottom_xmlreader
11270 #undef xmlTextReaderLocatorBaseURI
11271 extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
11272 #else
11273 #ifndef xmlTextReaderLocatorBaseURI
11274 extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden")));
11275 #define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
11276 #endif
11277 #endif
11278 #endif
11279 
11280 #if defined(LIBXML_READER_ENABLED)
11281 #ifdef bottom_xmlreader
11282 #undef xmlTextReaderLocatorLineNumber
11283 extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
11284 #else
11285 #ifndef xmlTextReaderLocatorLineNumber
11286 extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden")));
11287 #define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
11288 #endif
11289 #endif
11290 #endif
11291 
11292 #if defined(LIBXML_READER_ENABLED)
11293 #ifdef bottom_xmlreader
11294 #undef xmlTextReaderLookupNamespace
11295 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
11296 #else
11297 #ifndef xmlTextReaderLookupNamespace
11298 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
11299 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
11300 #endif
11301 #endif
11302 #endif
11303 
11304 #if defined(LIBXML_READER_ENABLED)
11305 #ifdef bottom_xmlreader
11306 #undef xmlTextReaderMoveToAttribute
11307 extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
11308 #else
11309 #ifndef xmlTextReaderMoveToAttribute
11310 extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden")));
11311 #define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
11312 #endif
11313 #endif
11314 #endif
11315 
11316 #if defined(LIBXML_READER_ENABLED)
11317 #ifdef bottom_xmlreader
11318 #undef xmlTextReaderMoveToAttributeNo
11319 extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
11320 #else
11321 #ifndef xmlTextReaderMoveToAttributeNo
11322 extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden")));
11323 #define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
11324 #endif
11325 #endif
11326 #endif
11327 
11328 #if defined(LIBXML_READER_ENABLED)
11329 #ifdef bottom_xmlreader
11330 #undef xmlTextReaderMoveToAttributeNs
11331 extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
11332 #else
11333 #ifndef xmlTextReaderMoveToAttributeNs
11334 extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden")));
11335 #define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
11336 #endif
11337 #endif
11338 #endif
11339 
11340 #if defined(LIBXML_READER_ENABLED)
11341 #ifdef bottom_xmlreader
11342 #undef xmlTextReaderMoveToElement
11343 extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
11344 #else
11345 #ifndef xmlTextReaderMoveToElement
11346 extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden")));
11347 #define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
11348 #endif
11349 #endif
11350 #endif
11351 
11352 #if defined(LIBXML_READER_ENABLED)
11353 #ifdef bottom_xmlreader
11354 #undef xmlTextReaderMoveToFirstAttribute
11355 extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
11356 #else
11357 #ifndef xmlTextReaderMoveToFirstAttribute
11358 extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
11359 #define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
11360 #endif
11361 #endif
11362 #endif
11363 
11364 #if defined(LIBXML_READER_ENABLED)
11365 #ifdef bottom_xmlreader
11366 #undef xmlTextReaderMoveToNextAttribute
11367 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11368 #else
11369 #ifndef xmlTextReaderMoveToNextAttribute
11370 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
11371 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
11372 #endif
11373 #endif
11374 #endif
11375 
11376 #if defined(LIBXML_READER_ENABLED)
11377 #ifdef bottom_xmlreader
11378 #undef xmlTextReaderName
11379 extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias")));
11380 #else
11381 #ifndef xmlTextReaderName
11382 extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden")));
11383 #define xmlTextReaderName xmlTextReaderName__internal_alias
11384 #endif
11385 #endif
11386 #endif
11387 
11388 #if defined(LIBXML_READER_ENABLED)
11389 #ifdef bottom_xmlreader
11390 #undef xmlTextReaderNamespaceUri
11391 extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
11392 #else
11393 #ifndef xmlTextReaderNamespaceUri
11394 extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden")));
11395 #define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
11396 #endif
11397 #endif
11398 #endif
11399 
11400 #if defined(LIBXML_READER_ENABLED)
11401 #ifdef bottom_xmlreader
11402 #undef xmlTextReaderNext
11403 extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias")));
11404 #else
11405 #ifndef xmlTextReaderNext
11406 extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden")));
11407 #define xmlTextReaderNext xmlTextReaderNext__internal_alias
11408 #endif
11409 #endif
11410 #endif
11411 
11412 #if defined(LIBXML_READER_ENABLED)
11413 #ifdef bottom_xmlreader
11414 #undef xmlTextReaderNextSibling
11415 extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias")));
11416 #else
11417 #ifndef xmlTextReaderNextSibling
11418 extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden")));
11419 #define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
11420 #endif
11421 #endif
11422 #endif
11423 
11424 #if defined(LIBXML_READER_ENABLED)
11425 #ifdef bottom_xmlreader
11426 #undef xmlTextReaderNodeType
11427 extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias")));
11428 #else
11429 #ifndef xmlTextReaderNodeType
11430 extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden")));
11431 #define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
11432 #endif
11433 #endif
11434 #endif
11435 
11436 #if defined(LIBXML_READER_ENABLED)
11437 #ifdef bottom_xmlreader
11438 #undef xmlTextReaderNormalization
11439 extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias")));
11440 #else
11441 #ifndef xmlTextReaderNormalization
11442 extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden")));
11443 #define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
11444 #endif
11445 #endif
11446 #endif
11447 
11448 #if defined(LIBXML_READER_ENABLED)
11449 #ifdef bottom_xmlreader
11450 #undef xmlTextReaderPrefix
11451 extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias")));
11452 #else
11453 #ifndef xmlTextReaderPrefix
11454 extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden")));
11455 #define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
11456 #endif
11457 #endif
11458 #endif
11459 
11460 #if defined(LIBXML_READER_ENABLED)
11461 #ifdef bottom_xmlreader
11462 #undef xmlTextReaderPreserve
11463 extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias")));
11464 #else
11465 #ifndef xmlTextReaderPreserve
11466 extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden")));
11467 #define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
11468 #endif
11469 #endif
11470 #endif
11471 
11472 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
11473 #ifdef bottom_xmlreader
11474 #undef xmlTextReaderPreservePattern
11475 extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
11476 #else
11477 #ifndef xmlTextReaderPreservePattern
11478 extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden")));
11479 #define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
11480 #endif
11481 #endif
11482 #endif
11483 
11484 #if defined(LIBXML_READER_ENABLED)
11485 #ifdef bottom_xmlreader
11486 #undef xmlTextReaderQuoteChar
11487 extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
11488 #else
11489 #ifndef xmlTextReaderQuoteChar
11490 extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden")));
11491 #define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
11492 #endif
11493 #endif
11494 #endif
11495 
11496 #if defined(LIBXML_READER_ENABLED)
11497 #ifdef bottom_xmlreader
11498 #undef xmlTextReaderRead
11499 extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias")));
11500 #else
11501 #ifndef xmlTextReaderRead
11502 extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden")));
11503 #define xmlTextReaderRead xmlTextReaderRead__internal_alias
11504 #endif
11505 #endif
11506 #endif
11507 
11508 #if defined(LIBXML_READER_ENABLED)
11509 #ifdef bottom_xmlreader
11510 #undef xmlTextReaderReadAttributeValue
11511 extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
11512 #else
11513 #ifndef xmlTextReaderReadAttributeValue
11514 extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden")));
11515 #define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
11516 #endif
11517 #endif
11518 #endif
11519 
11520 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11521 #ifdef bottom_xmlreader
11522 #undef xmlTextReaderReadInnerXml
11523 extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
11524 #else
11525 #ifndef xmlTextReaderReadInnerXml
11526 extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden")));
11527 #define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
11528 #endif
11529 #endif
11530 #endif
11531 
11532 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11533 #ifdef bottom_xmlreader
11534 #undef xmlTextReaderReadOuterXml
11535 extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
11536 #else
11537 #ifndef xmlTextReaderReadOuterXml
11538 extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden")));
11539 #define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
11540 #endif
11541 #endif
11542 #endif
11543 
11544 #if defined(LIBXML_READER_ENABLED)
11545 #ifdef bottom_xmlreader
11546 #undef xmlTextReaderReadState
11547 extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias")));
11548 #else
11549 #ifndef xmlTextReaderReadState
11550 extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden")));
11551 #define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
11552 #endif
11553 #endif
11554 #endif
11555 
11556 #if defined(LIBXML_READER_ENABLED)
11557 #ifdef bottom_xmlreader
11558 #undef xmlTextReaderReadString
11559 extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias")));
11560 #else
11561 #ifndef xmlTextReaderReadString
11562 extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden")));
11563 #define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
11564 #endif
11565 #endif
11566 #endif
11567 
11568 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11569 #ifdef bottom_xmlreader
11570 #undef xmlTextReaderRelaxNGSetSchema
11571 extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
11572 #else
11573 #ifndef xmlTextReaderRelaxNGSetSchema
11574 extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden")));
11575 #define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
11576 #endif
11577 #endif
11578 #endif
11579 
11580 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11581 #ifdef bottom_xmlreader
11582 #undef xmlTextReaderRelaxNGValidate
11583 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
11584 #else
11585 #ifndef xmlTextReaderRelaxNGValidate
11586 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden")));
11587 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
11588 #endif
11589 #endif
11590 #endif
11591 
11592 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11593 #ifdef bottom_xmlreader
11594 #undef xmlTextReaderSchemaValidate
11595 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate __attribute((alias("xmlTextReaderSchemaValidate__internal_alias")));
11596 #else
11597 #ifndef xmlTextReaderSchemaValidate
11598 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate__internal_alias __attribute((visibility("hidden")));
11599 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias
11600 #endif
11601 #endif
11602 #endif
11603 
11604 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11605 #ifdef bottom_xmlreader
11606 #undef xmlTextReaderSchemaValidateCtxt
11607 extern __typeof (xmlTextReaderSchemaValidateCtxt) xmlTextReaderSchemaValidateCtxt __attribute((alias("xmlTextReaderSchemaValidateCtxt__internal_alias")));
11608 #else
11609 #ifndef xmlTextReaderSchemaValidateCtxt
11610 extern __typeof (xmlTextReaderSchemaValidateCtxt) xmlTextReaderSchemaValidateCtxt__internal_alias __attribute((visibility("hidden")));
11611 #define xmlTextReaderSchemaValidateCtxt xmlTextReaderSchemaValidateCtxt__internal_alias
11612 #endif
11613 #endif
11614 #endif
11615 
11616 #if defined(LIBXML_READER_ENABLED)
11617 #ifdef bottom_xmlreader
11618 #undef xmlTextReaderSetErrorHandler
11619 extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
11620 #else
11621 #ifndef xmlTextReaderSetErrorHandler
11622 extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden")));
11623 #define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
11624 #endif
11625 #endif
11626 #endif
11627 
11628 #if defined(LIBXML_READER_ENABLED)
11629 #ifdef bottom_xmlreader
11630 #undef xmlTextReaderSetParserProp
11631 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
11632 #else
11633 #ifndef xmlTextReaderSetParserProp
11634 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
11635 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
11636 #endif
11637 #endif
11638 #endif
11639 
11640 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11641 #ifdef bottom_xmlreader
11642 #undef xmlTextReaderSetSchema
11643 extern __typeof (xmlTextReaderSetSchema) xmlTextReaderSetSchema __attribute((alias("xmlTextReaderSetSchema__internal_alias")));
11644 #else
11645 #ifndef xmlTextReaderSetSchema
11646 extern __typeof (xmlTextReaderSetSchema) xmlTextReaderSetSchema__internal_alias __attribute((visibility("hidden")));
11647 #define xmlTextReaderSetSchema xmlTextReaderSetSchema__internal_alias
11648 #endif
11649 #endif
11650 #endif
11651 
11652 #if defined(LIBXML_READER_ENABLED)
11653 #ifdef bottom_xmlreader
11654 #undef xmlTextReaderSetStructuredErrorHandler
11655 extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
11656 #else
11657 #ifndef xmlTextReaderSetStructuredErrorHandler
11658 extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden")));
11659 #define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
11660 #endif
11661 #endif
11662 #endif
11663 
11664 #if defined(LIBXML_READER_ENABLED)
11665 #ifdef bottom_xmlreader
11666 #undef xmlTextReaderStandalone
11667 extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone __attribute((alias("xmlTextReaderStandalone__internal_alias")));
11668 #else
11669 #ifndef xmlTextReaderStandalone
11670 extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone__internal_alias __attribute((visibility("hidden")));
11671 #define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
11672 #endif
11673 #endif
11674 #endif
11675 
11676 #if defined(LIBXML_READER_ENABLED)
11677 #ifdef bottom_xmlreader
11678 #undef xmlTextReaderValue
11679 extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias")));
11680 #else
11681 #ifndef xmlTextReaderValue
11682 extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden")));
11683 #define xmlTextReaderValue xmlTextReaderValue__internal_alias
11684 #endif
11685 #endif
11686 #endif
11687 
11688 #if defined(LIBXML_READER_ENABLED)
11689 #ifdef bottom_xmlreader
11690 #undef xmlTextReaderXmlLang
11691 extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias")));
11692 #else
11693 #ifndef xmlTextReaderXmlLang
11694 extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden")));
11695 #define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
11696 #endif
11697 #endif
11698 #endif
11699 
11700 #if defined(LIBXML_WRITER_ENABLED)
11701 #ifdef bottom_xmlwriter
11702 #undef xmlTextWriterEndAttribute
11703 extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
11704 #else
11705 #ifndef xmlTextWriterEndAttribute
11706 extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden")));
11707 #define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
11708 #endif
11709 #endif
11710 #endif
11711 
11712 #if defined(LIBXML_WRITER_ENABLED)
11713 #ifdef bottom_xmlwriter
11714 #undef xmlTextWriterEndCDATA
11715 extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
11716 #else
11717 #ifndef xmlTextWriterEndCDATA
11718 extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden")));
11719 #define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
11720 #endif
11721 #endif
11722 #endif
11723 
11724 #if defined(LIBXML_WRITER_ENABLED)
11725 #ifdef bottom_xmlwriter
11726 #undef xmlTextWriterEndComment
11727 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
11728 #else
11729 #ifndef xmlTextWriterEndComment
11730 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
11731 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
11732 #endif
11733 #endif
11734 #endif
11735 
11736 #if defined(LIBXML_WRITER_ENABLED)
11737 #ifdef bottom_xmlwriter
11738 #undef xmlTextWriterEndDTD
11739 extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias")));
11740 #else
11741 #ifndef xmlTextWriterEndDTD
11742 extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden")));
11743 #define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
11744 #endif
11745 #endif
11746 #endif
11747 
11748 #if defined(LIBXML_WRITER_ENABLED)
11749 #ifdef bottom_xmlwriter
11750 #undef xmlTextWriterEndDTDAttlist
11751 extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
11752 #else
11753 #ifndef xmlTextWriterEndDTDAttlist
11754 extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden")));
11755 #define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
11756 #endif
11757 #endif
11758 #endif
11759 
11760 #if defined(LIBXML_WRITER_ENABLED)
11761 #ifdef bottom_xmlwriter
11762 #undef xmlTextWriterEndDTDElement
11763 extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
11764 #else
11765 #ifndef xmlTextWriterEndDTDElement
11766 extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden")));
11767 #define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
11768 #endif
11769 #endif
11770 #endif
11771 
11772 #if defined(LIBXML_WRITER_ENABLED)
11773 #ifdef bottom_xmlwriter
11774 #undef xmlTextWriterEndDTDEntity
11775 extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
11776 #else
11777 #ifndef xmlTextWriterEndDTDEntity
11778 extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden")));
11779 #define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
11780 #endif
11781 #endif
11782 #endif
11783 
11784 #if defined(LIBXML_WRITER_ENABLED)
11785 #ifdef bottom_xmlwriter
11786 #undef xmlTextWriterEndDocument
11787 extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias")));
11788 #else
11789 #ifndef xmlTextWriterEndDocument
11790 extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden")));
11791 #define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
11792 #endif
11793 #endif
11794 #endif
11795 
11796 #if defined(LIBXML_WRITER_ENABLED)
11797 #ifdef bottom_xmlwriter
11798 #undef xmlTextWriterEndElement
11799 extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias")));
11800 #else
11801 #ifndef xmlTextWriterEndElement
11802 extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden")));
11803 #define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
11804 #endif
11805 #endif
11806 #endif
11807 
11808 #if defined(LIBXML_WRITER_ENABLED)
11809 #ifdef bottom_xmlwriter
11810 #undef xmlTextWriterEndPI
11811 extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias")));
11812 #else
11813 #ifndef xmlTextWriterEndPI
11814 extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden")));
11815 #define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
11816 #endif
11817 #endif
11818 #endif
11819 
11820 #if defined(LIBXML_WRITER_ENABLED)
11821 #ifdef bottom_xmlwriter
11822 #undef xmlTextWriterFlush
11823 extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias")));
11824 #else
11825 #ifndef xmlTextWriterFlush
11826 extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden")));
11827 #define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
11828 #endif
11829 #endif
11830 #endif
11831 
11832 #if defined(LIBXML_WRITER_ENABLED)
11833 #ifdef bottom_xmlwriter
11834 #undef xmlTextWriterFullEndElement
11835 extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
11836 #else
11837 #ifndef xmlTextWriterFullEndElement
11838 extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden")));
11839 #define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
11840 #endif
11841 #endif
11842 #endif
11843 
11844 #if defined(LIBXML_WRITER_ENABLED)
11845 #ifdef bottom_xmlwriter
11846 #undef xmlTextWriterSetIndent
11847 extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias")));
11848 #else
11849 #ifndef xmlTextWriterSetIndent
11850 extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden")));
11851 #define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
11852 #endif
11853 #endif
11854 #endif
11855 
11856 #if defined(LIBXML_WRITER_ENABLED)
11857 #ifdef bottom_xmlwriter
11858 #undef xmlTextWriterSetIndentString
11859 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
11860 #else
11861 #ifndef xmlTextWriterSetIndentString
11862 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden")));
11863 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
11864 #endif
11865 #endif
11866 #endif
11867 
11868 #if defined(LIBXML_WRITER_ENABLED)
11869 #ifdef bottom_xmlwriter
11870 #undef xmlTextWriterStartAttribute
11871 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
11872 #else
11873 #ifndef xmlTextWriterStartAttribute
11874 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden")));
11875 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
11876 #endif
11877 #endif
11878 #endif
11879 
11880 #if defined(LIBXML_WRITER_ENABLED)
11881 #ifdef bottom_xmlwriter
11882 #undef xmlTextWriterStartAttributeNS
11883 extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
11884 #else
11885 #ifndef xmlTextWriterStartAttributeNS
11886 extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden")));
11887 #define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
11888 #endif
11889 #endif
11890 #endif
11891 
11892 #if defined(LIBXML_WRITER_ENABLED)
11893 #ifdef bottom_xmlwriter
11894 #undef xmlTextWriterStartCDATA
11895 extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
11896 #else
11897 #ifndef xmlTextWriterStartCDATA
11898 extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden")));
11899 #define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
11900 #endif
11901 #endif
11902 #endif
11903 
11904 #if defined(LIBXML_WRITER_ENABLED)
11905 #ifdef bottom_xmlwriter
11906 #undef xmlTextWriterStartComment
11907 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
11908 #else
11909 #ifndef xmlTextWriterStartComment
11910 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
11911 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
11912 #endif
11913 #endif
11914 #endif
11915 
11916 #if defined(LIBXML_WRITER_ENABLED)
11917 #ifdef bottom_xmlwriter
11918 #undef xmlTextWriterStartDTD
11919 extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias")));
11920 #else
11921 #ifndef xmlTextWriterStartDTD
11922 extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden")));
11923 #define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
11924 #endif
11925 #endif
11926 #endif
11927 
11928 #if defined(LIBXML_WRITER_ENABLED)
11929 #ifdef bottom_xmlwriter
11930 #undef xmlTextWriterStartDTDAttlist
11931 extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
11932 #else
11933 #ifndef xmlTextWriterStartDTDAttlist
11934 extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden")));
11935 #define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
11936 #endif
11937 #endif
11938 #endif
11939 
11940 #if defined(LIBXML_WRITER_ENABLED)
11941 #ifdef bottom_xmlwriter
11942 #undef xmlTextWriterStartDTDElement
11943 extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
11944 #else
11945 #ifndef xmlTextWriterStartDTDElement
11946 extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden")));
11947 #define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
11948 #endif
11949 #endif
11950 #endif
11951 
11952 #if defined(LIBXML_WRITER_ENABLED)
11953 #ifdef bottom_xmlwriter
11954 #undef xmlTextWriterStartDTDEntity
11955 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
11956 #else
11957 #ifndef xmlTextWriterStartDTDEntity
11958 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
11959 #define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
11960 #endif
11961 #endif
11962 #endif
11963 
11964 #if defined(LIBXML_WRITER_ENABLED)
11965 #ifdef bottom_xmlwriter
11966 #undef xmlTextWriterStartDocument
11967 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias")));
11968 #else
11969 #ifndef xmlTextWriterStartDocument
11970 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden")));
11971 #define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
11972 #endif
11973 #endif
11974 #endif
11975 
11976 #if defined(LIBXML_WRITER_ENABLED)
11977 #ifdef bottom_xmlwriter
11978 #undef xmlTextWriterStartElement
11979 extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias")));
11980 #else
11981 #ifndef xmlTextWriterStartElement
11982 extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden")));
11983 #define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
11984 #endif
11985 #endif
11986 #endif
11987 
11988 #if defined(LIBXML_WRITER_ENABLED)
11989 #ifdef bottom_xmlwriter
11990 #undef xmlTextWriterStartElementNS
11991 extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
11992 #else
11993 #ifndef xmlTextWriterStartElementNS
11994 extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
11995 #define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
11996 #endif
11997 #endif
11998 #endif
11999 
12000 #if defined(LIBXML_WRITER_ENABLED)
12001 #ifdef bottom_xmlwriter
12002 #undef xmlTextWriterStartPI
12003 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
12004 #else
12005 #ifndef xmlTextWriterStartPI
12006 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
12007 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
12008 #endif
12009 #endif
12010 #endif
12011 
12012 #if defined(LIBXML_WRITER_ENABLED)
12013 #ifdef bottom_xmlwriter
12014 #undef xmlTextWriterWriteAttribute
12015 extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
12016 #else
12017 #ifndef xmlTextWriterWriteAttribute
12018 extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden")));
12019 #define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
12020 #endif
12021 #endif
12022 #endif
12023 
12024 #if defined(LIBXML_WRITER_ENABLED)
12025 #ifdef bottom_xmlwriter
12026 #undef xmlTextWriterWriteAttributeNS
12027 extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
12028 #else
12029 #ifndef xmlTextWriterWriteAttributeNS
12030 extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden")));
12031 #define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
12032 #endif
12033 #endif
12034 #endif
12035 
12036 #if defined(LIBXML_WRITER_ENABLED)
12037 #ifdef bottom_xmlwriter
12038 #undef xmlTextWriterWriteBase64
12039 extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
12040 #else
12041 #ifndef xmlTextWriterWriteBase64
12042 extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden")));
12043 #define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
12044 #endif
12045 #endif
12046 #endif
12047 
12048 #if defined(LIBXML_WRITER_ENABLED)
12049 #ifdef bottom_xmlwriter
12050 #undef xmlTextWriterWriteBinHex
12051 extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
12052 #else
12053 #ifndef xmlTextWriterWriteBinHex
12054 extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden")));
12055 #define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
12056 #endif
12057 #endif
12058 #endif
12059 
12060 #if defined(LIBXML_WRITER_ENABLED)
12061 #ifdef bottom_xmlwriter
12062 #undef xmlTextWriterWriteCDATA
12063 extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
12064 #else
12065 #ifndef xmlTextWriterWriteCDATA
12066 extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden")));
12067 #define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
12068 #endif
12069 #endif
12070 #endif
12071 
12072 #if defined(LIBXML_WRITER_ENABLED)
12073 #ifdef bottom_xmlwriter
12074 #undef xmlTextWriterWriteComment
12075 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
12076 #else
12077 #ifndef xmlTextWriterWriteComment
12078 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
12079 #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
12080 #endif
12081 #endif
12082 #endif
12083 
12084 #if defined(LIBXML_WRITER_ENABLED)
12085 #ifdef bottom_xmlwriter
12086 #undef xmlTextWriterWriteDTD
12087 extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
12088 #else
12089 #ifndef xmlTextWriterWriteDTD
12090 extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden")));
12091 #define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
12092 #endif
12093 #endif
12094 #endif
12095 
12096 #if defined(LIBXML_WRITER_ENABLED)
12097 #ifdef bottom_xmlwriter
12098 #undef xmlTextWriterWriteDTDAttlist
12099 extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
12100 #else
12101 #ifndef xmlTextWriterWriteDTDAttlist
12102 extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden")));
12103 #define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
12104 #endif
12105 #endif
12106 #endif
12107 
12108 #if defined(LIBXML_WRITER_ENABLED)
12109 #ifdef bottom_xmlwriter
12110 #undef xmlTextWriterWriteDTDElement
12111 extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
12112 #else
12113 #ifndef xmlTextWriterWriteDTDElement
12114 extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden")));
12115 #define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
12116 #endif
12117 #endif
12118 #endif
12119 
12120 #if defined(LIBXML_WRITER_ENABLED)
12121 #ifdef bottom_xmlwriter
12122 #undef xmlTextWriterWriteDTDEntity
12123 extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
12124 #else
12125 #ifndef xmlTextWriterWriteDTDEntity
12126 extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden")));
12127 #define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
12128 #endif
12129 #endif
12130 #endif
12131 
12132 #if defined(LIBXML_WRITER_ENABLED)
12133 #ifdef bottom_xmlwriter
12134 #undef xmlTextWriterWriteDTDExternalEntity
12135 extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
12136 #else
12137 #ifndef xmlTextWriterWriteDTDExternalEntity
12138 extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden")));
12139 #define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
12140 #endif
12141 #endif
12142 #endif
12143 
12144 #if defined(LIBXML_WRITER_ENABLED)
12145 #ifdef bottom_xmlwriter
12146 #undef xmlTextWriterWriteDTDExternalEntityContents
12147 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
12148 #else
12149 #ifndef xmlTextWriterWriteDTDExternalEntityContents
12150 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden")));
12151 #define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
12152 #endif
12153 #endif
12154 #endif
12155 
12156 #if defined(LIBXML_WRITER_ENABLED)
12157 #ifdef bottom_xmlwriter
12158 #undef xmlTextWriterWriteDTDInternalEntity
12159 extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
12160 #else
12161 #ifndef xmlTextWriterWriteDTDInternalEntity
12162 extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
12163 #define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
12164 #endif
12165 #endif
12166 #endif
12167 
12168 #if defined(LIBXML_WRITER_ENABLED)
12169 #ifdef bottom_xmlwriter
12170 #undef xmlTextWriterWriteDTDNotation
12171 extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
12172 #else
12173 #ifndef xmlTextWriterWriteDTDNotation
12174 extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden")));
12175 #define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
12176 #endif
12177 #endif
12178 #endif
12179 
12180 #if defined(LIBXML_WRITER_ENABLED)
12181 #ifdef bottom_xmlwriter
12182 #undef xmlTextWriterWriteElement
12183 extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias")));
12184 #else
12185 #ifndef xmlTextWriterWriteElement
12186 extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden")));
12187 #define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
12188 #endif
12189 #endif
12190 #endif
12191 
12192 #if defined(LIBXML_WRITER_ENABLED)
12193 #ifdef bottom_xmlwriter
12194 #undef xmlTextWriterWriteElementNS
12195 extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
12196 #else
12197 #ifndef xmlTextWriterWriteElementNS
12198 extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden")));
12199 #define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
12200 #endif
12201 #endif
12202 #endif
12203 
12204 #if defined(LIBXML_WRITER_ENABLED)
12205 #ifdef bottom_xmlwriter
12206 #undef xmlTextWriterWriteFormatAttribute
12207 extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
12208 #else
12209 #ifndef xmlTextWriterWriteFormatAttribute
12210 extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden")));
12211 #define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
12212 #endif
12213 #endif
12214 #endif
12215 
12216 #if defined(LIBXML_WRITER_ENABLED)
12217 #ifdef bottom_xmlwriter
12218 #undef xmlTextWriterWriteFormatAttributeNS
12219 extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
12220 #else
12221 #ifndef xmlTextWriterWriteFormatAttributeNS
12222 extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
12223 #define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
12224 #endif
12225 #endif
12226 #endif
12227 
12228 #if defined(LIBXML_WRITER_ENABLED)
12229 #ifdef bottom_xmlwriter
12230 #undef xmlTextWriterWriteFormatCDATA
12231 extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
12232 #else
12233 #ifndef xmlTextWriterWriteFormatCDATA
12234 extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden")));
12235 #define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
12236 #endif
12237 #endif
12238 #endif
12239 
12240 #if defined(LIBXML_WRITER_ENABLED)
12241 #ifdef bottom_xmlwriter
12242 #undef xmlTextWriterWriteFormatComment
12243 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
12244 #else
12245 #ifndef xmlTextWriterWriteFormatComment
12246 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
12247 #define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
12248 #endif
12249 #endif
12250 #endif
12251 
12252 #if defined(LIBXML_WRITER_ENABLED)
12253 #ifdef bottom_xmlwriter
12254 #undef xmlTextWriterWriteFormatDTD
12255 extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
12256 #else
12257 #ifndef xmlTextWriterWriteFormatDTD
12258 extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden")));
12259 #define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
12260 #endif
12261 #endif
12262 #endif
12263 
12264 #if defined(LIBXML_WRITER_ENABLED)
12265 #ifdef bottom_xmlwriter
12266 #undef xmlTextWriterWriteFormatDTDAttlist
12267 extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
12268 #else
12269 #ifndef xmlTextWriterWriteFormatDTDAttlist
12270 extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
12271 #define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
12272 #endif
12273 #endif
12274 #endif
12275 
12276 #if defined(LIBXML_WRITER_ENABLED)
12277 #ifdef bottom_xmlwriter
12278 #undef xmlTextWriterWriteFormatDTDElement
12279 extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
12280 #else
12281 #ifndef xmlTextWriterWriteFormatDTDElement
12282 extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden")));
12283 #define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
12284 #endif
12285 #endif
12286 #endif
12287 
12288 #if defined(LIBXML_WRITER_ENABLED)
12289 #ifdef bottom_xmlwriter
12290 #undef xmlTextWriterWriteFormatDTDInternalEntity
12291 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
12292 #else
12293 #ifndef xmlTextWriterWriteFormatDTDInternalEntity
12294 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
12295 #define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
12296 #endif
12297 #endif
12298 #endif
12299 
12300 #if defined(LIBXML_WRITER_ENABLED)
12301 #ifdef bottom_xmlwriter
12302 #undef xmlTextWriterWriteFormatElement
12303 extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
12304 #else
12305 #ifndef xmlTextWriterWriteFormatElement
12306 extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden")));
12307 #define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
12308 #endif
12309 #endif
12310 #endif
12311 
12312 #if defined(LIBXML_WRITER_ENABLED)
12313 #ifdef bottom_xmlwriter
12314 #undef xmlTextWriterWriteFormatElementNS
12315 extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
12316 #else
12317 #ifndef xmlTextWriterWriteFormatElementNS
12318 extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden")));
12319 #define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
12320 #endif
12321 #endif
12322 #endif
12323 
12324 #if defined(LIBXML_WRITER_ENABLED)
12325 #ifdef bottom_xmlwriter
12326 #undef xmlTextWriterWriteFormatPI
12327 extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
12328 #else
12329 #ifndef xmlTextWriterWriteFormatPI
12330 extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden")));
12331 #define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
12332 #endif
12333 #endif
12334 #endif
12335 
12336 #if defined(LIBXML_WRITER_ENABLED)
12337 #ifdef bottom_xmlwriter
12338 #undef xmlTextWriterWriteFormatRaw
12339 extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
12340 #else
12341 #ifndef xmlTextWriterWriteFormatRaw
12342 extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden")));
12343 #define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
12344 #endif
12345 #endif
12346 #endif
12347 
12348 #if defined(LIBXML_WRITER_ENABLED)
12349 #ifdef bottom_xmlwriter
12350 #undef xmlTextWriterWriteFormatString
12351 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
12352 #else
12353 #ifndef xmlTextWriterWriteFormatString
12354 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
12355 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
12356 #endif
12357 #endif
12358 #endif
12359 
12360 #if defined(LIBXML_WRITER_ENABLED)
12361 #ifdef bottom_xmlwriter
12362 #undef xmlTextWriterWritePI
12363 extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias")));
12364 #else
12365 #ifndef xmlTextWriterWritePI
12366 extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden")));
12367 #define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
12368 #endif
12369 #endif
12370 #endif
12371 
12372 #if defined(LIBXML_WRITER_ENABLED)
12373 #ifdef bottom_xmlwriter
12374 #undef xmlTextWriterWriteRaw
12375 extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
12376 #else
12377 #ifndef xmlTextWriterWriteRaw
12378 extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden")));
12379 #define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
12380 #endif
12381 #endif
12382 #endif
12383 
12384 #if defined(LIBXML_WRITER_ENABLED)
12385 #ifdef bottom_xmlwriter
12386 #undef xmlTextWriterWriteRawLen
12387 extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
12388 #else
12389 #ifndef xmlTextWriterWriteRawLen
12390 extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden")));
12391 #define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
12392 #endif
12393 #endif
12394 #endif
12395 
12396 #if defined(LIBXML_WRITER_ENABLED)
12397 #ifdef bottom_xmlwriter
12398 #undef xmlTextWriterWriteString
12399 extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias")));
12400 #else
12401 #ifndef xmlTextWriterWriteString
12402 extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden")));
12403 #define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
12404 #endif
12405 #endif
12406 #endif
12407 
12408 #if defined(LIBXML_WRITER_ENABLED)
12409 #ifdef bottom_xmlwriter
12410 #undef xmlTextWriterWriteVFormatAttribute
12411 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12412 #else
12413 #ifndef xmlTextWriterWriteVFormatAttribute
12414 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
12415 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
12416 #endif
12417 #endif
12418 #endif
12419 
12420 #if defined(LIBXML_WRITER_ENABLED)
12421 #ifdef bottom_xmlwriter
12422 #undef xmlTextWriterWriteVFormatAttributeNS
12423 extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
12424 #else
12425 #ifndef xmlTextWriterWriteVFormatAttributeNS
12426 extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
12427 #define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
12428 #endif
12429 #endif
12430 #endif
12431 
12432 #if defined(LIBXML_WRITER_ENABLED)
12433 #ifdef bottom_xmlwriter
12434 #undef xmlTextWriterWriteVFormatCDATA
12435 extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
12436 #else
12437 #ifndef xmlTextWriterWriteVFormatCDATA
12438 extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden")));
12439 #define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
12440 #endif
12441 #endif
12442 #endif
12443 
12444 #if defined(LIBXML_WRITER_ENABLED)
12445 #ifdef bottom_xmlwriter
12446 #undef xmlTextWriterWriteVFormatComment
12447 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
12448 #else
12449 #ifndef xmlTextWriterWriteVFormatComment
12450 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
12451 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
12452 #endif
12453 #endif
12454 #endif
12455 
12456 #if defined(LIBXML_WRITER_ENABLED)
12457 #ifdef bottom_xmlwriter
12458 #undef xmlTextWriterWriteVFormatDTD
12459 extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
12460 #else
12461 #ifndef xmlTextWriterWriteVFormatDTD
12462 extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden")));
12463 #define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
12464 #endif
12465 #endif
12466 #endif
12467 
12468 #if defined(LIBXML_WRITER_ENABLED)
12469 #ifdef bottom_xmlwriter
12470 #undef xmlTextWriterWriteVFormatDTDAttlist
12471 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
12472 #else
12473 #ifndef xmlTextWriterWriteVFormatDTDAttlist
12474 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
12475 #define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
12476 #endif
12477 #endif
12478 #endif
12479 
12480 #if defined(LIBXML_WRITER_ENABLED)
12481 #ifdef bottom_xmlwriter
12482 #undef xmlTextWriterWriteVFormatDTDElement
12483 extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
12484 #else
12485 #ifndef xmlTextWriterWriteVFormatDTDElement
12486 extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden")));
12487 #define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
12488 #endif
12489 #endif
12490 #endif
12491 
12492 #if defined(LIBXML_WRITER_ENABLED)
12493 #ifdef bottom_xmlwriter
12494 #undef xmlTextWriterWriteVFormatDTDInternalEntity
12495 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
12496 #else
12497 #ifndef xmlTextWriterWriteVFormatDTDInternalEntity
12498 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
12499 #define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
12500 #endif
12501 #endif
12502 #endif
12503 
12504 #if defined(LIBXML_WRITER_ENABLED)
12505 #ifdef bottom_xmlwriter
12506 #undef xmlTextWriterWriteVFormatElement
12507 extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
12508 #else
12509 #ifndef xmlTextWriterWriteVFormatElement
12510 extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden")));
12511 #define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
12512 #endif
12513 #endif
12514 #endif
12515 
12516 #if defined(LIBXML_WRITER_ENABLED)
12517 #ifdef bottom_xmlwriter
12518 #undef xmlTextWriterWriteVFormatElementNS
12519 extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
12520 #else
12521 #ifndef xmlTextWriterWriteVFormatElementNS
12522 extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden")));
12523 #define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
12524 #endif
12525 #endif
12526 #endif
12527 
12528 #if defined(LIBXML_WRITER_ENABLED)
12529 #ifdef bottom_xmlwriter
12530 #undef xmlTextWriterWriteVFormatPI
12531 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
12532 #else
12533 #ifndef xmlTextWriterWriteVFormatPI
12534 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
12535 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
12536 #endif
12537 #endif
12538 #endif
12539 
12540 #if defined(LIBXML_WRITER_ENABLED)
12541 #ifdef bottom_xmlwriter
12542 #undef xmlTextWriterWriteVFormatRaw
12543 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
12544 #else
12545 #ifndef xmlTextWriterWriteVFormatRaw
12546 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
12547 #define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
12548 #endif
12549 #endif
12550 #endif
12551 
12552 #if defined(LIBXML_WRITER_ENABLED)
12553 #ifdef bottom_xmlwriter
12554 #undef xmlTextWriterWriteVFormatString
12555 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12556 #else
12557 #ifndef xmlTextWriterWriteVFormatString
12558 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
12559 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
12560 #endif
12561 #endif
12562 #endif
12563 
12564 #ifdef bottom_globals
12565 #undef xmlThrDefBufferAllocScheme
12566 extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
12567 #else
12568 #ifndef xmlThrDefBufferAllocScheme
12569 extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden")));
12570 #define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
12571 #endif
12572 #endif
12573 
12574 #ifdef bottom_globals
12575 #undef xmlThrDefDefaultBufferSize
12576 extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
12577 #else
12578 #ifndef xmlThrDefDefaultBufferSize
12579 extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden")));
12580 #define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
12581 #endif
12582 #endif
12583 
12584 #ifdef bottom_globals
12585 #undef xmlThrDefDeregisterNodeDefault
12586 extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
12587 #else
12588 #ifndef xmlThrDefDeregisterNodeDefault
12589 extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
12590 #define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
12591 #endif
12592 #endif
12593 
12594 #ifdef bottom_globals
12595 #undef xmlThrDefDoValidityCheckingDefaultValue
12596 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
12597 #else
12598 #ifndef xmlThrDefDoValidityCheckingDefaultValue
12599 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden")));
12600 #define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
12601 #endif
12602 #endif
12603 
12604 #ifdef bottom_globals
12605 #undef xmlThrDefGetWarningsDefaultValue
12606 extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
12607 #else
12608 #ifndef xmlThrDefGetWarningsDefaultValue
12609 extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden")));
12610 #define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
12611 #endif
12612 #endif
12613 
12614 #ifdef bottom_globals
12615 #undef xmlThrDefIndentTreeOutput
12616 extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
12617 #else
12618 #ifndef xmlThrDefIndentTreeOutput
12619 extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden")));
12620 #define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
12621 #endif
12622 #endif
12623 
12624 #ifdef bottom_globals
12625 #undef xmlThrDefKeepBlanksDefaultValue
12626 extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
12627 #else
12628 #ifndef xmlThrDefKeepBlanksDefaultValue
12629 extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden")));
12630 #define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
12631 #endif
12632 #endif
12633 
12634 #ifdef bottom_globals
12635 #undef xmlThrDefLineNumbersDefaultValue
12636 extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
12637 #else
12638 #ifndef xmlThrDefLineNumbersDefaultValue
12639 extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden")));
12640 #define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
12641 #endif
12642 #endif
12643 
12644 #ifdef bottom_globals
12645 #undef xmlThrDefLoadExtDtdDefaultValue
12646 extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
12647 #else
12648 #ifndef xmlThrDefLoadExtDtdDefaultValue
12649 extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden")));
12650 #define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
12651 #endif
12652 #endif
12653 
12654 #ifdef bottom_globals
12655 #undef xmlThrDefOutputBufferCreateFilenameDefault
12656 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
12657 #else
12658 #ifndef xmlThrDefOutputBufferCreateFilenameDefault
12659 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
12660 #define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
12661 #endif
12662 #endif
12663 
12664 #ifdef bottom_globals
12665 #undef xmlThrDefParserDebugEntities
12666 extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
12667 #else
12668 #ifndef xmlThrDefParserDebugEntities
12669 extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden")));
12670 #define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
12671 #endif
12672 #endif
12673 
12674 #ifdef bottom_globals
12675 #undef xmlThrDefParserInputBufferCreateFilenameDefault
12676 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
12677 #else
12678 #ifndef xmlThrDefParserInputBufferCreateFilenameDefault
12679 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
12680 #define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
12681 #endif
12682 #endif
12683 
12684 #ifdef bottom_globals
12685 #undef xmlThrDefPedanticParserDefaultValue
12686 extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
12687 #else
12688 #ifndef xmlThrDefPedanticParserDefaultValue
12689 extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden")));
12690 #define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
12691 #endif
12692 #endif
12693 
12694 #ifdef bottom_globals
12695 #undef xmlThrDefRegisterNodeDefault
12696 extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
12697 #else
12698 #ifndef xmlThrDefRegisterNodeDefault
12699 extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
12700 #define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
12701 #endif
12702 #endif
12703 
12704 #ifdef bottom_globals
12705 #undef xmlThrDefSaveNoEmptyTags
12706 extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
12707 #else
12708 #ifndef xmlThrDefSaveNoEmptyTags
12709 extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden")));
12710 #define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
12711 #endif
12712 #endif
12713 
12714 #ifdef bottom_globals
12715 #undef xmlThrDefSetGenericErrorFunc
12716 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
12717 #else
12718 #ifndef xmlThrDefSetGenericErrorFunc
12719 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
12720 #define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
12721 #endif
12722 #endif
12723 
12724 #ifdef bottom_globals
12725 #undef xmlThrDefSetStructuredErrorFunc
12726 extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
12727 #else
12728 #ifndef xmlThrDefSetStructuredErrorFunc
12729 extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
12730 #define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
12731 #endif
12732 #endif
12733 
12734 #ifdef bottom_globals
12735 #undef xmlThrDefSubstituteEntitiesDefaultValue
12736 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
12737 #else
12738 #ifndef xmlThrDefSubstituteEntitiesDefaultValue
12739 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden")));
12740 #define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
12741 #endif
12742 #endif
12743 
12744 #ifdef bottom_globals
12745 #undef xmlThrDefTreeIndentString
12746 extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
12747 #else
12748 #ifndef xmlThrDefTreeIndentString
12749 extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden")));
12750 #define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
12751 #endif
12752 #endif
12753 
12754 #if defined(LIBXML_UNICODE_ENABLED)
12755 #ifdef bottom_xmlunicode
12756 #undef xmlUCSIsAegeanNumbers
12757 extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
12758 #else
12759 #ifndef xmlUCSIsAegeanNumbers
12760 extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden")));
12761 #define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
12762 #endif
12763 #endif
12764 #endif
12765 
12766 #if defined(LIBXML_UNICODE_ENABLED)
12767 #ifdef bottom_xmlunicode
12768 #undef xmlUCSIsAlphabeticPresentationForms
12769 extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
12770 #else
12771 #ifndef xmlUCSIsAlphabeticPresentationForms
12772 extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden")));
12773 #define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
12774 #endif
12775 #endif
12776 #endif
12777 
12778 #if defined(LIBXML_UNICODE_ENABLED)
12779 #ifdef bottom_xmlunicode
12780 #undef xmlUCSIsArabic
12781 extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias")));
12782 #else
12783 #ifndef xmlUCSIsArabic
12784 extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden")));
12785 #define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
12786 #endif
12787 #endif
12788 #endif
12789 
12790 #if defined(LIBXML_UNICODE_ENABLED)
12791 #ifdef bottom_xmlunicode
12792 #undef xmlUCSIsArabicPresentationFormsA
12793 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
12794 #else
12795 #ifndef xmlUCSIsArabicPresentationFormsA
12796 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
12797 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
12798 #endif
12799 #endif
12800 #endif
12801 
12802 #if defined(LIBXML_UNICODE_ENABLED)
12803 #ifdef bottom_xmlunicode
12804 #undef xmlUCSIsArabicPresentationFormsB
12805 extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
12806 #else
12807 #ifndef xmlUCSIsArabicPresentationFormsB
12808 extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden")));
12809 #define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
12810 #endif
12811 #endif
12812 #endif
12813 
12814 #if defined(LIBXML_UNICODE_ENABLED)
12815 #ifdef bottom_xmlunicode
12816 #undef xmlUCSIsArmenian
12817 extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias")));
12818 #else
12819 #ifndef xmlUCSIsArmenian
12820 extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden")));
12821 #define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
12822 #endif
12823 #endif
12824 #endif
12825 
12826 #if defined(LIBXML_UNICODE_ENABLED)
12827 #ifdef bottom_xmlunicode
12828 #undef xmlUCSIsArrows
12829 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
12830 #else
12831 #ifndef xmlUCSIsArrows
12832 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
12833 #define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
12834 #endif
12835 #endif
12836 #endif
12837 
12838 #if defined(LIBXML_UNICODE_ENABLED)
12839 #ifdef bottom_xmlunicode
12840 #undef xmlUCSIsBasicLatin
12841 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
12842 #else
12843 #ifndef xmlUCSIsBasicLatin
12844 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
12845 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
12846 #endif
12847 #endif
12848 #endif
12849 
12850 #if defined(LIBXML_UNICODE_ENABLED)
12851 #ifdef bottom_xmlunicode
12852 #undef xmlUCSIsBengali
12853 extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias")));
12854 #else
12855 #ifndef xmlUCSIsBengali
12856 extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden")));
12857 #define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
12858 #endif
12859 #endif
12860 #endif
12861 
12862 #if defined(LIBXML_UNICODE_ENABLED)
12863 #ifdef bottom_xmlunicode
12864 #undef xmlUCSIsBlock
12865 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
12866 #else
12867 #ifndef xmlUCSIsBlock
12868 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
12869 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
12870 #endif
12871 #endif
12872 #endif
12873 
12874 #if defined(LIBXML_UNICODE_ENABLED)
12875 #ifdef bottom_xmlunicode
12876 #undef xmlUCSIsBlockElements
12877 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
12878 #else
12879 #ifndef xmlUCSIsBlockElements
12880 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
12881 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
12882 #endif
12883 #endif
12884 #endif
12885 
12886 #if defined(LIBXML_UNICODE_ENABLED)
12887 #ifdef bottom_xmlunicode
12888 #undef xmlUCSIsBopomofo
12889 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
12890 #else
12891 #ifndef xmlUCSIsBopomofo
12892 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
12893 #define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
12894 #endif
12895 #endif
12896 #endif
12897 
12898 #if defined(LIBXML_UNICODE_ENABLED)
12899 #ifdef bottom_xmlunicode
12900 #undef xmlUCSIsBopomofoExtended
12901 extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
12902 #else
12903 #ifndef xmlUCSIsBopomofoExtended
12904 extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden")));
12905 #define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
12906 #endif
12907 #endif
12908 #endif
12909 
12910 #if defined(LIBXML_UNICODE_ENABLED)
12911 #ifdef bottom_xmlunicode
12912 #undef xmlUCSIsBoxDrawing
12913 extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
12914 #else
12915 #ifndef xmlUCSIsBoxDrawing
12916 extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden")));
12917 #define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
12918 #endif
12919 #endif
12920 #endif
12921 
12922 #if defined(LIBXML_UNICODE_ENABLED)
12923 #ifdef bottom_xmlunicode
12924 #undef xmlUCSIsBraillePatterns
12925 extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
12926 #else
12927 #ifndef xmlUCSIsBraillePatterns
12928 extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden")));
12929 #define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
12930 #endif
12931 #endif
12932 #endif
12933 
12934 #if defined(LIBXML_UNICODE_ENABLED)
12935 #ifdef bottom_xmlunicode
12936 #undef xmlUCSIsBuhid
12937 extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias")));
12938 #else
12939 #ifndef xmlUCSIsBuhid
12940 extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden")));
12941 #define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
12942 #endif
12943 #endif
12944 #endif
12945 
12946 #if defined(LIBXML_UNICODE_ENABLED)
12947 #ifdef bottom_xmlunicode
12948 #undef xmlUCSIsByzantineMusicalSymbols
12949 extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
12950 #else
12951 #ifndef xmlUCSIsByzantineMusicalSymbols
12952 extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden")));
12953 #define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
12954 #endif
12955 #endif
12956 #endif
12957 
12958 #if defined(LIBXML_UNICODE_ENABLED)
12959 #ifdef bottom_xmlunicode
12960 #undef xmlUCSIsCJKCompatibility
12961 extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
12962 #else
12963 #ifndef xmlUCSIsCJKCompatibility
12964 extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden")));
12965 #define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
12966 #endif
12967 #endif
12968 #endif
12969 
12970 #if defined(LIBXML_UNICODE_ENABLED)
12971 #ifdef bottom_xmlunicode
12972 #undef xmlUCSIsCJKCompatibilityForms
12973 extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
12974 #else
12975 #ifndef xmlUCSIsCJKCompatibilityForms
12976 extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden")));
12977 #define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
12978 #endif
12979 #endif
12980 #endif
12981 
12982 #if defined(LIBXML_UNICODE_ENABLED)
12983 #ifdef bottom_xmlunicode
12984 #undef xmlUCSIsCJKCompatibilityIdeographs
12985 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
12986 #else
12987 #ifndef xmlUCSIsCJKCompatibilityIdeographs
12988 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
12989 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
12990 #endif
12991 #endif
12992 #endif
12993 
12994 #if defined(LIBXML_UNICODE_ENABLED)
12995 #ifdef bottom_xmlunicode
12996 #undef xmlUCSIsCJKCompatibilityIdeographsSupplement
12997 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
12998 #else
12999 #ifndef xmlUCSIsCJKCompatibilityIdeographsSupplement
13000 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden")));
13001 #define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
13002 #endif
13003 #endif
13004 #endif
13005 
13006 #if defined(LIBXML_UNICODE_ENABLED)
13007 #ifdef bottom_xmlunicode
13008 #undef xmlUCSIsCJKRadicalsSupplement
13009 extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
13010 #else
13011 #ifndef xmlUCSIsCJKRadicalsSupplement
13012 extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden")));
13013 #define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
13014 #endif
13015 #endif
13016 #endif
13017 
13018 #if defined(LIBXML_UNICODE_ENABLED)
13019 #ifdef bottom_xmlunicode
13020 #undef xmlUCSIsCJKSymbolsandPunctuation
13021 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
13022 #else
13023 #ifndef xmlUCSIsCJKSymbolsandPunctuation
13024 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden")));
13025 #define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
13026 #endif
13027 #endif
13028 #endif
13029 
13030 #if defined(LIBXML_UNICODE_ENABLED)
13031 #ifdef bottom_xmlunicode
13032 #undef xmlUCSIsCJKUnifiedIdeographs
13033 extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
13034 #else
13035 #ifndef xmlUCSIsCJKUnifiedIdeographs
13036 extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden")));
13037 #define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
13038 #endif
13039 #endif
13040 #endif
13041 
13042 #if defined(LIBXML_UNICODE_ENABLED)
13043 #ifdef bottom_xmlunicode
13044 #undef xmlUCSIsCJKUnifiedIdeographsExtensionA
13045 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
13046 #else
13047 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionA
13048 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden")));
13049 #define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
13050 #endif
13051 #endif
13052 #endif
13053 
13054 #if defined(LIBXML_UNICODE_ENABLED)
13055 #ifdef bottom_xmlunicode
13056 #undef xmlUCSIsCJKUnifiedIdeographsExtensionB
13057 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
13058 #else
13059 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionB
13060 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden")));
13061 #define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
13062 #endif
13063 #endif
13064 #endif
13065 
13066 #if defined(LIBXML_UNICODE_ENABLED)
13067 #ifdef bottom_xmlunicode
13068 #undef xmlUCSIsCat
13069 extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias")));
13070 #else
13071 #ifndef xmlUCSIsCat
13072 extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden")));
13073 #define xmlUCSIsCat xmlUCSIsCat__internal_alias
13074 #endif
13075 #endif
13076 #endif
13077 
13078 #if defined(LIBXML_UNICODE_ENABLED)
13079 #ifdef bottom_xmlunicode
13080 #undef xmlUCSIsCatC
13081 extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias")));
13082 #else
13083 #ifndef xmlUCSIsCatC
13084 extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden")));
13085 #define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
13086 #endif
13087 #endif
13088 #endif
13089 
13090 #if defined(LIBXML_UNICODE_ENABLED)
13091 #ifdef bottom_xmlunicode
13092 #undef xmlUCSIsCatCc
13093 extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias")));
13094 #else
13095 #ifndef xmlUCSIsCatCc
13096 extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden")));
13097 #define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
13098 #endif
13099 #endif
13100 #endif
13101 
13102 #if defined(LIBXML_UNICODE_ENABLED)
13103 #ifdef bottom_xmlunicode
13104 #undef xmlUCSIsCatCf
13105 extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias")));
13106 #else
13107 #ifndef xmlUCSIsCatCf
13108 extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden")));
13109 #define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
13110 #endif
13111 #endif
13112 #endif
13113 
13114 #if defined(LIBXML_UNICODE_ENABLED)
13115 #ifdef bottom_xmlunicode
13116 #undef xmlUCSIsCatCo
13117 extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias")));
13118 #else
13119 #ifndef xmlUCSIsCatCo
13120 extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden")));
13121 #define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
13122 #endif
13123 #endif
13124 #endif
13125 
13126 #if defined(LIBXML_UNICODE_ENABLED)
13127 #ifdef bottom_xmlunicode
13128 #undef xmlUCSIsCatCs
13129 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
13130 #else
13131 #ifndef xmlUCSIsCatCs
13132 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
13133 #define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
13134 #endif
13135 #endif
13136 #endif
13137 
13138 #if defined(LIBXML_UNICODE_ENABLED)
13139 #ifdef bottom_xmlunicode
13140 #undef xmlUCSIsCatL
13141 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
13142 #else
13143 #ifndef xmlUCSIsCatL
13144 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
13145 #define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
13146 #endif
13147 #endif
13148 #endif
13149 
13150 #if defined(LIBXML_UNICODE_ENABLED)
13151 #ifdef bottom_xmlunicode
13152 #undef xmlUCSIsCatLl
13153 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
13154 #else
13155 #ifndef xmlUCSIsCatLl
13156 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
13157 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
13158 #endif
13159 #endif
13160 #endif
13161 
13162 #if defined(LIBXML_UNICODE_ENABLED)
13163 #ifdef bottom_xmlunicode
13164 #undef xmlUCSIsCatLm
13165 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
13166 #else
13167 #ifndef xmlUCSIsCatLm
13168 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
13169 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
13170 #endif
13171 #endif
13172 #endif
13173 
13174 #if defined(LIBXML_UNICODE_ENABLED)
13175 #ifdef bottom_xmlunicode
13176 #undef xmlUCSIsCatLo
13177 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13178 #else
13179 #ifndef xmlUCSIsCatLo
13180 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13181 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
13182 #endif
13183 #endif
13184 #endif
13185 
13186 #if defined(LIBXML_UNICODE_ENABLED)
13187 #ifdef bottom_xmlunicode
13188 #undef xmlUCSIsCatLt
13189 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
13190 #else
13191 #ifndef xmlUCSIsCatLt
13192 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
13193 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
13194 #endif
13195 #endif
13196 #endif
13197 
13198 #if defined(LIBXML_UNICODE_ENABLED)
13199 #ifdef bottom_xmlunicode
13200 #undef xmlUCSIsCatLu
13201 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
13202 #else
13203 #ifndef xmlUCSIsCatLu
13204 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
13205 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
13206 #endif
13207 #endif
13208 #endif
13209 
13210 #if defined(LIBXML_UNICODE_ENABLED)
13211 #ifdef bottom_xmlunicode
13212 #undef xmlUCSIsCatM
13213 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
13214 #else
13215 #ifndef xmlUCSIsCatM
13216 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
13217 #define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
13218 #endif
13219 #endif
13220 #endif
13221 
13222 #if defined(LIBXML_UNICODE_ENABLED)
13223 #ifdef bottom_xmlunicode
13224 #undef xmlUCSIsCatMc
13225 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
13226 #else
13227 #ifndef xmlUCSIsCatMc
13228 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
13229 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
13230 #endif
13231 #endif
13232 #endif
13233 
13234 #if defined(LIBXML_UNICODE_ENABLED)
13235 #ifdef bottom_xmlunicode
13236 #undef xmlUCSIsCatMe
13237 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
13238 #else
13239 #ifndef xmlUCSIsCatMe
13240 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
13241 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
13242 #endif
13243 #endif
13244 #endif
13245 
13246 #if defined(LIBXML_UNICODE_ENABLED)
13247 #ifdef bottom_xmlunicode
13248 #undef xmlUCSIsCatMn
13249 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
13250 #else
13251 #ifndef xmlUCSIsCatMn
13252 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
13253 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
13254 #endif
13255 #endif
13256 #endif
13257 
13258 #if defined(LIBXML_UNICODE_ENABLED)
13259 #ifdef bottom_xmlunicode
13260 #undef xmlUCSIsCatN
13261 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
13262 #else
13263 #ifndef xmlUCSIsCatN
13264 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
13265 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
13266 #endif
13267 #endif
13268 #endif
13269 
13270 #if defined(LIBXML_UNICODE_ENABLED)
13271 #ifdef bottom_xmlunicode
13272 #undef xmlUCSIsCatNd
13273 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
13274 #else
13275 #ifndef xmlUCSIsCatNd
13276 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
13277 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
13278 #endif
13279 #endif
13280 #endif
13281 
13282 #if defined(LIBXML_UNICODE_ENABLED)
13283 #ifdef bottom_xmlunicode
13284 #undef xmlUCSIsCatNl
13285 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
13286 #else
13287 #ifndef xmlUCSIsCatNl
13288 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
13289 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
13290 #endif
13291 #endif
13292 #endif
13293 
13294 #if defined(LIBXML_UNICODE_ENABLED)
13295 #ifdef bottom_xmlunicode
13296 #undef xmlUCSIsCatNo
13297 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
13298 #else
13299 #ifndef xmlUCSIsCatNo
13300 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
13301 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
13302 #endif
13303 #endif
13304 #endif
13305 
13306 #if defined(LIBXML_UNICODE_ENABLED)
13307 #ifdef bottom_xmlunicode
13308 #undef xmlUCSIsCatP
13309 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
13310 #else
13311 #ifndef xmlUCSIsCatP
13312 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
13313 #define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
13314 #endif
13315 #endif
13316 #endif
13317 
13318 #if defined(LIBXML_UNICODE_ENABLED)
13319 #ifdef bottom_xmlunicode
13320 #undef xmlUCSIsCatPc
13321 extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias")));
13322 #else
13323 #ifndef xmlUCSIsCatPc
13324 extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden")));
13325 #define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
13326 #endif
13327 #endif
13328 #endif
13329 
13330 #if defined(LIBXML_UNICODE_ENABLED)
13331 #ifdef bottom_xmlunicode
13332 #undef xmlUCSIsCatPd
13333 extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias")));
13334 #else
13335 #ifndef xmlUCSIsCatPd
13336 extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden")));
13337 #define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
13338 #endif
13339 #endif
13340 #endif
13341 
13342 #if defined(LIBXML_UNICODE_ENABLED)
13343 #ifdef bottom_xmlunicode
13344 #undef xmlUCSIsCatPe
13345 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
13346 #else
13347 #ifndef xmlUCSIsCatPe
13348 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
13349 #define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
13350 #endif
13351 #endif
13352 #endif
13353 
13354 #if defined(LIBXML_UNICODE_ENABLED)
13355 #ifdef bottom_xmlunicode
13356 #undef xmlUCSIsCatPf
13357 extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias")));
13358 #else
13359 #ifndef xmlUCSIsCatPf
13360 extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden")));
13361 #define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
13362 #endif
13363 #endif
13364 #endif
13365 
13366 #if defined(LIBXML_UNICODE_ENABLED)
13367 #ifdef bottom_xmlunicode
13368 #undef xmlUCSIsCatPi
13369 extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias")));
13370 #else
13371 #ifndef xmlUCSIsCatPi
13372 extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden")));
13373 #define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
13374 #endif
13375 #endif
13376 #endif
13377 
13378 #if defined(LIBXML_UNICODE_ENABLED)
13379 #ifdef bottom_xmlunicode
13380 #undef xmlUCSIsCatPo
13381 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
13382 #else
13383 #ifndef xmlUCSIsCatPo
13384 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
13385 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
13386 #endif
13387 #endif
13388 #endif
13389 
13390 #if defined(LIBXML_UNICODE_ENABLED)
13391 #ifdef bottom_xmlunicode
13392 #undef xmlUCSIsCatPs
13393 extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias")));
13394 #else
13395 #ifndef xmlUCSIsCatPs
13396 extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden")));
13397 #define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
13398 #endif
13399 #endif
13400 #endif
13401 
13402 #if defined(LIBXML_UNICODE_ENABLED)
13403 #ifdef bottom_xmlunicode
13404 #undef xmlUCSIsCatS
13405 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
13406 #else
13407 #ifndef xmlUCSIsCatS
13408 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
13409 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
13410 #endif
13411 #endif
13412 #endif
13413 
13414 #if defined(LIBXML_UNICODE_ENABLED)
13415 #ifdef bottom_xmlunicode
13416 #undef xmlUCSIsCatSc
13417 extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias")));
13418 #else
13419 #ifndef xmlUCSIsCatSc
13420 extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden")));
13421 #define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
13422 #endif
13423 #endif
13424 #endif
13425 
13426 #if defined(LIBXML_UNICODE_ENABLED)
13427 #ifdef bottom_xmlunicode
13428 #undef xmlUCSIsCatSk
13429 extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias")));
13430 #else
13431 #ifndef xmlUCSIsCatSk
13432 extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden")));
13433 #define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
13434 #endif
13435 #endif
13436 #endif
13437 
13438 #if defined(LIBXML_UNICODE_ENABLED)
13439 #ifdef bottom_xmlunicode
13440 #undef xmlUCSIsCatSm
13441 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
13442 #else
13443 #ifndef xmlUCSIsCatSm
13444 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
13445 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
13446 #endif
13447 #endif
13448 #endif
13449 
13450 #if defined(LIBXML_UNICODE_ENABLED)
13451 #ifdef bottom_xmlunicode
13452 #undef xmlUCSIsCatSo
13453 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
13454 #else
13455 #ifndef xmlUCSIsCatSo
13456 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
13457 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
13458 #endif
13459 #endif
13460 #endif
13461 
13462 #if defined(LIBXML_UNICODE_ENABLED)
13463 #ifdef bottom_xmlunicode
13464 #undef xmlUCSIsCatZ
13465 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
13466 #else
13467 #ifndef xmlUCSIsCatZ
13468 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
13469 #define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
13470 #endif
13471 #endif
13472 #endif
13473 
13474 #if defined(LIBXML_UNICODE_ENABLED)
13475 #ifdef bottom_xmlunicode
13476 #undef xmlUCSIsCatZl
13477 extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias")));
13478 #else
13479 #ifndef xmlUCSIsCatZl
13480 extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden")));
13481 #define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
13482 #endif
13483 #endif
13484 #endif
13485 
13486 #if defined(LIBXML_UNICODE_ENABLED)
13487 #ifdef bottom_xmlunicode
13488 #undef xmlUCSIsCatZp
13489 extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias")));
13490 #else
13491 #ifndef xmlUCSIsCatZp
13492 extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden")));
13493 #define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
13494 #endif
13495 #endif
13496 #endif
13497 
13498 #if defined(LIBXML_UNICODE_ENABLED)
13499 #ifdef bottom_xmlunicode
13500 #undef xmlUCSIsCatZs
13501 extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias")));
13502 #else
13503 #ifndef xmlUCSIsCatZs
13504 extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden")));
13505 #define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
13506 #endif
13507 #endif
13508 #endif
13509 
13510 #if defined(LIBXML_UNICODE_ENABLED)
13511 #ifdef bottom_xmlunicode
13512 #undef xmlUCSIsCherokee
13513 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
13514 #else
13515 #ifndef xmlUCSIsCherokee
13516 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
13517 #define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
13518 #endif
13519 #endif
13520 #endif
13521 
13522 #if defined(LIBXML_UNICODE_ENABLED)
13523 #ifdef bottom_xmlunicode
13524 #undef xmlUCSIsCombiningDiacriticalMarks
13525 extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
13526 #else
13527 #ifndef xmlUCSIsCombiningDiacriticalMarks
13528 extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden")));
13529 #define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
13530 #endif
13531 #endif
13532 #endif
13533 
13534 #if defined(LIBXML_UNICODE_ENABLED)
13535 #ifdef bottom_xmlunicode
13536 #undef xmlUCSIsCombiningDiacriticalMarksforSymbols
13537 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
13538 #else
13539 #ifndef xmlUCSIsCombiningDiacriticalMarksforSymbols
13540 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden")));
13541 #define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
13542 #endif
13543 #endif
13544 #endif
13545 
13546 #if defined(LIBXML_UNICODE_ENABLED)
13547 #ifdef bottom_xmlunicode
13548 #undef xmlUCSIsCombiningHalfMarks
13549 extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
13550 #else
13551 #ifndef xmlUCSIsCombiningHalfMarks
13552 extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden")));
13553 #define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
13554 #endif
13555 #endif
13556 #endif
13557 
13558 #if defined(LIBXML_UNICODE_ENABLED)
13559 #ifdef bottom_xmlunicode
13560 #undef xmlUCSIsCombiningMarksforSymbols
13561 extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
13562 #else
13563 #ifndef xmlUCSIsCombiningMarksforSymbols
13564 extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden")));
13565 #define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
13566 #endif
13567 #endif
13568 #endif
13569 
13570 #if defined(LIBXML_UNICODE_ENABLED)
13571 #ifdef bottom_xmlunicode
13572 #undef xmlUCSIsControlPictures
13573 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
13574 #else
13575 #ifndef xmlUCSIsControlPictures
13576 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
13577 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
13578 #endif
13579 #endif
13580 #endif
13581 
13582 #if defined(LIBXML_UNICODE_ENABLED)
13583 #ifdef bottom_xmlunicode
13584 #undef xmlUCSIsCurrencySymbols
13585 extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
13586 #else
13587 #ifndef xmlUCSIsCurrencySymbols
13588 extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden")));
13589 #define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
13590 #endif
13591 #endif
13592 #endif
13593 
13594 #if defined(LIBXML_UNICODE_ENABLED)
13595 #ifdef bottom_xmlunicode
13596 #undef xmlUCSIsCypriotSyllabary
13597 extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
13598 #else
13599 #ifndef xmlUCSIsCypriotSyllabary
13600 extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden")));
13601 #define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
13602 #endif
13603 #endif
13604 #endif
13605 
13606 #if defined(LIBXML_UNICODE_ENABLED)
13607 #ifdef bottom_xmlunicode
13608 #undef xmlUCSIsCyrillic
13609 extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias")));
13610 #else
13611 #ifndef xmlUCSIsCyrillic
13612 extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden")));
13613 #define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
13614 #endif
13615 #endif
13616 #endif
13617 
13618 #if defined(LIBXML_UNICODE_ENABLED)
13619 #ifdef bottom_xmlunicode
13620 #undef xmlUCSIsCyrillicSupplement
13621 extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
13622 #else
13623 #ifndef xmlUCSIsCyrillicSupplement
13624 extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden")));
13625 #define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
13626 #endif
13627 #endif
13628 #endif
13629 
13630 #if defined(LIBXML_UNICODE_ENABLED)
13631 #ifdef bottom_xmlunicode
13632 #undef xmlUCSIsDeseret
13633 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
13634 #else
13635 #ifndef xmlUCSIsDeseret
13636 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
13637 #define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
13638 #endif
13639 #endif
13640 #endif
13641 
13642 #if defined(LIBXML_UNICODE_ENABLED)
13643 #ifdef bottom_xmlunicode
13644 #undef xmlUCSIsDevanagari
13645 extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias")));
13646 #else
13647 #ifndef xmlUCSIsDevanagari
13648 extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden")));
13649 #define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
13650 #endif
13651 #endif
13652 #endif
13653 
13654 #if defined(LIBXML_UNICODE_ENABLED)
13655 #ifdef bottom_xmlunicode
13656 #undef xmlUCSIsDingbats
13657 extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias")));
13658 #else
13659 #ifndef xmlUCSIsDingbats
13660 extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden")));
13661 #define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
13662 #endif
13663 #endif
13664 #endif
13665 
13666 #if defined(LIBXML_UNICODE_ENABLED)
13667 #ifdef bottom_xmlunicode
13668 #undef xmlUCSIsEnclosedAlphanumerics
13669 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
13670 #else
13671 #ifndef xmlUCSIsEnclosedAlphanumerics
13672 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
13673 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
13674 #endif
13675 #endif
13676 #endif
13677 
13678 #if defined(LIBXML_UNICODE_ENABLED)
13679 #ifdef bottom_xmlunicode
13680 #undef xmlUCSIsEnclosedCJKLettersandMonths
13681 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
13682 #else
13683 #ifndef xmlUCSIsEnclosedCJKLettersandMonths
13684 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden")));
13685 #define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
13686 #endif
13687 #endif
13688 #endif
13689 
13690 #if defined(LIBXML_UNICODE_ENABLED)
13691 #ifdef bottom_xmlunicode
13692 #undef xmlUCSIsEthiopic
13693 extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias")));
13694 #else
13695 #ifndef xmlUCSIsEthiopic
13696 extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden")));
13697 #define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
13698 #endif
13699 #endif
13700 #endif
13701 
13702 #if defined(LIBXML_UNICODE_ENABLED)
13703 #ifdef bottom_xmlunicode
13704 #undef xmlUCSIsGeneralPunctuation
13705 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
13706 #else
13707 #ifndef xmlUCSIsGeneralPunctuation
13708 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
13709 #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
13710 #endif
13711 #endif
13712 #endif
13713 
13714 #if defined(LIBXML_UNICODE_ENABLED)
13715 #ifdef bottom_xmlunicode
13716 #undef xmlUCSIsGeometricShapes
13717 extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
13718 #else
13719 #ifndef xmlUCSIsGeometricShapes
13720 extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden")));
13721 #define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
13722 #endif
13723 #endif
13724 #endif
13725 
13726 #if defined(LIBXML_UNICODE_ENABLED)
13727 #ifdef bottom_xmlunicode
13728 #undef xmlUCSIsGeorgian
13729 extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias")));
13730 #else
13731 #ifndef xmlUCSIsGeorgian
13732 extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden")));
13733 #define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
13734 #endif
13735 #endif
13736 #endif
13737 
13738 #if defined(LIBXML_UNICODE_ENABLED)
13739 #ifdef bottom_xmlunicode
13740 #undef xmlUCSIsGothic
13741 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
13742 #else
13743 #ifndef xmlUCSIsGothic
13744 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
13745 #define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
13746 #endif
13747 #endif
13748 #endif
13749 
13750 #if defined(LIBXML_UNICODE_ENABLED)
13751 #ifdef bottom_xmlunicode
13752 #undef xmlUCSIsGreek
13753 extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias")));
13754 #else
13755 #ifndef xmlUCSIsGreek
13756 extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden")));
13757 #define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
13758 #endif
13759 #endif
13760 #endif
13761 
13762 #if defined(LIBXML_UNICODE_ENABLED)
13763 #ifdef bottom_xmlunicode
13764 #undef xmlUCSIsGreekExtended
13765 extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
13766 #else
13767 #ifndef xmlUCSIsGreekExtended
13768 extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden")));
13769 #define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
13770 #endif
13771 #endif
13772 #endif
13773 
13774 #if defined(LIBXML_UNICODE_ENABLED)
13775 #ifdef bottom_xmlunicode
13776 #undef xmlUCSIsGreekandCoptic
13777 extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
13778 #else
13779 #ifndef xmlUCSIsGreekandCoptic
13780 extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden")));
13781 #define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
13782 #endif
13783 #endif
13784 #endif
13785 
13786 #if defined(LIBXML_UNICODE_ENABLED)
13787 #ifdef bottom_xmlunicode
13788 #undef xmlUCSIsGujarati
13789 extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias")));
13790 #else
13791 #ifndef xmlUCSIsGujarati
13792 extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden")));
13793 #define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
13794 #endif
13795 #endif
13796 #endif
13797 
13798 #if defined(LIBXML_UNICODE_ENABLED)
13799 #ifdef bottom_xmlunicode
13800 #undef xmlUCSIsGurmukhi
13801 extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
13802 #else
13803 #ifndef xmlUCSIsGurmukhi
13804 extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden")));
13805 #define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
13806 #endif
13807 #endif
13808 #endif
13809 
13810 #if defined(LIBXML_UNICODE_ENABLED)
13811 #ifdef bottom_xmlunicode
13812 #undef xmlUCSIsHalfwidthandFullwidthForms
13813 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
13814 #else
13815 #ifndef xmlUCSIsHalfwidthandFullwidthForms
13816 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden")));
13817 #define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
13818 #endif
13819 #endif
13820 #endif
13821 
13822 #if defined(LIBXML_UNICODE_ENABLED)
13823 #ifdef bottom_xmlunicode
13824 #undef xmlUCSIsHangulCompatibilityJamo
13825 extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
13826 #else
13827 #ifndef xmlUCSIsHangulCompatibilityJamo
13828 extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden")));
13829 #define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
13830 #endif
13831 #endif
13832 #endif
13833 
13834 #if defined(LIBXML_UNICODE_ENABLED)
13835 #ifdef bottom_xmlunicode
13836 #undef xmlUCSIsHangulJamo
13837 extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
13838 #else
13839 #ifndef xmlUCSIsHangulJamo
13840 extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden")));
13841 #define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
13842 #endif
13843 #endif
13844 #endif
13845 
13846 #if defined(LIBXML_UNICODE_ENABLED)
13847 #ifdef bottom_xmlunicode
13848 #undef xmlUCSIsHangulSyllables
13849 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
13850 #else
13851 #ifndef xmlUCSIsHangulSyllables
13852 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
13853 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
13854 #endif
13855 #endif
13856 #endif
13857 
13858 #if defined(LIBXML_UNICODE_ENABLED)
13859 #ifdef bottom_xmlunicode
13860 #undef xmlUCSIsHanunoo
13861 extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias")));
13862 #else
13863 #ifndef xmlUCSIsHanunoo
13864 extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden")));
13865 #define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
13866 #endif
13867 #endif
13868 #endif
13869 
13870 #if defined(LIBXML_UNICODE_ENABLED)
13871 #ifdef bottom_xmlunicode
13872 #undef xmlUCSIsHebrew
13873 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
13874 #else
13875 #ifndef xmlUCSIsHebrew
13876 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
13877 #define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
13878 #endif
13879 #endif
13880 #endif
13881 
13882 #if defined(LIBXML_UNICODE_ENABLED)
13883 #ifdef bottom_xmlunicode
13884 #undef xmlUCSIsHighPrivateUseSurrogates
13885 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
13886 #else
13887 #ifndef xmlUCSIsHighPrivateUseSurrogates
13888 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
13889 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
13890 #endif
13891 #endif
13892 #endif
13893 
13894 #if defined(LIBXML_UNICODE_ENABLED)
13895 #ifdef bottom_xmlunicode
13896 #undef xmlUCSIsHighSurrogates
13897 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
13898 #else
13899 #ifndef xmlUCSIsHighSurrogates
13900 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
13901 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
13902 #endif
13903 #endif
13904 #endif
13905 
13906 #if defined(LIBXML_UNICODE_ENABLED)
13907 #ifdef bottom_xmlunicode
13908 #undef xmlUCSIsHiragana
13909 extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias")));
13910 #else
13911 #ifndef xmlUCSIsHiragana
13912 extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden")));
13913 #define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
13914 #endif
13915 #endif
13916 #endif
13917 
13918 #if defined(LIBXML_UNICODE_ENABLED)
13919 #ifdef bottom_xmlunicode
13920 #undef xmlUCSIsIPAExtensions
13921 extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
13922 #else
13923 #ifndef xmlUCSIsIPAExtensions
13924 extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden")));
13925 #define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
13926 #endif
13927 #endif
13928 #endif
13929 
13930 #if defined(LIBXML_UNICODE_ENABLED)
13931 #ifdef bottom_xmlunicode
13932 #undef xmlUCSIsIdeographicDescriptionCharacters
13933 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
13934 #else
13935 #ifndef xmlUCSIsIdeographicDescriptionCharacters
13936 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden")));
13937 #define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
13938 #endif
13939 #endif
13940 #endif
13941 
13942 #if defined(LIBXML_UNICODE_ENABLED)
13943 #ifdef bottom_xmlunicode
13944 #undef xmlUCSIsKanbun
13945 extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias")));
13946 #else
13947 #ifndef xmlUCSIsKanbun
13948 extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden")));
13949 #define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
13950 #endif
13951 #endif
13952 #endif
13953 
13954 #if defined(LIBXML_UNICODE_ENABLED)
13955 #ifdef bottom_xmlunicode
13956 #undef xmlUCSIsKangxiRadicals
13957 extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
13958 #else
13959 #ifndef xmlUCSIsKangxiRadicals
13960 extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden")));
13961 #define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
13962 #endif
13963 #endif
13964 #endif
13965 
13966 #if defined(LIBXML_UNICODE_ENABLED)
13967 #ifdef bottom_xmlunicode
13968 #undef xmlUCSIsKannada
13969 extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias")));
13970 #else
13971 #ifndef xmlUCSIsKannada
13972 extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden")));
13973 #define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
13974 #endif
13975 #endif
13976 #endif
13977 
13978 #if defined(LIBXML_UNICODE_ENABLED)
13979 #ifdef bottom_xmlunicode
13980 #undef xmlUCSIsKatakana
13981 extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias")));
13982 #else
13983 #ifndef xmlUCSIsKatakana
13984 extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden")));
13985 #define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
13986 #endif
13987 #endif
13988 #endif
13989 
13990 #if defined(LIBXML_UNICODE_ENABLED)
13991 #ifdef bottom_xmlunicode
13992 #undef xmlUCSIsKatakanaPhoneticExtensions
13993 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
13994 #else
13995 #ifndef xmlUCSIsKatakanaPhoneticExtensions
13996 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
13997 #define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
13998 #endif
13999 #endif
14000 #endif
14001 
14002 #if defined(LIBXML_UNICODE_ENABLED)
14003 #ifdef bottom_xmlunicode
14004 #undef xmlUCSIsKhmer
14005 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
14006 #else
14007 #ifndef xmlUCSIsKhmer
14008 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
14009 #define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
14010 #endif
14011 #endif
14012 #endif
14013 
14014 #if defined(LIBXML_UNICODE_ENABLED)
14015 #ifdef bottom_xmlunicode
14016 #undef xmlUCSIsKhmerSymbols
14017 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
14018 #else
14019 #ifndef xmlUCSIsKhmerSymbols
14020 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
14021 #define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
14022 #endif
14023 #endif
14024 #endif
14025 
14026 #if defined(LIBXML_UNICODE_ENABLED)
14027 #ifdef bottom_xmlunicode
14028 #undef xmlUCSIsLao
14029 extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
14030 #else
14031 #ifndef xmlUCSIsLao
14032 extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
14033 #define xmlUCSIsLao xmlUCSIsLao__internal_alias
14034 #endif
14035 #endif
14036 #endif
14037 
14038 #if defined(LIBXML_UNICODE_ENABLED)
14039 #ifdef bottom_xmlunicode
14040 #undef xmlUCSIsLatin1Supplement
14041 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14042 #else
14043 #ifndef xmlUCSIsLatin1Supplement
14044 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
14045 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
14046 #endif
14047 #endif
14048 #endif
14049 
14050 #if defined(LIBXML_UNICODE_ENABLED)
14051 #ifdef bottom_xmlunicode
14052 #undef xmlUCSIsLatinExtendedA
14053 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
14054 #else
14055 #ifndef xmlUCSIsLatinExtendedA
14056 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
14057 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
14058 #endif
14059 #endif
14060 #endif
14061 
14062 #if defined(LIBXML_UNICODE_ENABLED)
14063 #ifdef bottom_xmlunicode
14064 #undef xmlUCSIsLatinExtendedAdditional
14065 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
14066 #else
14067 #ifndef xmlUCSIsLatinExtendedAdditional
14068 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
14069 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
14070 #endif
14071 #endif
14072 #endif
14073 
14074 #if defined(LIBXML_UNICODE_ENABLED)
14075 #ifdef bottom_xmlunicode
14076 #undef xmlUCSIsLatinExtendedB
14077 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
14078 #else
14079 #ifndef xmlUCSIsLatinExtendedB
14080 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
14081 #define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
14082 #endif
14083 #endif
14084 #endif
14085 
14086 #if defined(LIBXML_UNICODE_ENABLED)
14087 #ifdef bottom_xmlunicode
14088 #undef xmlUCSIsLetterlikeSymbols
14089 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
14090 #else
14091 #ifndef xmlUCSIsLetterlikeSymbols
14092 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
14093 #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
14094 #endif
14095 #endif
14096 #endif
14097 
14098 #if defined(LIBXML_UNICODE_ENABLED)
14099 #ifdef bottom_xmlunicode
14100 #undef xmlUCSIsLimbu
14101 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
14102 #else
14103 #ifndef xmlUCSIsLimbu
14104 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
14105 #define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
14106 #endif
14107 #endif
14108 #endif
14109 
14110 #if defined(LIBXML_UNICODE_ENABLED)
14111 #ifdef bottom_xmlunicode
14112 #undef xmlUCSIsLinearBIdeograms
14113 extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
14114 #else
14115 #ifndef xmlUCSIsLinearBIdeograms
14116 extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden")));
14117 #define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
14118 #endif
14119 #endif
14120 #endif
14121 
14122 #if defined(LIBXML_UNICODE_ENABLED)
14123 #ifdef bottom_xmlunicode
14124 #undef xmlUCSIsLinearBSyllabary
14125 extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
14126 #else
14127 #ifndef xmlUCSIsLinearBSyllabary
14128 extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden")));
14129 #define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
14130 #endif
14131 #endif
14132 #endif
14133 
14134 #if defined(LIBXML_UNICODE_ENABLED)
14135 #ifdef bottom_xmlunicode
14136 #undef xmlUCSIsLowSurrogates
14137 extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
14138 #else
14139 #ifndef xmlUCSIsLowSurrogates
14140 extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden")));
14141 #define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
14142 #endif
14143 #endif
14144 #endif
14145 
14146 #if defined(LIBXML_UNICODE_ENABLED)
14147 #ifdef bottom_xmlunicode
14148 #undef xmlUCSIsMalayalam
14149 extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias")));
14150 #else
14151 #ifndef xmlUCSIsMalayalam
14152 extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden")));
14153 #define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
14154 #endif
14155 #endif
14156 #endif
14157 
14158 #if defined(LIBXML_UNICODE_ENABLED)
14159 #ifdef bottom_xmlunicode
14160 #undef xmlUCSIsMathematicalAlphanumericSymbols
14161 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
14162 #else
14163 #ifndef xmlUCSIsMathematicalAlphanumericSymbols
14164 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden")));
14165 #define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
14166 #endif
14167 #endif
14168 #endif
14169 
14170 #if defined(LIBXML_UNICODE_ENABLED)
14171 #ifdef bottom_xmlunicode
14172 #undef xmlUCSIsMathematicalOperators
14173 extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
14174 #else
14175 #ifndef xmlUCSIsMathematicalOperators
14176 extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden")));
14177 #define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
14178 #endif
14179 #endif
14180 #endif
14181 
14182 #if defined(LIBXML_UNICODE_ENABLED)
14183 #ifdef bottom_xmlunicode
14184 #undef xmlUCSIsMiscellaneousMathematicalSymbolsA
14185 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
14186 #else
14187 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsA
14188 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
14189 #define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
14190 #endif
14191 #endif
14192 #endif
14193 
14194 #if defined(LIBXML_UNICODE_ENABLED)
14195 #ifdef bottom_xmlunicode
14196 #undef xmlUCSIsMiscellaneousMathematicalSymbolsB
14197 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
14198 #else
14199 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsB
14200 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden")));
14201 #define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
14202 #endif
14203 #endif
14204 #endif
14205 
14206 #if defined(LIBXML_UNICODE_ENABLED)
14207 #ifdef bottom_xmlunicode
14208 #undef xmlUCSIsMiscellaneousSymbols
14209 extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
14210 #else
14211 #ifndef xmlUCSIsMiscellaneousSymbols
14212 extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden")));
14213 #define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
14214 #endif
14215 #endif
14216 #endif
14217 
14218 #if defined(LIBXML_UNICODE_ENABLED)
14219 #ifdef bottom_xmlunicode
14220 #undef xmlUCSIsMiscellaneousSymbolsandArrows
14221 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
14222 #else
14223 #ifndef xmlUCSIsMiscellaneousSymbolsandArrows
14224 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
14225 #define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
14226 #endif
14227 #endif
14228 #endif
14229 
14230 #if defined(LIBXML_UNICODE_ENABLED)
14231 #ifdef bottom_xmlunicode
14232 #undef xmlUCSIsMiscellaneousTechnical
14233 extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
14234 #else
14235 #ifndef xmlUCSIsMiscellaneousTechnical
14236 extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden")));
14237 #define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
14238 #endif
14239 #endif
14240 #endif
14241 
14242 #if defined(LIBXML_UNICODE_ENABLED)
14243 #ifdef bottom_xmlunicode
14244 #undef xmlUCSIsMongolian
14245 extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias")));
14246 #else
14247 #ifndef xmlUCSIsMongolian
14248 extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden")));
14249 #define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
14250 #endif
14251 #endif
14252 #endif
14253 
14254 #if defined(LIBXML_UNICODE_ENABLED)
14255 #ifdef bottom_xmlunicode
14256 #undef xmlUCSIsMusicalSymbols
14257 extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
14258 #else
14259 #ifndef xmlUCSIsMusicalSymbols
14260 extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden")));
14261 #define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
14262 #endif
14263 #endif
14264 #endif
14265 
14266 #if defined(LIBXML_UNICODE_ENABLED)
14267 #ifdef bottom_xmlunicode
14268 #undef xmlUCSIsMyanmar
14269 extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias")));
14270 #else
14271 #ifndef xmlUCSIsMyanmar
14272 extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden")));
14273 #define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
14274 #endif
14275 #endif
14276 #endif
14277 
14278 #if defined(LIBXML_UNICODE_ENABLED)
14279 #ifdef bottom_xmlunicode
14280 #undef xmlUCSIsNumberForms
14281 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
14282 #else
14283 #ifndef xmlUCSIsNumberForms
14284 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
14285 #define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
14286 #endif
14287 #endif
14288 #endif
14289 
14290 #if defined(LIBXML_UNICODE_ENABLED)
14291 #ifdef bottom_xmlunicode
14292 #undef xmlUCSIsOgham
14293 extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias")));
14294 #else
14295 #ifndef xmlUCSIsOgham
14296 extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden")));
14297 #define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
14298 #endif
14299 #endif
14300 #endif
14301 
14302 #if defined(LIBXML_UNICODE_ENABLED)
14303 #ifdef bottom_xmlunicode
14304 #undef xmlUCSIsOldItalic
14305 extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias")));
14306 #else
14307 #ifndef xmlUCSIsOldItalic
14308 extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden")));
14309 #define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
14310 #endif
14311 #endif
14312 #endif
14313 
14314 #if defined(LIBXML_UNICODE_ENABLED)
14315 #ifdef bottom_xmlunicode
14316 #undef xmlUCSIsOpticalCharacterRecognition
14317 extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
14318 #else
14319 #ifndef xmlUCSIsOpticalCharacterRecognition
14320 extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden")));
14321 #define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
14322 #endif
14323 #endif
14324 #endif
14325 
14326 #if defined(LIBXML_UNICODE_ENABLED)
14327 #ifdef bottom_xmlunicode
14328 #undef xmlUCSIsOriya
14329 extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias")));
14330 #else
14331 #ifndef xmlUCSIsOriya
14332 extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden")));
14333 #define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
14334 #endif
14335 #endif
14336 #endif
14337 
14338 #if defined(LIBXML_UNICODE_ENABLED)
14339 #ifdef bottom_xmlunicode
14340 #undef xmlUCSIsOsmanya
14341 extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias")));
14342 #else
14343 #ifndef xmlUCSIsOsmanya
14344 extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden")));
14345 #define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
14346 #endif
14347 #endif
14348 #endif
14349 
14350 #if defined(LIBXML_UNICODE_ENABLED)
14351 #ifdef bottom_xmlunicode
14352 #undef xmlUCSIsPhoneticExtensions
14353 extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
14354 #else
14355 #ifndef xmlUCSIsPhoneticExtensions
14356 extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
14357 #define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
14358 #endif
14359 #endif
14360 #endif
14361 
14362 #if defined(LIBXML_UNICODE_ENABLED)
14363 #ifdef bottom_xmlunicode
14364 #undef xmlUCSIsPrivateUse
14365 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
14366 #else
14367 #ifndef xmlUCSIsPrivateUse
14368 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
14369 #define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
14370 #endif
14371 #endif
14372 #endif
14373 
14374 #if defined(LIBXML_UNICODE_ENABLED)
14375 #ifdef bottom_xmlunicode
14376 #undef xmlUCSIsPrivateUseArea
14377 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
14378 #else
14379 #ifndef xmlUCSIsPrivateUseArea
14380 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
14381 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
14382 #endif
14383 #endif
14384 #endif
14385 
14386 #if defined(LIBXML_UNICODE_ENABLED)
14387 #ifdef bottom_xmlunicode
14388 #undef xmlUCSIsRunic
14389 extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias")));
14390 #else
14391 #ifndef xmlUCSIsRunic
14392 extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden")));
14393 #define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
14394 #endif
14395 #endif
14396 #endif
14397 
14398 #if defined(LIBXML_UNICODE_ENABLED)
14399 #ifdef bottom_xmlunicode
14400 #undef xmlUCSIsShavian
14401 extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias")));
14402 #else
14403 #ifndef xmlUCSIsShavian
14404 extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden")));
14405 #define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
14406 #endif
14407 #endif
14408 #endif
14409 
14410 #if defined(LIBXML_UNICODE_ENABLED)
14411 #ifdef bottom_xmlunicode
14412 #undef xmlUCSIsSinhala
14413 extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias")));
14414 #else
14415 #ifndef xmlUCSIsSinhala
14416 extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden")));
14417 #define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
14418 #endif
14419 #endif
14420 #endif
14421 
14422 #if defined(LIBXML_UNICODE_ENABLED)
14423 #ifdef bottom_xmlunicode
14424 #undef xmlUCSIsSmallFormVariants
14425 extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
14426 #else
14427 #ifndef xmlUCSIsSmallFormVariants
14428 extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden")));
14429 #define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
14430 #endif
14431 #endif
14432 #endif
14433 
14434 #if defined(LIBXML_UNICODE_ENABLED)
14435 #ifdef bottom_xmlunicode
14436 #undef xmlUCSIsSpacingModifierLetters
14437 extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
14438 #else
14439 #ifndef xmlUCSIsSpacingModifierLetters
14440 extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden")));
14441 #define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
14442 #endif
14443 #endif
14444 #endif
14445 
14446 #if defined(LIBXML_UNICODE_ENABLED)
14447 #ifdef bottom_xmlunicode
14448 #undef xmlUCSIsSpecials
14449 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
14450 #else
14451 #ifndef xmlUCSIsSpecials
14452 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
14453 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
14454 #endif
14455 #endif
14456 #endif
14457 
14458 #if defined(LIBXML_UNICODE_ENABLED)
14459 #ifdef bottom_xmlunicode
14460 #undef xmlUCSIsSuperscriptsandSubscripts
14461 extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
14462 #else
14463 #ifndef xmlUCSIsSuperscriptsandSubscripts
14464 extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden")));
14465 #define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
14466 #endif
14467 #endif
14468 #endif
14469 
14470 #if defined(LIBXML_UNICODE_ENABLED)
14471 #ifdef bottom_xmlunicode
14472 #undef xmlUCSIsSupplementalArrowsA
14473 extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
14474 #else
14475 #ifndef xmlUCSIsSupplementalArrowsA
14476 extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden")));
14477 #define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
14478 #endif
14479 #endif
14480 #endif
14481 
14482 #if defined(LIBXML_UNICODE_ENABLED)
14483 #ifdef bottom_xmlunicode
14484 #undef xmlUCSIsSupplementalArrowsB
14485 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
14486 #else
14487 #ifndef xmlUCSIsSupplementalArrowsB
14488 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
14489 #define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
14490 #endif
14491 #endif
14492 #endif
14493 
14494 #if defined(LIBXML_UNICODE_ENABLED)
14495 #ifdef bottom_xmlunicode
14496 #undef xmlUCSIsSupplementalMathematicalOperators
14497 extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
14498 #else
14499 #ifndef xmlUCSIsSupplementalMathematicalOperators
14500 extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden")));
14501 #define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
14502 #endif
14503 #endif
14504 #endif
14505 
14506 #if defined(LIBXML_UNICODE_ENABLED)
14507 #ifdef bottom_xmlunicode
14508 #undef xmlUCSIsSupplementaryPrivateUseAreaA
14509 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
14510 #else
14511 #ifndef xmlUCSIsSupplementaryPrivateUseAreaA
14512 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden")));
14513 #define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
14514 #endif
14515 #endif
14516 #endif
14517 
14518 #if defined(LIBXML_UNICODE_ENABLED)
14519 #ifdef bottom_xmlunicode
14520 #undef xmlUCSIsSupplementaryPrivateUseAreaB
14521 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
14522 #else
14523 #ifndef xmlUCSIsSupplementaryPrivateUseAreaB
14524 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
14525 #define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
14526 #endif
14527 #endif
14528 #endif
14529 
14530 #if defined(LIBXML_UNICODE_ENABLED)
14531 #ifdef bottom_xmlunicode
14532 #undef xmlUCSIsSyriac
14533 extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias")));
14534 #else
14535 #ifndef xmlUCSIsSyriac
14536 extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden")));
14537 #define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
14538 #endif
14539 #endif
14540 #endif
14541 
14542 #if defined(LIBXML_UNICODE_ENABLED)
14543 #ifdef bottom_xmlunicode
14544 #undef xmlUCSIsTagalog
14545 extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias")));
14546 #else
14547 #ifndef xmlUCSIsTagalog
14548 extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden")));
14549 #define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
14550 #endif
14551 #endif
14552 #endif
14553 
14554 #if defined(LIBXML_UNICODE_ENABLED)
14555 #ifdef bottom_xmlunicode
14556 #undef xmlUCSIsTagbanwa
14557 extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
14558 #else
14559 #ifndef xmlUCSIsTagbanwa
14560 extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden")));
14561 #define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
14562 #endif
14563 #endif
14564 #endif
14565 
14566 #if defined(LIBXML_UNICODE_ENABLED)
14567 #ifdef bottom_xmlunicode
14568 #undef xmlUCSIsTags
14569 extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias")));
14570 #else
14571 #ifndef xmlUCSIsTags
14572 extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden")));
14573 #define xmlUCSIsTags xmlUCSIsTags__internal_alias
14574 #endif
14575 #endif
14576 #endif
14577 
14578 #if defined(LIBXML_UNICODE_ENABLED)
14579 #ifdef bottom_xmlunicode
14580 #undef xmlUCSIsTaiLe
14581 extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias")));
14582 #else
14583 #ifndef xmlUCSIsTaiLe
14584 extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden")));
14585 #define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
14586 #endif
14587 #endif
14588 #endif
14589 
14590 #if defined(LIBXML_UNICODE_ENABLED)
14591 #ifdef bottom_xmlunicode
14592 #undef xmlUCSIsTaiXuanJingSymbols
14593 extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
14594 #else
14595 #ifndef xmlUCSIsTaiXuanJingSymbols
14596 extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden")));
14597 #define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
14598 #endif
14599 #endif
14600 #endif
14601 
14602 #if defined(LIBXML_UNICODE_ENABLED)
14603 #ifdef bottom_xmlunicode
14604 #undef xmlUCSIsTamil
14605 extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias")));
14606 #else
14607 #ifndef xmlUCSIsTamil
14608 extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden")));
14609 #define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
14610 #endif
14611 #endif
14612 #endif
14613 
14614 #if defined(LIBXML_UNICODE_ENABLED)
14615 #ifdef bottom_xmlunicode
14616 #undef xmlUCSIsTelugu
14617 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
14618 #else
14619 #ifndef xmlUCSIsTelugu
14620 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
14621 #define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
14622 #endif
14623 #endif
14624 #endif
14625 
14626 #if defined(LIBXML_UNICODE_ENABLED)
14627 #ifdef bottom_xmlunicode
14628 #undef xmlUCSIsThaana
14629 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
14630 #else
14631 #ifndef xmlUCSIsThaana
14632 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
14633 #define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
14634 #endif
14635 #endif
14636 #endif
14637 
14638 #if defined(LIBXML_UNICODE_ENABLED)
14639 #ifdef bottom_xmlunicode
14640 #undef xmlUCSIsThai
14641 extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias")));
14642 #else
14643 #ifndef xmlUCSIsThai
14644 extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden")));
14645 #define xmlUCSIsThai xmlUCSIsThai__internal_alias
14646 #endif
14647 #endif
14648 #endif
14649 
14650 #if defined(LIBXML_UNICODE_ENABLED)
14651 #ifdef bottom_xmlunicode
14652 #undef xmlUCSIsTibetan
14653 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
14654 #else
14655 #ifndef xmlUCSIsTibetan
14656 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
14657 #define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
14658 #endif
14659 #endif
14660 #endif
14661 
14662 #if defined(LIBXML_UNICODE_ENABLED)
14663 #ifdef bottom_xmlunicode
14664 #undef xmlUCSIsUgaritic
14665 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
14666 #else
14667 #ifndef xmlUCSIsUgaritic
14668 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
14669 #define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
14670 #endif
14671 #endif
14672 #endif
14673 
14674 #if defined(LIBXML_UNICODE_ENABLED)
14675 #ifdef bottom_xmlunicode
14676 #undef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14677 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
14678 #else
14679 #ifndef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14680 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden")));
14681 #define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
14682 #endif
14683 #endif
14684 #endif
14685 
14686 #if defined(LIBXML_UNICODE_ENABLED)
14687 #ifdef bottom_xmlunicode
14688 #undef xmlUCSIsVariationSelectors
14689 extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
14690 #else
14691 #ifndef xmlUCSIsVariationSelectors
14692 extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden")));
14693 #define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
14694 #endif
14695 #endif
14696 #endif
14697 
14698 #if defined(LIBXML_UNICODE_ENABLED)
14699 #ifdef bottom_xmlunicode
14700 #undef xmlUCSIsVariationSelectorsSupplement
14701 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
14702 #else
14703 #ifndef xmlUCSIsVariationSelectorsSupplement
14704 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
14705 #define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
14706 #endif
14707 #endif
14708 #endif
14709 
14710 #if defined(LIBXML_UNICODE_ENABLED)
14711 #ifdef bottom_xmlunicode
14712 #undef xmlUCSIsYiRadicals
14713 extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
14714 #else
14715 #ifndef xmlUCSIsYiRadicals
14716 extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden")));
14717 #define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
14718 #endif
14719 #endif
14720 #endif
14721 
14722 #if defined(LIBXML_UNICODE_ENABLED)
14723 #ifdef bottom_xmlunicode
14724 #undef xmlUCSIsYiSyllables
14725 extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
14726 #else
14727 #ifndef xmlUCSIsYiSyllables
14728 extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden")));
14729 #define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
14730 #endif
14731 #endif
14732 #endif
14733 
14734 #if defined(LIBXML_UNICODE_ENABLED)
14735 #ifdef bottom_xmlunicode
14736 #undef xmlUCSIsYijingHexagramSymbols
14737 extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
14738 #else
14739 #ifndef xmlUCSIsYijingHexagramSymbols
14740 extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden")));
14741 #define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
14742 #endif
14743 #endif
14744 #endif
14745 
14746 #ifdef bottom_uri
14747 #undef xmlURIEscape
14748 extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
14749 #else
14750 #ifndef xmlURIEscape
14751 extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
14752 #define xmlURIEscape xmlURIEscape__internal_alias
14753 #endif
14754 #endif
14755 
14756 #ifdef bottom_uri
14757 #undef xmlURIEscapeStr
14758 extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias")));
14759 #else
14760 #ifndef xmlURIEscapeStr
14761 extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden")));
14762 #define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
14763 #endif
14764 #endif
14765 
14766 #ifdef bottom_uri
14767 #undef xmlURIUnescapeString
14768 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
14769 #else
14770 #ifndef xmlURIUnescapeString
14771 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
14772 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
14773 #endif
14774 #endif
14775 
14776 #ifdef bottom_xmlstring
14777 #undef xmlUTF8Charcmp
14778 extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias")));
14779 #else
14780 #ifndef xmlUTF8Charcmp
14781 extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden")));
14782 #define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
14783 #endif
14784 #endif
14785 
14786 #ifdef bottom_xmlstring
14787 #undef xmlUTF8Size
14788 extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias")));
14789 #else
14790 #ifndef xmlUTF8Size
14791 extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden")));
14792 #define xmlUTF8Size xmlUTF8Size__internal_alias
14793 #endif
14794 #endif
14795 
14796 #ifdef bottom_xmlstring
14797 #undef xmlUTF8Strlen
14798 extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias")));
14799 #else
14800 #ifndef xmlUTF8Strlen
14801 extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden")));
14802 #define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
14803 #endif
14804 #endif
14805 
14806 #ifdef bottom_xmlstring
14807 #undef xmlUTF8Strloc
14808 extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias")));
14809 #else
14810 #ifndef xmlUTF8Strloc
14811 extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden")));
14812 #define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
14813 #endif
14814 #endif
14815 
14816 #ifdef bottom_xmlstring
14817 #undef xmlUTF8Strndup
14818 extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias")));
14819 #else
14820 #ifndef xmlUTF8Strndup
14821 extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden")));
14822 #define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
14823 #endif
14824 #endif
14825 
14826 #ifdef bottom_xmlstring
14827 #undef xmlUTF8Strpos
14828 extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias")));
14829 #else
14830 #ifndef xmlUTF8Strpos
14831 extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden")));
14832 #define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
14833 #endif
14834 #endif
14835 
14836 #ifdef bottom_xmlstring
14837 #undef xmlUTF8Strsize
14838 extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias")));
14839 #else
14840 #ifndef xmlUTF8Strsize
14841 extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden")));
14842 #define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
14843 #endif
14844 #endif
14845 
14846 #ifdef bottom_xmlstring
14847 #undef xmlUTF8Strsub
14848 extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias")));
14849 #else
14850 #ifndef xmlUTF8Strsub
14851 extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden")));
14852 #define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
14853 #endif
14854 #endif
14855 
14856 #ifdef bottom_tree
14857 #undef xmlUnlinkNode
14858 extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias")));
14859 #else
14860 #ifndef xmlUnlinkNode
14861 extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden")));
14862 #define xmlUnlinkNode xmlUnlinkNode__internal_alias
14863 #endif
14864 #endif
14865 
14866 #ifdef bottom_threads
14867 #undef xmlUnlockLibrary
14868 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
14869 #else
14870 #ifndef xmlUnlockLibrary
14871 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
14872 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
14873 #endif
14874 #endif
14875 
14876 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
14877 #ifdef bottom_tree
14878 #undef xmlUnsetNsProp
14879 extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias")));
14880 #else
14881 #ifndef xmlUnsetNsProp
14882 extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden")));
14883 #define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
14884 #endif
14885 #endif
14886 #endif
14887 
14888 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
14889 #ifdef bottom_tree
14890 #undef xmlUnsetProp
14891 extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
14892 #else
14893 #ifndef xmlUnsetProp
14894 extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
14895 #define xmlUnsetProp xmlUnsetProp__internal_alias
14896 #endif
14897 #endif
14898 #endif
14899 
14900 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
14901 #ifdef bottom_valid
14902 #undef xmlValidBuildContentModel
14903 extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias")));
14904 #else
14905 #ifndef xmlValidBuildContentModel
14906 extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden")));
14907 #define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
14908 #endif
14909 #endif
14910 #endif
14911 
14912 #if defined(LIBXML_VALID_ENABLED)
14913 #ifdef bottom_valid
14914 #undef xmlValidCtxtNormalizeAttributeValue
14915 extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
14916 #else
14917 #ifndef xmlValidCtxtNormalizeAttributeValue
14918 extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
14919 #define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
14920 #endif
14921 #endif
14922 #endif
14923 
14924 #if defined(LIBXML_VALID_ENABLED)
14925 #ifdef bottom_valid
14926 #undef xmlValidGetPotentialChildren
14927 extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
14928 #else
14929 #ifndef xmlValidGetPotentialChildren
14930 extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden")));
14931 #define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
14932 #endif
14933 #endif
14934 #endif
14935 
14936 #if defined(LIBXML_VALID_ENABLED)
14937 #ifdef bottom_valid
14938 #undef xmlValidGetValidElements
14939 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
14940 #else
14941 #ifndef xmlValidGetValidElements
14942 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
14943 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
14944 #endif
14945 #endif
14946 #endif
14947 
14948 #if defined(LIBXML_VALID_ENABLED)
14949 #ifdef bottom_valid
14950 #undef xmlValidNormalizeAttributeValue
14951 extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
14952 #else
14953 #ifndef xmlValidNormalizeAttributeValue
14954 extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
14955 #define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
14956 #endif
14957 #endif
14958 #endif
14959 
14960 #if defined(LIBXML_VALID_ENABLED)
14961 #ifdef bottom_valid
14962 #undef xmlValidateAttributeDecl
14963 extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
14964 #else
14965 #ifndef xmlValidateAttributeDecl
14966 extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
14967 #define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
14968 #endif
14969 #endif
14970 #endif
14971 
14972 #if defined(LIBXML_VALID_ENABLED)
14973 #ifdef bottom_valid
14974 #undef xmlValidateAttributeValue
14975 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
14976 #else
14977 #ifndef xmlValidateAttributeValue
14978 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
14979 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
14980 #endif
14981 #endif
14982 #endif
14983 
14984 #if defined(LIBXML_VALID_ENABLED)
14985 #ifdef bottom_valid
14986 #undef xmlValidateDocument
14987 extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias")));
14988 #else
14989 #ifndef xmlValidateDocument
14990 extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden")));
14991 #define xmlValidateDocument xmlValidateDocument__internal_alias
14992 #endif
14993 #endif
14994 #endif
14995 
14996 #if defined(LIBXML_VALID_ENABLED)
14997 #ifdef bottom_valid
14998 #undef xmlValidateDocumentFinal
14999 extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias")));
15000 #else
15001 #ifndef xmlValidateDocumentFinal
15002 extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden")));
15003 #define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
15004 #endif
15005 #endif
15006 #endif
15007 
15008 #if defined(LIBXML_VALID_ENABLED)
15009 #ifdef bottom_valid
15010 #undef xmlValidateDtd
15011 extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
15012 #else
15013 #ifndef xmlValidateDtd
15014 extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
15015 #define xmlValidateDtd xmlValidateDtd__internal_alias
15016 #endif
15017 #endif
15018 #endif
15019 
15020 #if defined(LIBXML_VALID_ENABLED)
15021 #ifdef bottom_valid
15022 #undef xmlValidateDtdFinal
15023 extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias")));
15024 #else
15025 #ifndef xmlValidateDtdFinal
15026 extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden")));
15027 #define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
15028 #endif
15029 #endif
15030 #endif
15031 
15032 #if defined(LIBXML_VALID_ENABLED)
15033 #ifdef bottom_valid
15034 #undef xmlValidateElement
15035 extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
15036 #else
15037 #ifndef xmlValidateElement
15038 extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
15039 #define xmlValidateElement xmlValidateElement__internal_alias
15040 #endif
15041 #endif
15042 #endif
15043 
15044 #if defined(LIBXML_VALID_ENABLED)
15045 #ifdef bottom_valid
15046 #undef xmlValidateElementDecl
15047 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
15048 #else
15049 #ifndef xmlValidateElementDecl
15050 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
15051 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
15052 #endif
15053 #endif
15054 #endif
15055 
15056 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED)
15057 #ifdef bottom_tree
15058 #undef xmlValidateNCName
15059 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias")));
15060 #else
15061 #ifndef xmlValidateNCName
15062 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden")));
15063 #define xmlValidateNCName xmlValidateNCName__internal_alias
15064 #endif
15065 #endif
15066 #endif
15067 
15068 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15069 #ifdef bottom_tree
15070 #undef xmlValidateNMToken
15071 extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias")));
15072 #else
15073 #ifndef xmlValidateNMToken
15074 extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden")));
15075 #define xmlValidateNMToken xmlValidateNMToken__internal_alias
15076 #endif
15077 #endif
15078 #endif
15079 
15080 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15081 #ifdef bottom_tree
15082 #undef xmlValidateName
15083 extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
15084 #else
15085 #ifndef xmlValidateName
15086 extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
15087 #define xmlValidateName xmlValidateName__internal_alias
15088 #endif
15089 #endif
15090 #endif
15091 
15092 #if defined(LIBXML_VALID_ENABLED)
15093 #ifdef bottom_valid
15094 #undef xmlValidateNameValue
15095 extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
15096 #else
15097 #ifndef xmlValidateNameValue
15098 extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
15099 #define xmlValidateNameValue xmlValidateNameValue__internal_alias
15100 #endif
15101 #endif
15102 #endif
15103 
15104 #if defined(LIBXML_VALID_ENABLED)
15105 #ifdef bottom_valid
15106 #undef xmlValidateNamesValue
15107 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
15108 #else
15109 #ifndef xmlValidateNamesValue
15110 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
15111 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
15112 #endif
15113 #endif
15114 #endif
15115 
15116 #if defined(LIBXML_VALID_ENABLED)
15117 #ifdef bottom_valid
15118 #undef xmlValidateNmtokenValue
15119 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
15120 #else
15121 #ifndef xmlValidateNmtokenValue
15122 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
15123 #define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
15124 #endif
15125 #endif
15126 #endif
15127 
15128 #if defined(LIBXML_VALID_ENABLED)
15129 #ifdef bottom_valid
15130 #undef xmlValidateNmtokensValue
15131 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
15132 #else
15133 #ifndef xmlValidateNmtokensValue
15134 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
15135 #define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
15136 #endif
15137 #endif
15138 #endif
15139 
15140 #if defined(LIBXML_VALID_ENABLED)
15141 #ifdef bottom_valid
15142 #undef xmlValidateNotationDecl
15143 extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias")));
15144 #else
15145 #ifndef xmlValidateNotationDecl
15146 extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden")));
15147 #define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
15148 #endif
15149 #endif
15150 #endif
15151 
15152 #if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15153 #ifdef bottom_valid
15154 #undef xmlValidateNotationUse
15155 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
15156 #else
15157 #ifndef xmlValidateNotationUse
15158 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
15159 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
15160 #endif
15161 #endif
15162 #endif
15163 
15164 #if defined(LIBXML_VALID_ENABLED)
15165 #ifdef bottom_valid
15166 #undef xmlValidateOneAttribute
15167 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
15168 #else
15169 #ifndef xmlValidateOneAttribute
15170 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
15171 #define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
15172 #endif
15173 #endif
15174 #endif
15175 
15176 #if defined(LIBXML_VALID_ENABLED)
15177 #ifdef bottom_valid
15178 #undef xmlValidateOneElement
15179 extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
15180 #else
15181 #ifndef xmlValidateOneElement
15182 extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
15183 #define xmlValidateOneElement xmlValidateOneElement__internal_alias
15184 #endif
15185 #endif
15186 #endif
15187 
15188 #if defined(LIBXML_VALID_ENABLED)
15189 #ifdef bottom_valid
15190 #undef xmlValidateOneNamespace
15191 extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias")));
15192 #else
15193 #ifndef xmlValidateOneNamespace
15194 extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden")));
15195 #define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
15196 #endif
15197 #endif
15198 #endif
15199 
15200 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15201 #ifdef bottom_valid
15202 #undef xmlValidatePopElement
15203 extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias")));
15204 #else
15205 #ifndef xmlValidatePopElement
15206 extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden")));
15207 #define xmlValidatePopElement xmlValidatePopElement__internal_alias
15208 #endif
15209 #endif
15210 #endif
15211 
15212 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15213 #ifdef bottom_valid
15214 #undef xmlValidatePushCData
15215 extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias")));
15216 #else
15217 #ifndef xmlValidatePushCData
15218 extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden")));
15219 #define xmlValidatePushCData xmlValidatePushCData__internal_alias
15220 #endif
15221 #endif
15222 #endif
15223 
15224 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15225 #ifdef bottom_valid
15226 #undef xmlValidatePushElement
15227 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias")));
15228 #else
15229 #ifndef xmlValidatePushElement
15230 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden")));
15231 #define xmlValidatePushElement xmlValidatePushElement__internal_alias
15232 #endif
15233 #endif
15234 #endif
15235 
15236 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15237 #ifdef bottom_tree
15238 #undef xmlValidateQName
15239 extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
15240 #else
15241 #ifndef xmlValidateQName
15242 extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
15243 #define xmlValidateQName xmlValidateQName__internal_alias
15244 #endif
15245 #endif
15246 #endif
15247 
15248 #if defined(LIBXML_VALID_ENABLED)
15249 #ifdef bottom_valid
15250 #undef xmlValidateRoot
15251 extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias")));
15252 #else
15253 #ifndef xmlValidateRoot
15254 extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")));
15255 #define xmlValidateRoot xmlValidateRoot__internal_alias
15256 #endif
15257 #endif
15258 #endif
15259 
15260 #if defined(LIBXML_XINCLUDE_ENABLED)
15261 #ifdef bottom_xinclude
15262 #undef xmlXIncludeFreeContext
15263 extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias")));
15264 #else
15265 #ifndef xmlXIncludeFreeContext
15266 extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden")));
15267 #define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
15268 #endif
15269 #endif
15270 #endif
15271 
15272 #if defined(LIBXML_XINCLUDE_ENABLED)
15273 #ifdef bottom_xinclude
15274 #undef xmlXIncludeNewContext
15275 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
15276 #else
15277 #ifndef xmlXIncludeNewContext
15278 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
15279 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
15280 #endif
15281 #endif
15282 #endif
15283 
15284 #if defined(LIBXML_XINCLUDE_ENABLED)
15285 #ifdef bottom_xinclude
15286 #undef xmlXIncludeProcess
15287 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
15288 #else
15289 #ifndef xmlXIncludeProcess
15290 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
15291 #define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
15292 #endif
15293 #endif
15294 #endif
15295 
15296 #if defined(LIBXML_XINCLUDE_ENABLED)
15297 #ifdef bottom_xinclude
15298 #undef xmlXIncludeProcessFlags
15299 extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
15300 #else
15301 #ifndef xmlXIncludeProcessFlags
15302 extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden")));
15303 #define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
15304 #endif
15305 #endif
15306 #endif
15307 
15308 #if defined(LIBXML_XINCLUDE_ENABLED)
15309 #ifdef bottom_xinclude
15310 #undef xmlXIncludeProcessNode
15311 extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias")));
15312 #else
15313 #ifndef xmlXIncludeProcessNode
15314 extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden")));
15315 #define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
15316 #endif
15317 #endif
15318 #endif
15319 
15320 #if defined(LIBXML_XINCLUDE_ENABLED)
15321 #ifdef bottom_xinclude
15322 #undef xmlXIncludeProcessTree
15323 extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias")));
15324 #else
15325 #ifndef xmlXIncludeProcessTree
15326 extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden")));
15327 #define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
15328 #endif
15329 #endif
15330 #endif
15331 
15332 #if defined(LIBXML_XINCLUDE_ENABLED)
15333 #ifdef bottom_xinclude
15334 #undef xmlXIncludeProcessTreeFlags
15335 extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
15336 #else
15337 #ifndef xmlXIncludeProcessTreeFlags
15338 extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden")));
15339 #define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
15340 #endif
15341 #endif
15342 #endif
15343 
15344 #if defined(LIBXML_XINCLUDE_ENABLED)
15345 #ifdef bottom_xinclude
15346 #undef xmlXIncludeSetFlags
15347 extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
15348 #else
15349 #ifndef xmlXIncludeSetFlags
15350 extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden")));
15351 #define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
15352 #endif
15353 #endif
15354 #endif
15355 
15356 #if defined(LIBXML_XPATH_ENABLED)
15357 #ifdef bottom_xpath
15358 #undef xmlXPathAddValues
15359 extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias")));
15360 #else
15361 #ifndef xmlXPathAddValues
15362 extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden")));
15363 #define xmlXPathAddValues xmlXPathAddValues__internal_alias
15364 #endif
15365 #endif
15366 #endif
15367 
15368 #if defined(LIBXML_XPATH_ENABLED)
15369 #ifdef bottom_xpath
15370 #undef xmlXPathBooleanFunction
15371 extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias")));
15372 #else
15373 #ifndef xmlXPathBooleanFunction
15374 extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden")));
15375 #define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
15376 #endif
15377 #endif
15378 #endif
15379 
15380 #if defined(LIBXML_XPATH_ENABLED)
15381 #ifdef bottom_xpath
15382 #undef xmlXPathCastBooleanToNumber
15383 extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
15384 #else
15385 #ifndef xmlXPathCastBooleanToNumber
15386 extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden")));
15387 #define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
15388 #endif
15389 #endif
15390 #endif
15391 
15392 #if defined(LIBXML_XPATH_ENABLED)
15393 #ifdef bottom_xpath
15394 #undef xmlXPathCastBooleanToString
15395 extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
15396 #else
15397 #ifndef xmlXPathCastBooleanToString
15398 extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden")));
15399 #define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
15400 #endif
15401 #endif
15402 #endif
15403 
15404 #if defined(LIBXML_XPATH_ENABLED)
15405 #ifdef bottom_xpath
15406 #undef xmlXPathCastNodeSetToBoolean
15407 extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
15408 #else
15409 #ifndef xmlXPathCastNodeSetToBoolean
15410 extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden")));
15411 #define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
15412 #endif
15413 #endif
15414 #endif
15415 
15416 #if defined(LIBXML_XPATH_ENABLED)
15417 #ifdef bottom_xpath
15418 #undef xmlXPathCastNodeSetToNumber
15419 extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
15420 #else
15421 #ifndef xmlXPathCastNodeSetToNumber
15422 extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden")));
15423 #define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
15424 #endif
15425 #endif
15426 #endif
15427 
15428 #if defined(LIBXML_XPATH_ENABLED)
15429 #ifdef bottom_xpath
15430 #undef xmlXPathCastNodeSetToString
15431 extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
15432 #else
15433 #ifndef xmlXPathCastNodeSetToString
15434 extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden")));
15435 #define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
15436 #endif
15437 #endif
15438 #endif
15439 
15440 #if defined(LIBXML_XPATH_ENABLED)
15441 #ifdef bottom_xpath
15442 #undef xmlXPathCastNodeToNumber
15443 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
15444 #else
15445 #ifndef xmlXPathCastNodeToNumber
15446 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
15447 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
15448 #endif
15449 #endif
15450 #endif
15451 
15452 #if defined(LIBXML_XPATH_ENABLED)
15453 #ifdef bottom_xpath
15454 #undef xmlXPathCastNodeToString
15455 extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias")));
15456 #else
15457 #ifndef xmlXPathCastNodeToString
15458 extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden")));
15459 #define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
15460 #endif
15461 #endif
15462 #endif
15463 
15464 #if defined(LIBXML_XPATH_ENABLED)
15465 #ifdef bottom_xpath
15466 #undef xmlXPathCastNumberToBoolean
15467 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
15468 #else
15469 #ifndef xmlXPathCastNumberToBoolean
15470 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden")));
15471 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
15472 #endif
15473 #endif
15474 #endif
15475 
15476 #if defined(LIBXML_XPATH_ENABLED)
15477 #ifdef bottom_xpath
15478 #undef xmlXPathCastNumberToString
15479 extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias")));
15480 #else
15481 #ifndef xmlXPathCastNumberToString
15482 extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden")));
15483 #define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
15484 #endif
15485 #endif
15486 #endif
15487 
15488 #if defined(LIBXML_XPATH_ENABLED)
15489 #ifdef bottom_xpath
15490 #undef xmlXPathCastStringToBoolean
15491 extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
15492 #else
15493 #ifndef xmlXPathCastStringToBoolean
15494 extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden")));
15495 #define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
15496 #endif
15497 #endif
15498 #endif
15499 
15500 #if defined(LIBXML_XPATH_ENABLED)
15501 #ifdef bottom_xpath
15502 #undef xmlXPathCastStringToNumber
15503 extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
15504 #else
15505 #ifndef xmlXPathCastStringToNumber
15506 extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden")));
15507 #define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
15508 #endif
15509 #endif
15510 #endif
15511 
15512 #if defined(LIBXML_XPATH_ENABLED)
15513 #ifdef bottom_xpath
15514 #undef xmlXPathCastToBoolean
15515 extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias")));
15516 #else
15517 #ifndef xmlXPathCastToBoolean
15518 extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden")));
15519 #define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
15520 #endif
15521 #endif
15522 #endif
15523 
15524 #if defined(LIBXML_XPATH_ENABLED)
15525 #ifdef bottom_xpath
15526 #undef xmlXPathCastToNumber
15527 extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias")));
15528 #else
15529 #ifndef xmlXPathCastToNumber
15530 extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden")));
15531 #define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
15532 #endif
15533 #endif
15534 #endif
15535 
15536 #if defined(LIBXML_XPATH_ENABLED)
15537 #ifdef bottom_xpath
15538 #undef xmlXPathCastToString
15539 extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias")));
15540 #else
15541 #ifndef xmlXPathCastToString
15542 extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden")));
15543 #define xmlXPathCastToString xmlXPathCastToString__internal_alias
15544 #endif
15545 #endif
15546 #endif
15547 
15548 #if defined(LIBXML_XPATH_ENABLED)
15549 #ifdef bottom_xpath
15550 #undef xmlXPathCeilingFunction
15551 extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias")));
15552 #else
15553 #ifndef xmlXPathCeilingFunction
15554 extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden")));
15555 #define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
15556 #endif
15557 #endif
15558 #endif
15559 
15560 #if defined(LIBXML_XPATH_ENABLED)
15561 #ifdef bottom_xpath
15562 #undef xmlXPathCmpNodes
15563 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
15564 #else
15565 #ifndef xmlXPathCmpNodes
15566 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
15567 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
15568 #endif
15569 #endif
15570 #endif
15571 
15572 #if defined(LIBXML_XPATH_ENABLED)
15573 #ifdef bottom_xpath
15574 #undef xmlXPathCompareValues
15575 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
15576 #else
15577 #ifndef xmlXPathCompareValues
15578 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
15579 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
15580 #endif
15581 #endif
15582 #endif
15583 
15584 #if defined(LIBXML_XPATH_ENABLED)
15585 #ifdef bottom_xpath
15586 #undef xmlXPathCompile
15587 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
15588 #else
15589 #ifndef xmlXPathCompile
15590 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
15591 #define xmlXPathCompile xmlXPathCompile__internal_alias
15592 #endif
15593 #endif
15594 #endif
15595 
15596 #if defined(LIBXML_XPATH_ENABLED)
15597 #ifdef bottom_xpath
15598 #undef xmlXPathCompiledEval
15599 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
15600 #else
15601 #ifndef xmlXPathCompiledEval
15602 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
15603 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
15604 #endif
15605 #endif
15606 #endif
15607 
15608 #if defined(LIBXML_XPATH_ENABLED)
15609 #ifdef bottom_xpath
15610 #undef xmlXPathConcatFunction
15611 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias")));
15612 #else
15613 #ifndef xmlXPathConcatFunction
15614 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden")));
15615 #define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
15616 #endif
15617 #endif
15618 #endif
15619 
15620 #if defined(LIBXML_XPATH_ENABLED)
15621 #ifdef bottom_xpath
15622 #undef xmlXPathContainsFunction
15623 extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias")));
15624 #else
15625 #ifndef xmlXPathContainsFunction
15626 extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden")));
15627 #define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
15628 #endif
15629 #endif
15630 #endif
15631 
15632 #if defined(LIBXML_XPATH_ENABLED)
15633 #ifdef bottom_xpath
15634 #undef xmlXPathConvertBoolean
15635 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias")));
15636 #else
15637 #ifndef xmlXPathConvertBoolean
15638 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden")));
15639 #define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
15640 #endif
15641 #endif
15642 #endif
15643 
15644 #if defined(LIBXML_XPATH_ENABLED)
15645 #ifdef bottom_xpath
15646 #undef xmlXPathConvertNumber
15647 extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias")));
15648 #else
15649 #ifndef xmlXPathConvertNumber
15650 extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden")));
15651 #define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
15652 #endif
15653 #endif
15654 #endif
15655 
15656 #if defined(LIBXML_XPATH_ENABLED)
15657 #ifdef bottom_xpath
15658 #undef xmlXPathConvertString
15659 extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias")));
15660 #else
15661 #ifndef xmlXPathConvertString
15662 extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden")));
15663 #define xmlXPathConvertString xmlXPathConvertString__internal_alias
15664 #endif
15665 #endif
15666 #endif
15667 
15668 #if defined(LIBXML_XPATH_ENABLED)
15669 #ifdef bottom_xpath
15670 #undef xmlXPathCountFunction
15671 extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias")));
15672 #else
15673 #ifndef xmlXPathCountFunction
15674 extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden")));
15675 #define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
15676 #endif
15677 #endif
15678 #endif
15679 
15680 #if defined(LIBXML_XPATH_ENABLED)
15681 #ifdef bottom_xpath
15682 #undef xmlXPathCtxtCompile
15683 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
15684 #else
15685 #ifndef xmlXPathCtxtCompile
15686 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
15687 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
15688 #endif
15689 #endif
15690 #endif
15691 
15692 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
15693 #ifdef bottom_xpath
15694 #undef xmlXPathDebugDumpCompExpr
15695 extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
15696 #else
15697 #ifndef xmlXPathDebugDumpCompExpr
15698 extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden")));
15699 #define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
15700 #endif
15701 #endif
15702 #endif
15703 
15704 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
15705 #ifdef bottom_xpath
15706 #undef xmlXPathDebugDumpObject
15707 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
15708 #else
15709 #ifndef xmlXPathDebugDumpObject
15710 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden")));
15711 #define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
15712 #endif
15713 #endif
15714 #endif
15715 
15716 #if defined(LIBXML_XPATH_ENABLED)
15717 #ifdef bottom_xpath
15718 #undef xmlXPathDifference
15719 extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
15720 #else
15721 #ifndef xmlXPathDifference
15722 extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
15723 #define xmlXPathDifference xmlXPathDifference__internal_alias
15724 #endif
15725 #endif
15726 #endif
15727 
15728 #if defined(LIBXML_XPATH_ENABLED)
15729 #ifdef bottom_xpath
15730 #undef xmlXPathDistinct
15731 extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias")));
15732 #else
15733 #ifndef xmlXPathDistinct
15734 extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden")));
15735 #define xmlXPathDistinct xmlXPathDistinct__internal_alias
15736 #endif
15737 #endif
15738 #endif
15739 
15740 #if defined(LIBXML_XPATH_ENABLED)
15741 #ifdef bottom_xpath
15742 #undef xmlXPathDistinctSorted
15743 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
15744 #else
15745 #ifndef xmlXPathDistinctSorted
15746 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
15747 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
15748 #endif
15749 #endif
15750 #endif
15751 
15752 #if defined(LIBXML_XPATH_ENABLED)
15753 #ifdef bottom_xpath
15754 #undef xmlXPathDivValues
15755 extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
15756 #else
15757 #ifndef xmlXPathDivValues
15758 extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
15759 #define xmlXPathDivValues xmlXPathDivValues__internal_alias
15760 #endif
15761 #endif
15762 #endif
15763 
15764 #if defined(LIBXML_XPATH_ENABLED)
15765 #ifdef bottom_xpath
15766 #undef xmlXPathEqualValues
15767 extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias")));
15768 #else
15769 #ifndef xmlXPathEqualValues
15770 extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden")));
15771 #define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
15772 #endif
15773 #endif
15774 #endif
15775 
15776 #if defined(LIBXML_XPATH_ENABLED)
15777 #ifdef bottom_xpath
15778 #undef xmlXPathErr
15779 extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias")));
15780 #else
15781 #ifndef xmlXPathErr
15782 extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden")));
15783 #define xmlXPathErr xmlXPathErr__internal_alias
15784 #endif
15785 #endif
15786 #endif
15787 
15788 #if defined(LIBXML_XPATH_ENABLED)
15789 #ifdef bottom_xpath
15790 #undef xmlXPathEval
15791 extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
15792 #else
15793 #ifndef xmlXPathEval
15794 extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
15795 #define xmlXPathEval xmlXPathEval__internal_alias
15796 #endif
15797 #endif
15798 #endif
15799 
15800 #if defined(LIBXML_XPATH_ENABLED)
15801 #ifdef bottom_xpath
15802 #undef xmlXPathEvalExpr
15803 extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias")));
15804 #else
15805 #ifndef xmlXPathEvalExpr
15806 extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden")));
15807 #define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
15808 #endif
15809 #endif
15810 #endif
15811 
15812 #if defined(LIBXML_XPATH_ENABLED)
15813 #ifdef bottom_xpath
15814 #undef xmlXPathEvalExpression
15815 extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias")));
15816 #else
15817 #ifndef xmlXPathEvalExpression
15818 extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden")));
15819 #define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
15820 #endif
15821 #endif
15822 #endif
15823 
15824 #if defined(LIBXML_XPATH_ENABLED)
15825 #ifdef bottom_xpath
15826 #undef xmlXPathEvalPredicate
15827 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
15828 #else
15829 #ifndef xmlXPathEvalPredicate
15830 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
15831 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
15832 #endif
15833 #endif
15834 #endif
15835 
15836 #if defined(LIBXML_XPATH_ENABLED)
15837 #ifdef bottom_xpath
15838 #undef xmlXPathEvaluatePredicateResult
15839 extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
15840 #else
15841 #ifndef xmlXPathEvaluatePredicateResult
15842 extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden")));
15843 #define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
15844 #endif
15845 #endif
15846 #endif
15847 
15848 #if defined(LIBXML_XPATH_ENABLED)
15849 #ifdef bottom_xpath
15850 #undef xmlXPathFalseFunction
15851 extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias")));
15852 #else
15853 #ifndef xmlXPathFalseFunction
15854 extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden")));
15855 #define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
15856 #endif
15857 #endif
15858 #endif
15859 
15860 #if defined(LIBXML_XPATH_ENABLED)
15861 #ifdef bottom_xpath
15862 #undef xmlXPathFloorFunction
15863 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
15864 #else
15865 #ifndef xmlXPathFloorFunction
15866 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
15867 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
15868 #endif
15869 #endif
15870 #endif
15871 
15872 #if defined(LIBXML_XPATH_ENABLED)
15873 #ifdef bottom_xpath
15874 #undef xmlXPathFreeCompExpr
15875 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
15876 #else
15877 #ifndef xmlXPathFreeCompExpr
15878 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden")));
15879 #define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
15880 #endif
15881 #endif
15882 #endif
15883 
15884 #if defined(LIBXML_XPATH_ENABLED)
15885 #ifdef bottom_xpath
15886 #undef xmlXPathFreeContext
15887 extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias")));
15888 #else
15889 #ifndef xmlXPathFreeContext
15890 extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden")));
15891 #define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
15892 #endif
15893 #endif
15894 #endif
15895 
15896 #if defined(LIBXML_XPATH_ENABLED)
15897 #ifdef bottom_xpath
15898 #undef xmlXPathFreeNodeSet
15899 extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
15900 #else
15901 #ifndef xmlXPathFreeNodeSet
15902 extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden")));
15903 #define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
15904 #endif
15905 #endif
15906 #endif
15907 
15908 #if defined(LIBXML_XPATH_ENABLED)
15909 #ifdef bottom_xpath
15910 #undef xmlXPathFreeNodeSetList
15911 extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
15912 #else
15913 #ifndef xmlXPathFreeNodeSetList
15914 extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden")));
15915 #define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
15916 #endif
15917 #endif
15918 #endif
15919 
15920 #if defined(LIBXML_XPATH_ENABLED)
15921 #ifdef bottom_xpath
15922 #undef xmlXPathFreeObject
15923 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
15924 #else
15925 #ifndef xmlXPathFreeObject
15926 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
15927 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
15928 #endif
15929 #endif
15930 #endif
15931 
15932 #if defined(LIBXML_XPATH_ENABLED)
15933 #ifdef bottom_xpath
15934 #undef xmlXPathFreeParserContext
15935 extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias")));
15936 #else
15937 #ifndef xmlXPathFreeParserContext
15938 extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden")));
15939 #define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
15940 #endif
15941 #endif
15942 #endif
15943 
15944 #if defined(LIBXML_XPATH_ENABLED)
15945 #ifdef bottom_xpath
15946 #undef xmlXPathFunctionLookup
15947 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias")));
15948 #else
15949 #ifndef xmlXPathFunctionLookup
15950 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden")));
15951 #define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
15952 #endif
15953 #endif
15954 #endif
15955 
15956 #if defined(LIBXML_XPATH_ENABLED)
15957 #ifdef bottom_xpath
15958 #undef xmlXPathFunctionLookupNS
15959 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
15960 #else
15961 #ifndef xmlXPathFunctionLookupNS
15962 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
15963 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
15964 #endif
15965 #endif
15966 #endif
15967 
15968 #if defined(LIBXML_XPATH_ENABLED)
15969 #ifdef bottom_xpath
15970 #undef xmlXPathHasSameNodes
15971 extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias")));
15972 #else
15973 #ifndef xmlXPathHasSameNodes
15974 extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden")));
15975 #define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
15976 #endif
15977 #endif
15978 #endif
15979 
15980 #if defined(LIBXML_XPATH_ENABLED)
15981 #ifdef bottom_xpath
15982 #undef xmlXPathIdFunction
15983 extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias")));
15984 #else
15985 #ifndef xmlXPathIdFunction
15986 extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden")));
15987 #define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
15988 #endif
15989 #endif
15990 #endif
15991 
15992 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15993 #ifdef bottom_xpath
15994 #undef xmlXPathInit
15995 extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias")));
15996 #else
15997 #ifndef xmlXPathInit
15998 extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden")));
15999 #define xmlXPathInit xmlXPathInit__internal_alias
16000 #endif
16001 #endif
16002 #endif
16003 
16004 #if defined(LIBXML_XPATH_ENABLED)
16005 #ifdef bottom_xpath
16006 #undef xmlXPathIntersection
16007 extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
16008 #else
16009 #ifndef xmlXPathIntersection
16010 extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
16011 #define xmlXPathIntersection xmlXPathIntersection__internal_alias
16012 #endif
16013 #endif
16014 #endif
16015 
16016 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16017 #ifdef bottom_xpath
16018 #undef xmlXPathIsInf
16019 extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias")));
16020 #else
16021 #ifndef xmlXPathIsInf
16022 extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden")));
16023 #define xmlXPathIsInf xmlXPathIsInf__internal_alias
16024 #endif
16025 #endif
16026 #endif
16027 
16028 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16029 #ifdef bottom_xpath
16030 #undef xmlXPathIsNaN
16031 extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias")));
16032 #else
16033 #ifndef xmlXPathIsNaN
16034 extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden")));
16035 #define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
16036 #endif
16037 #endif
16038 #endif
16039 
16040 #if defined(LIBXML_XPATH_ENABLED)
16041 #ifdef bottom_xpath
16042 #undef xmlXPathIsNodeType
16043 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
16044 #else
16045 #ifndef xmlXPathIsNodeType
16046 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
16047 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
16048 #endif
16049 #endif
16050 #endif
16051 
16052 #if defined(LIBXML_XPATH_ENABLED)
16053 #ifdef bottom_xpath
16054 #undef xmlXPathLangFunction
16055 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias")));
16056 #else
16057 #ifndef xmlXPathLangFunction
16058 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden")));
16059 #define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
16060 #endif
16061 #endif
16062 #endif
16063 
16064 #if defined(LIBXML_XPATH_ENABLED)
16065 #ifdef bottom_xpath
16066 #undef xmlXPathLastFunction
16067 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
16068 #else
16069 #ifndef xmlXPathLastFunction
16070 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
16071 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
16072 #endif
16073 #endif
16074 #endif
16075 
16076 #if defined(LIBXML_XPATH_ENABLED)
16077 #ifdef bottom_xpath
16078 #undef xmlXPathLeading
16079 extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias")));
16080 #else
16081 #ifndef xmlXPathLeading
16082 extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden")));
16083 #define xmlXPathLeading xmlXPathLeading__internal_alias
16084 #endif
16085 #endif
16086 #endif
16087 
16088 #if defined(LIBXML_XPATH_ENABLED)
16089 #ifdef bottom_xpath
16090 #undef xmlXPathLeadingSorted
16091 extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias")));
16092 #else
16093 #ifndef xmlXPathLeadingSorted
16094 extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden")));
16095 #define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
16096 #endif
16097 #endif
16098 #endif
16099 
16100 #if defined(LIBXML_XPATH_ENABLED)
16101 #ifdef bottom_xpath
16102 #undef xmlXPathLocalNameFunction
16103 extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
16104 #else
16105 #ifndef xmlXPathLocalNameFunction
16106 extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden")));
16107 #define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
16108 #endif
16109 #endif
16110 #endif
16111 
16112 #if defined(LIBXML_XPATH_ENABLED)
16113 #ifdef bottom_xpath
16114 #undef xmlXPathModValues
16115 extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
16116 #else
16117 #ifndef xmlXPathModValues
16118 extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
16119 #define xmlXPathModValues xmlXPathModValues__internal_alias
16120 #endif
16121 #endif
16122 #endif
16123 
16124 #if defined(LIBXML_XPATH_ENABLED)
16125 #ifdef bottom_xpath
16126 #undef xmlXPathMultValues
16127 extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias")));
16128 #else
16129 #ifndef xmlXPathMultValues
16130 extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden")));
16131 #define xmlXPathMultValues xmlXPathMultValues__internal_alias
16132 #endif
16133 #endif
16134 #endif
16135 
16136 #if defined(LIBXML_XPATH_ENABLED)
16137 #ifdef bottom_xpath
16138 #undef xmlXPathNamespaceURIFunction
16139 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
16140 #else
16141 #ifndef xmlXPathNamespaceURIFunction
16142 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden")));
16143 #define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
16144 #endif
16145 #endif
16146 #endif
16147 
16148 #if defined(LIBXML_XPATH_ENABLED)
16149 #ifdef bottom_xpath
16150 #undef xmlXPathNewBoolean
16151 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
16152 #else
16153 #ifndef xmlXPathNewBoolean
16154 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
16155 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
16156 #endif
16157 #endif
16158 #endif
16159 
16160 #if defined(LIBXML_XPATH_ENABLED)
16161 #ifdef bottom_xpath
16162 #undef xmlXPathNewCString
16163 extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias")));
16164 #else
16165 #ifndef xmlXPathNewCString
16166 extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden")));
16167 #define xmlXPathNewCString xmlXPathNewCString__internal_alias
16168 #endif
16169 #endif
16170 #endif
16171 
16172 #if defined(LIBXML_XPATH_ENABLED)
16173 #ifdef bottom_xpath
16174 #undef xmlXPathNewContext
16175 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
16176 #else
16177 #ifndef xmlXPathNewContext
16178 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
16179 #define xmlXPathNewContext xmlXPathNewContext__internal_alias
16180 #endif
16181 #endif
16182 #endif
16183 
16184 #if defined(LIBXML_XPATH_ENABLED)
16185 #ifdef bottom_xpath
16186 #undef xmlXPathNewFloat
16187 extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias")));
16188 #else
16189 #ifndef xmlXPathNewFloat
16190 extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden")));
16191 #define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
16192 #endif
16193 #endif
16194 #endif
16195 
16196 #if defined(LIBXML_XPATH_ENABLED)
16197 #ifdef bottom_xpath
16198 #undef xmlXPathNewNodeSet
16199 extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias")));
16200 #else
16201 #ifndef xmlXPathNewNodeSet
16202 extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden")));
16203 #define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
16204 #endif
16205 #endif
16206 #endif
16207 
16208 #if defined(LIBXML_XPATH_ENABLED)
16209 #ifdef bottom_xpath
16210 #undef xmlXPathNewNodeSetList
16211 extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
16212 #else
16213 #ifndef xmlXPathNewNodeSetList
16214 extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden")));
16215 #define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
16216 #endif
16217 #endif
16218 #endif
16219 
16220 #if defined(LIBXML_XPATH_ENABLED)
16221 #ifdef bottom_xpath
16222 #undef xmlXPathNewParserContext
16223 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
16224 #else
16225 #ifndef xmlXPathNewParserContext
16226 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
16227 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
16228 #endif
16229 #endif
16230 #endif
16231 
16232 #if defined(LIBXML_XPATH_ENABLED)
16233 #ifdef bottom_xpath
16234 #undef xmlXPathNewString
16235 extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
16236 #else
16237 #ifndef xmlXPathNewString
16238 extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
16239 #define xmlXPathNewString xmlXPathNewString__internal_alias
16240 #endif
16241 #endif
16242 #endif
16243 
16244 #if defined(LIBXML_XPATH_ENABLED)
16245 #ifdef bottom_xpath
16246 #undef xmlXPathNewValueTree
16247 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
16248 #else
16249 #ifndef xmlXPathNewValueTree
16250 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
16251 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
16252 #endif
16253 #endif
16254 #endif
16255 
16256 #if defined(LIBXML_XPATH_ENABLED)
16257 #ifdef bottom_xpath
16258 #undef xmlXPathNextAncestor
16259 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
16260 #else
16261 #ifndef xmlXPathNextAncestor
16262 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
16263 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
16264 #endif
16265 #endif
16266 #endif
16267 
16268 #if defined(LIBXML_XPATH_ENABLED)
16269 #ifdef bottom_xpath
16270 #undef xmlXPathNextAncestorOrSelf
16271 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
16272 #else
16273 #ifndef xmlXPathNextAncestorOrSelf
16274 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
16275 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
16276 #endif
16277 #endif
16278 #endif
16279 
16280 #if defined(LIBXML_XPATH_ENABLED)
16281 #ifdef bottom_xpath
16282 #undef xmlXPathNextAttribute
16283 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
16284 #else
16285 #ifndef xmlXPathNextAttribute
16286 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
16287 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
16288 #endif
16289 #endif
16290 #endif
16291 
16292 #if defined(LIBXML_XPATH_ENABLED)
16293 #ifdef bottom_xpath
16294 #undef xmlXPathNextChild
16295 extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias")));
16296 #else
16297 #ifndef xmlXPathNextChild
16298 extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden")));
16299 #define xmlXPathNextChild xmlXPathNextChild__internal_alias
16300 #endif
16301 #endif
16302 #endif
16303 
16304 #if defined(LIBXML_XPATH_ENABLED)
16305 #ifdef bottom_xpath
16306 #undef xmlXPathNextDescendant
16307 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
16308 #else
16309 #ifndef xmlXPathNextDescendant
16310 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
16311 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
16312 #endif
16313 #endif
16314 #endif
16315 
16316 #if defined(LIBXML_XPATH_ENABLED)
16317 #ifdef bottom_xpath
16318 #undef xmlXPathNextDescendantOrSelf
16319 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16320 #else
16321 #ifndef xmlXPathNextDescendantOrSelf
16322 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
16323 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
16324 #endif
16325 #endif
16326 #endif
16327 
16328 #if defined(LIBXML_XPATH_ENABLED)
16329 #ifdef bottom_xpath
16330 #undef xmlXPathNextFollowing
16331 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
16332 #else
16333 #ifndef xmlXPathNextFollowing
16334 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
16335 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
16336 #endif
16337 #endif
16338 #endif
16339 
16340 #if defined(LIBXML_XPATH_ENABLED)
16341 #ifdef bottom_xpath
16342 #undef xmlXPathNextFollowingSibling
16343 extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
16344 #else
16345 #ifndef xmlXPathNextFollowingSibling
16346 extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden")));
16347 #define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
16348 #endif
16349 #endif
16350 #endif
16351 
16352 #if defined(LIBXML_XPATH_ENABLED)
16353 #ifdef bottom_xpath
16354 #undef xmlXPathNextNamespace
16355 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
16356 #else
16357 #ifndef xmlXPathNextNamespace
16358 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
16359 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
16360 #endif
16361 #endif
16362 #endif
16363 
16364 #if defined(LIBXML_XPATH_ENABLED)
16365 #ifdef bottom_xpath
16366 #undef xmlXPathNextParent
16367 extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias")));
16368 #else
16369 #ifndef xmlXPathNextParent
16370 extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden")));
16371 #define xmlXPathNextParent xmlXPathNextParent__internal_alias
16372 #endif
16373 #endif
16374 #endif
16375 
16376 #if defined(LIBXML_XPATH_ENABLED)
16377 #ifdef bottom_xpath
16378 #undef xmlXPathNextPreceding
16379 extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias")));
16380 #else
16381 #ifndef xmlXPathNextPreceding
16382 extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden")));
16383 #define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
16384 #endif
16385 #endif
16386 #endif
16387 
16388 #if defined(LIBXML_XPATH_ENABLED)
16389 #ifdef bottom_xpath
16390 #undef xmlXPathNextPrecedingSibling
16391 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
16392 #else
16393 #ifndef xmlXPathNextPrecedingSibling
16394 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden")));
16395 #define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
16396 #endif
16397 #endif
16398 #endif
16399 
16400 #if defined(LIBXML_XPATH_ENABLED)
16401 #ifdef bottom_xpath
16402 #undef xmlXPathNextSelf
16403 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
16404 #else
16405 #ifndef xmlXPathNextSelf
16406 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
16407 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
16408 #endif
16409 #endif
16410 #endif
16411 
16412 #if defined(LIBXML_XPATH_ENABLED)
16413 #ifdef bottom_xpath
16414 #undef xmlXPathNodeLeading
16415 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias")));
16416 #else
16417 #ifndef xmlXPathNodeLeading
16418 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden")));
16419 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
16420 #endif
16421 #endif
16422 #endif
16423 
16424 #if defined(LIBXML_XPATH_ENABLED)
16425 #ifdef bottom_xpath
16426 #undef xmlXPathNodeLeadingSorted
16427 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16428 #else
16429 #ifndef xmlXPathNodeLeadingSorted
16430 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
16431 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
16432 #endif
16433 #endif
16434 #endif
16435 
16436 #if defined(LIBXML_XPATH_ENABLED)
16437 #ifdef bottom_xpath
16438 #undef xmlXPathNodeSetAdd
16439 extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
16440 #else
16441 #ifndef xmlXPathNodeSetAdd
16442 extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden")));
16443 #define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
16444 #endif
16445 #endif
16446 #endif
16447 
16448 #if defined(LIBXML_XPATH_ENABLED)
16449 #ifdef bottom_xpath
16450 #undef xmlXPathNodeSetAddNs
16451 extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
16452 #else
16453 #ifndef xmlXPathNodeSetAddNs
16454 extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden")));
16455 #define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
16456 #endif
16457 #endif
16458 #endif
16459 
16460 #if defined(LIBXML_XPATH_ENABLED)
16461 #ifdef bottom_xpath
16462 #undef xmlXPathNodeSetAddUnique
16463 extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
16464 #else
16465 #ifndef xmlXPathNodeSetAddUnique
16466 extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden")));
16467 #define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
16468 #endif
16469 #endif
16470 #endif
16471 
16472 #if defined(LIBXML_XPATH_ENABLED)
16473 #ifdef bottom_xpath
16474 #undef xmlXPathNodeSetContains
16475 extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias")));
16476 #else
16477 #ifndef xmlXPathNodeSetContains
16478 extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden")));
16479 #define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
16480 #endif
16481 #endif
16482 #endif
16483 
16484 #if defined(LIBXML_XPATH_ENABLED)
16485 #ifdef bottom_xpath
16486 #undef xmlXPathNodeSetCreate
16487 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
16488 #else
16489 #ifndef xmlXPathNodeSetCreate
16490 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden")));
16491 #define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
16492 #endif
16493 #endif
16494 #endif
16495 
16496 #if defined(LIBXML_XPATH_ENABLED)
16497 #ifdef bottom_xpath
16498 #undef xmlXPathNodeSetDel
16499 extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias")));
16500 #else
16501 #ifndef xmlXPathNodeSetDel
16502 extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden")));
16503 #define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
16504 #endif
16505 #endif
16506 #endif
16507 
16508 #if defined(LIBXML_XPATH_ENABLED)
16509 #ifdef bottom_xpath
16510 #undef xmlXPathNodeSetFreeNs
16511 extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
16512 #else
16513 #ifndef xmlXPathNodeSetFreeNs
16514 extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden")));
16515 #define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
16516 #endif
16517 #endif
16518 #endif
16519 
16520 #if defined(LIBXML_XPATH_ENABLED)
16521 #ifdef bottom_xpath
16522 #undef xmlXPathNodeSetMerge
16523 extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
16524 #else
16525 #ifndef xmlXPathNodeSetMerge
16526 extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden")));
16527 #define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
16528 #endif
16529 #endif
16530 #endif
16531 
16532 #if defined(LIBXML_XPATH_ENABLED)
16533 #ifdef bottom_xpath
16534 #undef xmlXPathNodeSetRemove
16535 extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
16536 #else
16537 #ifndef xmlXPathNodeSetRemove
16538 extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden")));
16539 #define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
16540 #endif
16541 #endif
16542 #endif
16543 
16544 #if defined(LIBXML_XPATH_ENABLED)
16545 #ifdef bottom_xpath
16546 #undef xmlXPathNodeSetSort
16547 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
16548 #else
16549 #ifndef xmlXPathNodeSetSort
16550 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
16551 #define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
16552 #endif
16553 #endif
16554 #endif
16555 
16556 #if defined(LIBXML_XPATH_ENABLED)
16557 #ifdef bottom_xpath
16558 #undef xmlXPathNodeTrailing
16559 extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias")));
16560 #else
16561 #ifndef xmlXPathNodeTrailing
16562 extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden")));
16563 #define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
16564 #endif
16565 #endif
16566 #endif
16567 
16568 #if defined(LIBXML_XPATH_ENABLED)
16569 #ifdef bottom_xpath
16570 #undef xmlXPathNodeTrailingSorted
16571 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16572 #else
16573 #ifndef xmlXPathNodeTrailingSorted
16574 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
16575 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
16576 #endif
16577 #endif
16578 #endif
16579 
16580 #if defined(LIBXML_XPATH_ENABLED)
16581 #ifdef bottom_xpath
16582 #undef xmlXPathNormalizeFunction
16583 extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
16584 #else
16585 #ifndef xmlXPathNormalizeFunction
16586 extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden")));
16587 #define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
16588 #endif
16589 #endif
16590 #endif
16591 
16592 #if defined(LIBXML_XPATH_ENABLED)
16593 #ifdef bottom_xpath
16594 #undef xmlXPathNotEqualValues
16595 extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias")));
16596 #else
16597 #ifndef xmlXPathNotEqualValues
16598 extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden")));
16599 #define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
16600 #endif
16601 #endif
16602 #endif
16603 
16604 #if defined(LIBXML_XPATH_ENABLED)
16605 #ifdef bottom_xpath
16606 #undef xmlXPathNotFunction
16607 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
16608 #else
16609 #ifndef xmlXPathNotFunction
16610 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
16611 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
16612 #endif
16613 #endif
16614 #endif
16615 
16616 #if defined(LIBXML_XPATH_ENABLED)
16617 #ifdef bottom_xpath
16618 #undef xmlXPathNsLookup
16619 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias")));
16620 #else
16621 #ifndef xmlXPathNsLookup
16622 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden")));
16623 #define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
16624 #endif
16625 #endif
16626 #endif
16627 
16628 #if defined(LIBXML_XPATH_ENABLED)
16629 #ifdef bottom_xpath
16630 #undef xmlXPathNumberFunction
16631 extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias")));
16632 #else
16633 #ifndef xmlXPathNumberFunction
16634 extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden")));
16635 #define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
16636 #endif
16637 #endif
16638 #endif
16639 
16640 #if defined(LIBXML_XPATH_ENABLED)
16641 #ifdef bottom_xpath
16642 #undef xmlXPathObjectCopy
16643 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
16644 #else
16645 #ifndef xmlXPathObjectCopy
16646 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
16647 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
16648 #endif
16649 #endif
16650 #endif
16651 
16652 #if defined(LIBXML_XPATH_ENABLED)
16653 #ifdef bottom_xpath
16654 #undef xmlXPathOrderDocElems
16655 extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias")));
16656 #else
16657 #ifndef xmlXPathOrderDocElems
16658 extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden")));
16659 #define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
16660 #endif
16661 #endif
16662 #endif
16663 
16664 #if defined(LIBXML_XPATH_ENABLED)
16665 #ifdef bottom_xpath
16666 #undef xmlXPathParseNCName
16667 extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias")));
16668 #else
16669 #ifndef xmlXPathParseNCName
16670 extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden")));
16671 #define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
16672 #endif
16673 #endif
16674 #endif
16675 
16676 #if defined(LIBXML_XPATH_ENABLED)
16677 #ifdef bottom_xpath
16678 #undef xmlXPathParseName
16679 extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias")));
16680 #else
16681 #ifndef xmlXPathParseName
16682 extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden")));
16683 #define xmlXPathParseName xmlXPathParseName__internal_alias
16684 #endif
16685 #endif
16686 #endif
16687 
16688 #if defined(LIBXML_XPATH_ENABLED)
16689 #ifdef bottom_xpath
16690 #undef xmlXPathPopBoolean
16691 extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias")));
16692 #else
16693 #ifndef xmlXPathPopBoolean
16694 extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden")));
16695 #define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
16696 #endif
16697 #endif
16698 #endif
16699 
16700 #if defined(LIBXML_XPATH_ENABLED)
16701 #ifdef bottom_xpath
16702 #undef xmlXPathPopExternal
16703 extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias")));
16704 #else
16705 #ifndef xmlXPathPopExternal
16706 extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden")));
16707 #define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
16708 #endif
16709 #endif
16710 #endif
16711 
16712 #if defined(LIBXML_XPATH_ENABLED)
16713 #ifdef bottom_xpath
16714 #undef xmlXPathPopNodeSet
16715 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias")));
16716 #else
16717 #ifndef xmlXPathPopNodeSet
16718 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden")));
16719 #define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
16720 #endif
16721 #endif
16722 #endif
16723 
16724 #if defined(LIBXML_XPATH_ENABLED)
16725 #ifdef bottom_xpath
16726 #undef xmlXPathPopNumber
16727 extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias")));
16728 #else
16729 #ifndef xmlXPathPopNumber
16730 extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden")));
16731 #define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
16732 #endif
16733 #endif
16734 #endif
16735 
16736 #if defined(LIBXML_XPATH_ENABLED)
16737 #ifdef bottom_xpath
16738 #undef xmlXPathPopString
16739 extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias")));
16740 #else
16741 #ifndef xmlXPathPopString
16742 extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden")));
16743 #define xmlXPathPopString xmlXPathPopString__internal_alias
16744 #endif
16745 #endif
16746 #endif
16747 
16748 #if defined(LIBXML_XPATH_ENABLED)
16749 #ifdef bottom_xpath
16750 #undef xmlXPathPositionFunction
16751 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias")));
16752 #else
16753 #ifndef xmlXPathPositionFunction
16754 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden")));
16755 #define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
16756 #endif
16757 #endif
16758 #endif
16759 
16760 #if defined(LIBXML_XPATH_ENABLED)
16761 #ifdef bottom_xpath
16762 #undef xmlXPathRegisterAllFunctions
16763 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
16764 #else
16765 #ifndef xmlXPathRegisterAllFunctions
16766 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
16767 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
16768 #endif
16769 #endif
16770 #endif
16771 
16772 #if defined(LIBXML_XPATH_ENABLED)
16773 #ifdef bottom_xpath
16774 #undef xmlXPathRegisterFunc
16775 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
16776 #else
16777 #ifndef xmlXPathRegisterFunc
16778 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
16779 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
16780 #endif
16781 #endif
16782 #endif
16783 
16784 #if defined(LIBXML_XPATH_ENABLED)
16785 #ifdef bottom_xpath
16786 #undef xmlXPathRegisterFuncLookup
16787 extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
16788 #else
16789 #ifndef xmlXPathRegisterFuncLookup
16790 extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden")));
16791 #define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
16792 #endif
16793 #endif
16794 #endif
16795 
16796 #if defined(LIBXML_XPATH_ENABLED)
16797 #ifdef bottom_xpath
16798 #undef xmlXPathRegisterFuncNS
16799 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
16800 #else
16801 #ifndef xmlXPathRegisterFuncNS
16802 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
16803 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
16804 #endif
16805 #endif
16806 #endif
16807 
16808 #if defined(LIBXML_XPATH_ENABLED)
16809 #ifdef bottom_xpath
16810 #undef xmlXPathRegisterNs
16811 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
16812 #else
16813 #ifndef xmlXPathRegisterNs
16814 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
16815 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
16816 #endif
16817 #endif
16818 #endif
16819 
16820 #if defined(LIBXML_XPATH_ENABLED)
16821 #ifdef bottom_xpath
16822 #undef xmlXPathRegisterVariable
16823 extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias")));
16824 #else
16825 #ifndef xmlXPathRegisterVariable
16826 extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden")));
16827 #define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
16828 #endif
16829 #endif
16830 #endif
16831 
16832 #if defined(LIBXML_XPATH_ENABLED)
16833 #ifdef bottom_xpath
16834 #undef xmlXPathRegisterVariableLookup
16835 extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
16836 #else
16837 #ifndef xmlXPathRegisterVariableLookup
16838 extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden")));
16839 #define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
16840 #endif
16841 #endif
16842 #endif
16843 
16844 #if defined(LIBXML_XPATH_ENABLED)
16845 #ifdef bottom_xpath
16846 #undef xmlXPathRegisterVariableNS
16847 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
16848 #else
16849 #ifndef xmlXPathRegisterVariableNS
16850 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
16851 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
16852 #endif
16853 #endif
16854 #endif
16855 
16856 #if defined(LIBXML_XPATH_ENABLED)
16857 #ifdef bottom_xpath
16858 #undef xmlXPathRegisteredFuncsCleanup
16859 extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
16860 #else
16861 #ifndef xmlXPathRegisteredFuncsCleanup
16862 extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden")));
16863 #define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
16864 #endif
16865 #endif
16866 #endif
16867 
16868 #if defined(LIBXML_XPATH_ENABLED)
16869 #ifdef bottom_xpath
16870 #undef xmlXPathRegisteredNsCleanup
16871 extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
16872 #else
16873 #ifndef xmlXPathRegisteredNsCleanup
16874 extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden")));
16875 #define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
16876 #endif
16877 #endif
16878 #endif
16879 
16880 #if defined(LIBXML_XPATH_ENABLED)
16881 #ifdef bottom_xpath
16882 #undef xmlXPathRegisteredVariablesCleanup
16883 extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
16884 #else
16885 #ifndef xmlXPathRegisteredVariablesCleanup
16886 extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden")));
16887 #define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
16888 #endif
16889 #endif
16890 #endif
16891 
16892 #if defined(LIBXML_XPATH_ENABLED)
16893 #ifdef bottom_xpath
16894 #undef xmlXPathRoot
16895 extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias")));
16896 #else
16897 #ifndef xmlXPathRoot
16898 extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden")));
16899 #define xmlXPathRoot xmlXPathRoot__internal_alias
16900 #endif
16901 #endif
16902 #endif
16903 
16904 #if defined(LIBXML_XPATH_ENABLED)
16905 #ifdef bottom_xpath
16906 #undef xmlXPathRoundFunction
16907 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
16908 #else
16909 #ifndef xmlXPathRoundFunction
16910 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
16911 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
16912 #endif
16913 #endif
16914 #endif
16915 
16916 #if defined(LIBXML_XPATH_ENABLED)
16917 #ifdef bottom_xpath
16918 #undef xmlXPathStartsWithFunction
16919 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
16920 #else
16921 #ifndef xmlXPathStartsWithFunction
16922 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden")));
16923 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
16924 #endif
16925 #endif
16926 #endif
16927 
16928 #if defined(LIBXML_XPATH_ENABLED)
16929 #ifdef bottom_xpath
16930 #undef xmlXPathStringEvalNumber
16931 extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
16932 #else
16933 #ifndef xmlXPathStringEvalNumber
16934 extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden")));
16935 #define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
16936 #endif
16937 #endif
16938 #endif
16939 
16940 #if defined(LIBXML_XPATH_ENABLED)
16941 #ifdef bottom_xpath
16942 #undef xmlXPathStringFunction
16943 extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias")));
16944 #else
16945 #ifndef xmlXPathStringFunction
16946 extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden")));
16947 #define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
16948 #endif
16949 #endif
16950 #endif
16951 
16952 #if defined(LIBXML_XPATH_ENABLED)
16953 #ifdef bottom_xpath
16954 #undef xmlXPathStringLengthFunction
16955 extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
16956 #else
16957 #ifndef xmlXPathStringLengthFunction
16958 extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden")));
16959 #define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
16960 #endif
16961 #endif
16962 #endif
16963 
16964 #if defined(LIBXML_XPATH_ENABLED)
16965 #ifdef bottom_xpath
16966 #undef xmlXPathSubValues
16967 extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias")));
16968 #else
16969 #ifndef xmlXPathSubValues
16970 extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden")));
16971 #define xmlXPathSubValues xmlXPathSubValues__internal_alias
16972 #endif
16973 #endif
16974 #endif
16975 
16976 #if defined(LIBXML_XPATH_ENABLED)
16977 #ifdef bottom_xpath
16978 #undef xmlXPathSubstringAfterFunction
16979 extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
16980 #else
16981 #ifndef xmlXPathSubstringAfterFunction
16982 extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden")));
16983 #define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
16984 #endif
16985 #endif
16986 #endif
16987 
16988 #if defined(LIBXML_XPATH_ENABLED)
16989 #ifdef bottom_xpath
16990 #undef xmlXPathSubstringBeforeFunction
16991 extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
16992 #else
16993 #ifndef xmlXPathSubstringBeforeFunction
16994 extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden")));
16995 #define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
16996 #endif
16997 #endif
16998 #endif
16999 
17000 #if defined(LIBXML_XPATH_ENABLED)
17001 #ifdef bottom_xpath
17002 #undef xmlXPathSubstringFunction
17003 extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias")));
17004 #else
17005 #ifndef xmlXPathSubstringFunction
17006 extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden")));
17007 #define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
17008 #endif
17009 #endif
17010 #endif
17011 
17012 #if defined(LIBXML_XPATH_ENABLED)
17013 #ifdef bottom_xpath
17014 #undef xmlXPathSumFunction
17015 extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias")));
17016 #else
17017 #ifndef xmlXPathSumFunction
17018 extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden")));
17019 #define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
17020 #endif
17021 #endif
17022 #endif
17023 
17024 #if defined(LIBXML_XPATH_ENABLED)
17025 #ifdef bottom_xpath
17026 #undef xmlXPathTrailing
17027 extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias")));
17028 #else
17029 #ifndef xmlXPathTrailing
17030 extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden")));
17031 #define xmlXPathTrailing xmlXPathTrailing__internal_alias
17032 #endif
17033 #endif
17034 #endif
17035 
17036 #if defined(LIBXML_XPATH_ENABLED)
17037 #ifdef bottom_xpath
17038 #undef xmlXPathTrailingSorted
17039 extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias")));
17040 #else
17041 #ifndef xmlXPathTrailingSorted
17042 extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden")));
17043 #define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
17044 #endif
17045 #endif
17046 #endif
17047 
17048 #if defined(LIBXML_XPATH_ENABLED)
17049 #ifdef bottom_xpath
17050 #undef xmlXPathTranslateFunction
17051 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias")));
17052 #else
17053 #ifndef xmlXPathTranslateFunction
17054 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden")));
17055 #define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
17056 #endif
17057 #endif
17058 #endif
17059 
17060 #if defined(LIBXML_XPATH_ENABLED)
17061 #ifdef bottom_xpath
17062 #undef xmlXPathTrueFunction
17063 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias")));
17064 #else
17065 #ifndef xmlXPathTrueFunction
17066 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden")));
17067 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
17068 #endif
17069 #endif
17070 #endif
17071 
17072 #if defined(LIBXML_XPATH_ENABLED)
17073 #ifdef bottom_xpath
17074 #undef xmlXPathValueFlipSign
17075 extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias")));
17076 #else
17077 #ifndef xmlXPathValueFlipSign
17078 extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden")));
17079 #define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
17080 #endif
17081 #endif
17082 #endif
17083 
17084 #if defined(LIBXML_XPATH_ENABLED)
17085 #ifdef bottom_xpath
17086 #undef xmlXPathVariableLookup
17087 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias")));
17088 #else
17089 #ifndef xmlXPathVariableLookup
17090 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden")));
17091 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
17092 #endif
17093 #endif
17094 #endif
17095 
17096 #if defined(LIBXML_XPATH_ENABLED)
17097 #ifdef bottom_xpath
17098 #undef xmlXPathVariableLookupNS
17099 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
17100 #else
17101 #ifndef xmlXPathVariableLookupNS
17102 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
17103 #define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
17104 #endif
17105 #endif
17106 #endif
17107 
17108 #if defined(LIBXML_XPATH_ENABLED)
17109 #ifdef bottom_xpath
17110 #undef xmlXPathWrapCString
17111 extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias")));
17112 #else
17113 #ifndef xmlXPathWrapCString
17114 extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden")));
17115 #define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
17116 #endif
17117 #endif
17118 #endif
17119 
17120 #if defined(LIBXML_XPATH_ENABLED)
17121 #ifdef bottom_xpath
17122 #undef xmlXPathWrapExternal
17123 extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias")));
17124 #else
17125 #ifndef xmlXPathWrapExternal
17126 extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden")));
17127 #define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
17128 #endif
17129 #endif
17130 #endif
17131 
17132 #if defined(LIBXML_XPATH_ENABLED)
17133 #ifdef bottom_xpath
17134 #undef xmlXPathWrapNodeSet
17135 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
17136 #else
17137 #ifndef xmlXPathWrapNodeSet
17138 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
17139 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
17140 #endif
17141 #endif
17142 #endif
17143 
17144 #if defined(LIBXML_XPATH_ENABLED)
17145 #ifdef bottom_xpath
17146 #undef xmlXPathWrapString
17147 extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias")));
17148 #else
17149 #ifndef xmlXPathWrapString
17150 extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden")));
17151 #define xmlXPathWrapString xmlXPathWrapString__internal_alias
17152 #endif
17153 #endif
17154 #endif
17155 
17156 #if defined(LIBXML_XPATH_ENABLED)
17157 #ifdef bottom_xpath
17158 #undef xmlXPatherror
17159 extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias")));
17160 #else
17161 #ifndef xmlXPatherror
17162 extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden")));
17163 #define xmlXPatherror xmlXPatherror__internal_alias
17164 #endif
17165 #endif
17166 #endif
17167 
17168 #if defined(LIBXML_XPTR_ENABLED)
17169 #ifdef bottom_xpointer
17170 #undef xmlXPtrBuildNodeList
17171 extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
17172 #else
17173 #ifndef xmlXPtrBuildNodeList
17174 extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden")));
17175 #define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
17176 #endif
17177 #endif
17178 #endif
17179 
17180 #if defined(LIBXML_XPTR_ENABLED)
17181 #ifdef bottom_xpointer
17182 #undef xmlXPtrEval
17183 extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias")));
17184 #else
17185 #ifndef xmlXPtrEval
17186 extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden")));
17187 #define xmlXPtrEval xmlXPtrEval__internal_alias
17188 #endif
17189 #endif
17190 #endif
17191 
17192 #if defined(LIBXML_XPTR_ENABLED)
17193 #ifdef bottom_xpointer
17194 #undef xmlXPtrEvalRangePredicate
17195 extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
17196 #else
17197 #ifndef xmlXPtrEvalRangePredicate
17198 extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden")));
17199 #define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
17200 #endif
17201 #endif
17202 #endif
17203 
17204 #if defined(LIBXML_XPTR_ENABLED)
17205 #ifdef bottom_xpointer
17206 #undef xmlXPtrFreeLocationSet
17207 extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
17208 #else
17209 #ifndef xmlXPtrFreeLocationSet
17210 extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden")));
17211 #define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
17212 #endif
17213 #endif
17214 #endif
17215 
17216 #if defined(LIBXML_XPTR_ENABLED)
17217 #ifdef bottom_xpointer
17218 #undef xmlXPtrLocationSetAdd
17219 extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
17220 #else
17221 #ifndef xmlXPtrLocationSetAdd
17222 extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden")));
17223 #define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
17224 #endif
17225 #endif
17226 #endif
17227 
17228 #if defined(LIBXML_XPTR_ENABLED)
17229 #ifdef bottom_xpointer
17230 #undef xmlXPtrLocationSetCreate
17231 extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
17232 #else
17233 #ifndef xmlXPtrLocationSetCreate
17234 extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden")));
17235 #define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
17236 #endif
17237 #endif
17238 #endif
17239 
17240 #if defined(LIBXML_XPTR_ENABLED)
17241 #ifdef bottom_xpointer
17242 #undef xmlXPtrLocationSetDel
17243 extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
17244 #else
17245 #ifndef xmlXPtrLocationSetDel
17246 extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden")));
17247 #define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
17248 #endif
17249 #endif
17250 #endif
17251 
17252 #if defined(LIBXML_XPTR_ENABLED)
17253 #ifdef bottom_xpointer
17254 #undef xmlXPtrLocationSetMerge
17255 extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
17256 #else
17257 #ifndef xmlXPtrLocationSetMerge
17258 extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden")));
17259 #define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
17260 #endif
17261 #endif
17262 #endif
17263 
17264 #if defined(LIBXML_XPTR_ENABLED)
17265 #ifdef bottom_xpointer
17266 #undef xmlXPtrLocationSetRemove
17267 extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
17268 #else
17269 #ifndef xmlXPtrLocationSetRemove
17270 extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden")));
17271 #define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
17272 #endif
17273 #endif
17274 #endif
17275 
17276 #if defined(LIBXML_XPTR_ENABLED)
17277 #ifdef bottom_xpointer
17278 #undef xmlXPtrNewCollapsedRange
17279 extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
17280 #else
17281 #ifndef xmlXPtrNewCollapsedRange
17282 extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden")));
17283 #define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
17284 #endif
17285 #endif
17286 #endif
17287 
17288 #if defined(LIBXML_XPTR_ENABLED)
17289 #ifdef bottom_xpointer
17290 #undef xmlXPtrNewContext
17291 extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias")));
17292 #else
17293 #ifndef xmlXPtrNewContext
17294 extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden")));
17295 #define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
17296 #endif
17297 #endif
17298 #endif
17299 
17300 #if defined(LIBXML_XPTR_ENABLED)
17301 #ifdef bottom_xpointer
17302 #undef xmlXPtrNewLocationSetNodeSet
17303 extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
17304 #else
17305 #ifndef xmlXPtrNewLocationSetNodeSet
17306 extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden")));
17307 #define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
17308 #endif
17309 #endif
17310 #endif
17311 
17312 #if defined(LIBXML_XPTR_ENABLED)
17313 #ifdef bottom_xpointer
17314 #undef xmlXPtrNewLocationSetNodes
17315 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
17316 #else
17317 #ifndef xmlXPtrNewLocationSetNodes
17318 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
17319 #define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
17320 #endif
17321 #endif
17322 #endif
17323 
17324 #if defined(LIBXML_XPTR_ENABLED)
17325 #ifdef bottom_xpointer
17326 #undef xmlXPtrNewRange
17327 extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias")));
17328 #else
17329 #ifndef xmlXPtrNewRange
17330 extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden")));
17331 #define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
17332 #endif
17333 #endif
17334 #endif
17335 
17336 #if defined(LIBXML_XPTR_ENABLED)
17337 #ifdef bottom_xpointer
17338 #undef xmlXPtrNewRangeNodeObject
17339 extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
17340 #else
17341 #ifndef xmlXPtrNewRangeNodeObject
17342 extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden")));
17343 #define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
17344 #endif
17345 #endif
17346 #endif
17347 
17348 #if defined(LIBXML_XPTR_ENABLED)
17349 #ifdef bottom_xpointer
17350 #undef xmlXPtrNewRangeNodePoint
17351 extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
17352 #else
17353 #ifndef xmlXPtrNewRangeNodePoint
17354 extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden")));
17355 #define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
17356 #endif
17357 #endif
17358 #endif
17359 
17360 #if defined(LIBXML_XPTR_ENABLED)
17361 #ifdef bottom_xpointer
17362 #undef xmlXPtrNewRangeNodes
17363 extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
17364 #else
17365 #ifndef xmlXPtrNewRangeNodes
17366 extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden")));
17367 #define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
17368 #endif
17369 #endif
17370 #endif
17371 
17372 #if defined(LIBXML_XPTR_ENABLED)
17373 #ifdef bottom_xpointer
17374 #undef xmlXPtrNewRangePointNode
17375 extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
17376 #else
17377 #ifndef xmlXPtrNewRangePointNode
17378 extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden")));
17379 #define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
17380 #endif
17381 #endif
17382 #endif
17383 
17384 #if defined(LIBXML_XPTR_ENABLED)
17385 #ifdef bottom_xpointer
17386 #undef xmlXPtrNewRangePoints
17387 extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
17388 #else
17389 #ifndef xmlXPtrNewRangePoints
17390 extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden")));
17391 #define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
17392 #endif
17393 #endif
17394 #endif
17395 
17396 #if defined(LIBXML_XPTR_ENABLED)
17397 #ifdef bottom_xpointer
17398 #undef xmlXPtrRangeToFunction
17399 extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
17400 #else
17401 #ifndef xmlXPtrRangeToFunction
17402 extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden")));
17403 #define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
17404 #endif
17405 #endif
17406 #endif
17407 
17408 #if defined(LIBXML_XPTR_ENABLED)
17409 #ifdef bottom_xpointer
17410 #undef xmlXPtrWrapLocationSet
17411 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
17412 #else
17413 #ifndef xmlXPtrWrapLocationSet
17414 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden")));
17415 #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
17416 #endif
17417 #endif
17418 #endif
17419 
17420 
17421 #endif
17422 #endif
17423 #endif
17424 #endif
17425 #endif
17426 
footer
 SourceForge.net Logo