Home | History | Annotate | Download | only in libxml2
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     22 # Use is subject to license terms.
     23 #
     24 #ident	"@(#)mapfile	1.7	08/04/04 SMI"
     25 #
     26 # public interfaces in libxml2
     27 #
     28 SUNW_1.7 {
     29 	global:
     30 		__xmlOutputBufferCreateFilename;
     31 		__xmlParserInputBufferCreateFilename;
     32 		htmlNewParserCtxt;
     33 		xmlDOMWrapCloneNode;
     34 		xmlPathToURI;
     35 		xmlRelaxNGSetParserStructuredErrors;
     36 		xmlTextReaderSetup;
     37 		xmlXIncludeProcessFlagsData;
     38 		xmlXPathCompiledEvalToBoolean;
     39 		xmlXPathContextSetCache;
     40 } SUNW_1.6;
     41 
     42 SUNW_1.6 {
     43 	global:
     44 		__xmlLastError;
     45 		__xmlOutputBufferCreateFilenameValue;
     46 		__xmlParserInputBufferCreateFilenameValue;
     47 		__xmlStructuredError;
     48 		emptyExp;
     49 		forbiddenExp;
     50 		htmlDocDumpMemoryFormat;
     51 		xmlAutomataNewCountTrans2;
     52 		xmlAutomataNewNegTrans;
     53 		xmlAutomataNewOnceTrans2;
     54 		xmlBuildRelativeURI;
     55 		xmlCopyDocElementContent;
     56 		xmlDOMWrapAdoptNode;
     57 		xmlDOMWrapFreeCtxt;
     58 		xmlDOMWrapNewCtxt;
     59 		xmlDOMWrapReconcileNamespaces;
     60 		xmlDOMWrapRemoveNode;
     61 		xmlDebugCheckDocument;
     62 		xmlDictCleanup;
     63 		xmlDictExists;
     64 		xmlDocCopyNodeList;
     65 		xmlExpCtxtNbCons;
     66 		xmlExpCtxtNbNodes;
     67 		xmlExpDump;
     68 		xmlExpExpDerive;
     69 		xmlExpFree;
     70 		xmlExpFreeCtxt;
     71 		xmlExpGetLanguage;
     72 		xmlExpGetStart;
     73 		xmlExpIsNillable;
     74 		xmlExpMaxToken;
     75 		xmlExpNewAtom;
     76 		xmlExpNewCtxt;
     77 		xmlExpNewOr;
     78 		xmlExpNewRange;
     79 		xmlExpNewSeq;
     80 		xmlExpParse;
     81 		xmlExpRef;
     82 		xmlExpStringDerive;
     83 		xmlExpSubsume;
     84 		xmlFreeDocElementContent;
     85 		xmlFreeStreamCtxt;
     86 		xmlHasFeature;
     87 		xmlHashCreateDict;
     88 		xmlMemBlocks;
     89 		xmlModuleClose;
     90 		xmlModuleFree;
     91 		xmlModuleOpen;
     92 		xmlModuleSymbol;
     93 		xmlNewDocElementContent;
     94 		xmlNewDocPI;
     95 		xmlOutputBufferCreateBuffer;
     96 		xmlOutputBufferCreateFilenameDefault;
     97 		xmlOutputBufferCreateFilenameValue;
     98 		xmlParseInNodeContext;
     99 		xmlParseURIRaw;
    100 		xmlParserInputBufferCreateFilenameDefault;
    101 		xmlParserInputBufferCreateFilenameValue;
    102 		xmlPatternFromRoot;
    103 		xmlPatternGetStreamCtxt;
    104 		xmlPatternMaxDepth;
    105 		xmlPatternMinDepth;
    106 		xmlPatternStreamable;
    107 		xmlRegExecErrInfo;
    108 		xmlRegExecNextValues;
    109 		xmlRelaxNGInitTypes;
    110 		xmlRelaxNGSetValidStructuredErrors;
    111 		xmlSaveToBuffer;
    112 		xmlSchemaCollapseString;
    113 		xmlSchemaCompareValuesWhtsp;
    114 		xmlSchemaCopyValue;
    115 		xmlSchemaFreeWildcard;
    116 		xmlSchemaGetBuiltInListSimpleTypeItemType;
    117 		xmlSchemaGetBuiltInType;
    118 		xmlSchemaGetCanonValue;
    119 		xmlSchemaGetCanonValueWhtsp;
    120 		xmlSchemaGetFacetValueAsULong;
    121 		xmlSchemaGetParserErrors;
    122 		xmlSchemaGetValType;
    123 		xmlSchemaGetValidErrors;
    124 		xmlSchemaIsBuiltInTypeFacet;
    125 		xmlSchemaIsValid;
    126 		xmlSchemaNewNOTATIONValue;
    127 		xmlSchemaNewQNameValue;
    128 		xmlSchemaNewStringValue;
    129 		xmlSchemaSAXPlug;
    130 		xmlSchemaSAXUnplug;
    131 		xmlSchemaSetParserStructuredErrors;
    132 		xmlSchemaSetValidOptions;
    133 		xmlSchemaSetValidStructuredErrors;
    134 		xmlSchemaValPredefTypeNodeNoNorm;
    135 		xmlSchemaValidCtxtGetOptions;
    136 		xmlSchemaValidateFacetWhtsp;
    137 		xmlSchemaValidateFile;
    138 		xmlSchemaValidateLengthFacet;
    139 		xmlSchemaValidateLengthFacetWhtsp;
    140 		xmlSchemaValidateListSimpleTypeFacet;
    141 		xmlSchemaValidateOneElement;
    142 		xmlSchemaValueAppend;
    143 		xmlSchemaValueGetAsBoolean;
    144 		xmlSchemaValueGetAsString;
    145 		xmlSchemaValueGetNext;
    146 		xmlSchemaWhiteSpaceReplace;
    147 		xmlSchematronFree;
    148 		xmlSchematronFreeParserCtxt;
    149 		xmlSchematronFreeValidCtxt;
    150 		xmlSchematronNewDocParserCtxt;
    151 		xmlSchematronNewMemParserCtxt;
    152 		xmlSchematronNewParserCtxt;
    153 		xmlSchematronNewValidCtxt;
    154 		xmlSchematronParse;
    155 		xmlSchematronValidateDoc;
    156 		xmlStreamPop;
    157 		xmlStreamPush;
    158 		xmlStreamPushAttr;
    159 		xmlStreamPushNode;
    160 		xmlStreamWantsAnyNode;
    161 		xmlTextReaderByteConsumed;
    162 		xmlTextReaderConstEncoding;
    163 		xmlTextReaderConstXmlVersion;
    164 		xmlTextReaderGetParserColumnNumber;
    165 		xmlTextReaderGetParserLineNumber;
    166 		xmlTextReaderIsNamespaceDecl;
    167 		xmlTextReaderSchemaValidate;
    168 		xmlTextReaderSchemaValidateCtxt;
    169 		xmlTextReaderSetSchema;
    170 		xmlTextReaderStandalone;
    171 		xmlThrDefOutputBufferCreateFilenameDefault;
    172 		xmlThrDefParserInputBufferCreateFilenameDefault;
    173 } SUNW_1.5;
    174 
    175 SUNW_1.5 {
    176 	global:
    177 		xmlAttrSerializeTxtContent;
    178 		xmlByteConsumed;
    179 		xmlCleanupMemory;
    180 		xmlDictCreateSub;
    181 		xmlOutputBufferWriteEscape;
    182 		xmlPopInputCallbacks;
    183 		xmlRelaxParserSetFlag;
    184 		xmlSaveClose;
    185 		xmlSaveDoc;
    186 		xmlSaveFlush;
    187 		xmlSaveSetAttrEscape;
    188 		xmlSaveSetEscape;
    189 		xmlSaveToFd;
    190 		xmlSaveToFilename;
    191 		xmlSaveToIO;
    192 		xmlSaveTree;
    193 		xmlStrncatNew;
    194 		xmlTextReaderSetStructuredErrorHandler;
    195 		xmlTextWriterEndComment;
    196 		xmlTextWriterEndDTDAttlist;
    197 		xmlTextWriterEndDTDElement;
    198 		xmlTextWriterEndDTDEntity;
    199 		xmlTextWriterSetIndent;
    200 		xmlTextWriterSetIndentString;
    201 		xmlTextWriterStartComment;
    202 		xmlTextWriterWriteDTDExternalEntityContents;
    203 		xmlXPathCtxtCompile;
    204 } SUNW_1.4;
    205 
    206 SUNW_1.4 {
    207 	global:
    208 		htmlCreateMemoryParserCtxt;
    209 		htmlCtxtReadDoc;
    210 		htmlCtxtReadFd;
    211 		htmlCtxtReadFile;
    212 		htmlCtxtReadIO;
    213 		htmlCtxtReadMemory;
    214 		htmlCtxtReset;
    215 		htmlCtxtUseOptions;
    216 		htmlReadDoc;
    217 		htmlReadFd;
    218 		htmlReadFile;
    219 		htmlReadIO;
    220 		htmlReadMemory;
    221 		xmlAutomataNewTransition2;
    222 		xmlBufferCreateStatic;
    223 		xmlBuildQName;
    224 		xmlCharInRange;
    225 		xmlCheckHTTPInput;
    226 		xmlCleanupGlobals;
    227 		xmlCopyError;
    228 		xmlCreateURLParserCtxt;
    229 		xmlCtxtGetLastError;
    230 		xmlCtxtReadDoc;
    231 		xmlCtxtReadFd;
    232 		xmlCtxtReadFile;
    233 		xmlCtxtReadIO;
    234 		xmlCtxtReadMemory;
    235 		xmlCtxtReset;
    236 		xmlCtxtResetLastError;
    237 		xmlCtxtResetPush;
    238 		xmlCtxtUseOptions;
    239 		xmlDictCreate;
    240 		xmlDictFree;
    241 		xmlDictLookup;
    242 		xmlDictOwns;
    243 		xmlDictQLookup;
    244 		xmlDictReference;
    245 		xmlDictSize;
    246 		xmlErrMemory;
    247 		xmlFreePattern;
    248 		xmlFreePatternList;
    249 		xmlFreeTextWriter;
    250 		xmlGcMemGet;
    251 		xmlGcMemSetup;
    252 		xmlGetLastError;
    253 		xmlHashQLookup;
    254 		xmlHashQLookup2;
    255 		xmlHashQLookup3;
    256 		xmlInitGlobals;
    257 		xmlMallocAtomicLoc;
    258 		xmlNanoFTPDele;
    259 		xmlNanoHTTPEncoding;
    260 		xmlNanoHTTPMimeType;
    261 		xmlNanoHTTPRedir;
    262 		xmlNewTextWriter;
    263 		xmlNewTextWriterDoc;
    264 		xmlNewTextWriterFilename;
    265 		xmlNewTextWriterMemory;
    266 		xmlNewTextWriterPushParser;
    267 		xmlNewTextWriterTree;
    268 		xmlNodeBufGetContent;
    269 		xmlParserInputBufferCreateStatic;
    270 		xmlPatternMatch;
    271 		xmlPatterncompile;
    272 		xmlReadDoc;
    273 		xmlReadFd;
    274 		xmlReadFile;
    275 		xmlReadIO;
    276 		xmlReadMemory;
    277 		xmlReaderForDoc;
    278 		xmlReaderForFd;
    279 		xmlReaderForFile;
    280 		xmlReaderForIO;
    281 		xmlReaderForMemory;
    282 		xmlReaderNewDoc;
    283 		xmlReaderNewFd;
    284 		xmlReaderNewFile;
    285 		xmlReaderNewIO;
    286 		xmlReaderNewMemory;
    287 		xmlReaderNewWalker;
    288 		xmlReaderWalker;
    289 		xmlRegExecPushString2;
    290 		xmlRelaxNGGetParserErrors;
    291 		xmlRelaxNGGetValidErrors;
    292 		xmlRelaxNGNewDocParserCtxt;
    293 		xmlRelaxNGValidateFullElement;
    294 		xmlRelaxNGValidatePopElement;
    295 		xmlRelaxNGValidatePushCData;
    296 		xmlRelaxNGValidatePushElement;
    297 		xmlResetError;
    298 		xmlResetLastError;
    299 		xmlSAX2AttributeDecl;
    300 		xmlSAX2CDataBlock;
    301 		xmlSAX2Characters;
    302 		xmlSAX2Comment;
    303 		xmlSAX2ElementDecl;
    304 		xmlSAX2EndDocument;
    305 		xmlSAX2EndElement;
    306 		xmlSAX2EndElementNs;
    307 		xmlSAX2EntityDecl;
    308 		xmlSAX2ExternalSubset;
    309 		xmlSAX2GetColumnNumber;
    310 		xmlSAX2GetEntity;
    311 		xmlSAX2GetLineNumber;
    312 		xmlSAX2GetParameterEntity;
    313 		xmlSAX2GetPublicId;
    314 		xmlSAX2GetSystemId;
    315 		xmlSAX2HasExternalSubset;
    316 		xmlSAX2HasInternalSubset;
    317 		xmlSAX2IgnorableWhitespace;
    318 		xmlSAX2InitDefaultSAXHandler;
    319 		xmlSAX2InitDocbDefaultSAXHandler;
    320 		xmlSAX2InitHtmlDefaultSAXHandler;
    321 		xmlSAX2InternalSubset;
    322 		xmlSAX2IsStandalone;
    323 		xmlSAX2NotationDecl;
    324 		xmlSAX2ProcessingInstruction;
    325 		xmlSAX2Reference;
    326 		xmlSAX2ResolveEntity;
    327 		xmlSAX2SetDocumentLocator;
    328 		xmlSAX2StartDocument;
    329 		xmlSAX2StartElement;
    330 		xmlSAX2StartElementNs;
    331 		xmlSAX2UnparsedEntityDecl;
    332 		xmlSAXDefaultVersion;
    333 		xmlSAXVersion;
    334 		xmlSchemaCheckFacet;
    335 		xmlSchemaCompareValues;
    336 		xmlSchemaFreeFacet;
    337 		xmlSchemaNewDocParserCtxt;
    338 		xmlSchemaNewFacet;
    339 		xmlSchemaValPredefTypeNode;
    340 		xmlSetStructuredErrorFunc;
    341 		xmlSplitQName3;
    342 		xmlStrPrintf;
    343 		xmlStrQEqual;
    344 		xmlStrVPrintf;
    345 		xmlStringLenDecodeEntities;
    346 		xmlSwitchInputEncoding;
    347 		xmlTextReaderConstBaseUri;
    348 		xmlTextReaderConstLocalName;
    349 		xmlTextReaderConstName;
    350 		xmlTextReaderConstNamespaceUri;
    351 		xmlTextReaderConstPrefix;
    352 		xmlTextReaderConstString;
    353 		xmlTextReaderConstValue;
    354 		xmlTextReaderConstXmlLang;
    355 		xmlTextReaderExpand;
    356 		xmlTextReaderIsValid;
    357 		xmlTextReaderNext;
    358 		xmlTextReaderNextSibling;
    359 		xmlTextReaderPreserve;
    360 		xmlTextReaderPreservePattern;
    361 		xmlTextReaderRelaxNGSetSchema;
    362 		xmlTextReaderRelaxNGValidate;
    363 		xmlTextWriterEndAttribute;
    364 		xmlTextWriterEndCDATA;
    365 		xmlTextWriterEndDTD;
    366 		xmlTextWriterEndDocument;
    367 		xmlTextWriterEndElement;
    368 		xmlTextWriterEndPI;
    369 		xmlTextWriterFlush;
    370 		xmlTextWriterFullEndElement;
    371 		xmlTextWriterStartAttribute;
    372 		xmlTextWriterStartAttributeNS;
    373 		xmlTextWriterStartCDATA;
    374 		xmlTextWriterStartDTD;
    375 		xmlTextWriterStartDTDAttlist;
    376 		xmlTextWriterStartDTDElement;
    377 		xmlTextWriterStartDTDEntity;
    378 		xmlTextWriterStartDocument;
    379 		xmlTextWriterStartElement;
    380 		xmlTextWriterStartElementNS;
    381 		xmlTextWriterStartPI;
    382 		xmlTextWriterWriteAttribute;
    383 		xmlTextWriterWriteAttributeNS;
    384 		xmlTextWriterWriteBase64;
    385 		xmlTextWriterWriteBinHex;
    386 		xmlTextWriterWriteCDATA;
    387 		xmlTextWriterWriteComment;
    388 		xmlTextWriterWriteDTD;
    389 		xmlTextWriterWriteDTDAttlist;
    390 		xmlTextWriterWriteDTDElement;
    391 		xmlTextWriterWriteDTDEntity;
    392 		xmlTextWriterWriteDTDExternalEntity;
    393 		xmlTextWriterWriteDTDInternalEntity;
    394 		xmlTextWriterWriteDTDNotation;
    395 		xmlTextWriterWriteElement;
    396 		xmlTextWriterWriteElementNS;
    397 		xmlTextWriterWriteFormatAttribute;
    398 		xmlTextWriterWriteFormatAttributeNS;
    399 		xmlTextWriterWriteFormatCDATA;
    400 		xmlTextWriterWriteFormatComment;
    401 		xmlTextWriterWriteFormatDTD;
    402 		xmlTextWriterWriteFormatDTDAttlist;
    403 		xmlTextWriterWriteFormatDTDElement;
    404 		xmlTextWriterWriteFormatDTDInternalEntity;
    405 		xmlTextWriterWriteFormatElement;
    406 		xmlTextWriterWriteFormatElementNS;
    407 		xmlTextWriterWriteFormatPI;
    408 		xmlTextWriterWriteFormatRaw;
    409 		xmlTextWriterWriteFormatString;
    410 		xmlTextWriterWritePI;
    411 		xmlTextWriterWriteRaw;
    412 		xmlTextWriterWriteRawLen;
    413 		xmlTextWriterWriteString;
    414 		xmlTextWriterWriteVFormatAttribute;
    415 		xmlTextWriterWriteVFormatAttributeNS;
    416 		xmlTextWriterWriteVFormatCDATA;
    417 		xmlTextWriterWriteVFormatComment;
    418 		xmlTextWriterWriteVFormatDTD;
    419 		xmlTextWriterWriteVFormatDTDAttlist;
    420 		xmlTextWriterWriteVFormatDTDElement;
    421 		xmlTextWriterWriteVFormatDTDInternalEntity;
    422 		xmlTextWriterWriteVFormatElement;
    423 		xmlTextWriterWriteVFormatElementNS;
    424 		xmlTextWriterWriteVFormatPI;
    425 		xmlTextWriterWriteVFormatRaw;
    426 		xmlTextWriterWriteVFormatString;
    427 		xmlThrDefBufferAllocScheme;
    428 		xmlThrDefDefaultBufferSize;
    429 		xmlThrDefDeregisterNodeDefault;
    430 		xmlThrDefDoValidityCheckingDefaultValue;
    431 		xmlThrDefGetWarningsDefaultValue;
    432 		xmlThrDefIndentTreeOutput;
    433 		xmlThrDefKeepBlanksDefaultValue;
    434 		xmlThrDefLineNumbersDefaultValue;
    435 		xmlThrDefLoadExtDtdDefaultValue;
    436 		xmlThrDefParserDebugEntities;
    437 		xmlThrDefPedanticParserDefaultValue;
    438 		xmlThrDefRegisterNodeDefault;
    439 		xmlThrDefSaveNoEmptyTags;
    440 		xmlThrDefSetGenericErrorFunc;
    441 		xmlThrDefSetStructuredErrorFunc;
    442 		xmlThrDefSubstituteEntitiesDefaultValue;
    443 		xmlThrDefTreeIndentString;
    444 		xmlUCSIsAegeanNumbers;
    445 		xmlUCSIsBuhid;
    446 		xmlUCSIsCombiningDiacriticalMarksforSymbols;
    447 		xmlUCSIsCypriotSyllabary;
    448 		xmlUCSIsCyrillicSupplement;
    449 		xmlUCSIsGreekandCoptic;
    450 		xmlUCSIsHanunoo;
    451 		xmlUCSIsKatakanaPhoneticExtensions;
    452 		xmlUCSIsKhmerSymbols;
    453 		xmlUCSIsLimbu;
    454 		xmlUCSIsLinearBIdeograms;
    455 		xmlUCSIsLinearBSyllabary;
    456 		xmlUCSIsMiscellaneousMathematicalSymbolsA;
    457 		xmlUCSIsMiscellaneousMathematicalSymbolsB;
    458 		xmlUCSIsMiscellaneousSymbolsandArrows;
    459 		xmlUCSIsOsmanya;
    460 		xmlUCSIsPhoneticExtensions;
    461 		xmlUCSIsPrivateUseArea;
    462 		xmlUCSIsShavian;
    463 		xmlUCSIsSupplementalArrowsA;
    464 		xmlUCSIsSupplementalArrowsB;
    465 		xmlUCSIsSupplementalMathematicalOperators;
    466 		xmlUCSIsSupplementaryPrivateUseAreaA;
    467 		xmlUCSIsSupplementaryPrivateUseAreaB;
    468 		xmlUCSIsTagalog;
    469 		xmlUCSIsTagbanwa;
    470 		xmlUCSIsTaiLe;
    471 		xmlUCSIsTaiXuanJingSymbols;
    472 		xmlUCSIsUgaritic;
    473 		xmlUCSIsVariationSelectors;
    474 		xmlUCSIsVariationSelectorsSupplement;
    475 		xmlUCSIsYijingHexagramSymbols;
    476 		xmlUTF8Charcmp;
    477 		xmlUTF8Size;
    478 		xmlXIncludeFreeContext;
    479 		xmlXIncludeNewContext;
    480 		xmlXIncludeProcessFlags;
    481 		xmlXIncludeProcessNode;
    482 		xmlXIncludeProcessTree;
    483 		xmlXIncludeProcessTreeFlags;
    484 		xmlXIncludeSetFlags;
    485 		xmlXPathErr;
    486 		xmlXPathOrderDocElems;
    487 		xmlIsBaseCharGroup;
    488 		xmlIsCharGroup;
    489 		xmlIsCombiningGroup;
    490 		xmlIsDigitGroup;
    491 		xmlIsExtenderGroup;
    492 		xmlIsIdeographicGroup;
    493 		xmlIsPubidChar_tab;
    494 		xmlLastError;
    495 		xmlMallocAtomic;
    496 		xmlParserMaxDepth;
    497 		xmlSaveNoEmptyTagsThrDef;
    498 		xmlStructuredError;
    499 		xmlUnicodeBlockTbl;
    500 		xmlUnicodeCatTbl;
    501 } SUNW_1.3;
    502 
    503 SUNW_1.3 {
    504 	global:
    505 		xmlNewValidCtxt;
    506 		xmlFreeValidCtxt;
    507 } SUNW_1.2;
    508 
    509 SUNW_1.2 {
    510 	global:
    511 		__xmlDeregisterNodeDefaultValue;
    512 		__xmlRegisterNodeDefaultValue;
    513 		htmlAttrAllowed;
    514 		htmlElementAllowedHere;
    515 		htmlElementStatusHere;
    516 		htmlIsBooleanAttr;
    517 		htmlNodeStatus;
    518 		xmlAutomataCompile;
    519 		xmlAutomataGetInitState;
    520 		xmlAutomataIsDeterminist;
    521 		xmlAutomataNewAllTrans;
    522 		xmlAutomataNewCountTrans;
    523 		xmlAutomataNewCountedTrans;
    524 		xmlAutomataNewCounter;
    525 		xmlAutomataNewCounterTrans;
    526 		xmlAutomataNewEpsilon;
    527 		xmlAutomataNewOnceTrans;
    528 		xmlAutomataNewState;
    529 		xmlAutomataNewTransition;
    530 		xmlAutomataSetFinalState;
    531 		xmlC14NExecute;
    532 		xmlCanonicPath;
    533 		xmlCheckFilename;
    534 		xmlDeregisterNodeDefault;
    535 		xmlFreeAutomata;
    536 		xmlFreeTextReader;
    537 		xmlGetNoNsProp;
    538 		xmlGetUTF8Char;
    539 		xmlIsXHTML;
    540 		xmlNewAutomata;
    541 		xmlNewCharEncodingHandler;
    542 		xmlNewTextReader;
    543 		xmlNewTextReaderFilename;
    544 		xmlNormalizeWindowsPath;
    545 		xmlNsListDumpOutput;
    546 		xmlParseBalancedChunkMemoryRecover;
    547 		xmlRegExecPushString;
    548 		xmlRegFreeExecCtxt;
    549 		xmlRegFreeRegexp;
    550 		xmlRegNewExecCtxt;
    551 		xmlRegexpCompile;
    552 		xmlRegexpExec;
    553 		xmlRegexpIsDeterminist;
    554 		xmlRegexpPrint;
    555 		xmlRegisterNodeDefault;
    556 		xmlRelaxNGCleanupTypes;
    557 		xmlRelaxNGDump;
    558 		xmlRelaxNGDumpTree;
    559 		xmlRelaxNGFree;
    560 		xmlRelaxNGFreeParserCtxt;
    561 		xmlRelaxNGFreeValidCtxt;
    562 		xmlRelaxNGNewMemParserCtxt;
    563 		xmlRelaxNGNewParserCtxt;
    564 		xmlRelaxNGNewValidCtxt;
    565 		xmlRelaxNGParse;
    566 		xmlRelaxNGSetParserErrors;
    567 		xmlRelaxNGSetValidErrors;
    568 		xmlRelaxNGValidateDoc;
    569 		xmlSAXParseMemoryWithData;
    570 		xmlSchemaCleanupTypes;
    571 		xmlSchemaDump;
    572 		xmlSchemaFree;
    573 		xmlSchemaFreeParserCtxt;
    574 		xmlSchemaFreeType;
    575 		xmlSchemaFreeValidCtxt;
    576 		xmlSchemaFreeValue;
    577 		xmlSchemaGetPredefinedType;
    578 		xmlSchemaInitTypes;
    579 		xmlSchemaNewMemParserCtxt;
    580 		xmlSchemaNewParserCtxt;
    581 		xmlSchemaNewValidCtxt;
    582 		xmlSchemaParse;
    583 		xmlSchemaSetParserErrors;
    584 		xmlSchemaSetValidErrors;
    585 		xmlSchemaValidateDoc;
    586 		xmlSchemaValidateFacet;
    587 		xmlSchemaValidatePredefinedType;
    588 		xmlSchemaValidateStream;
    589 		xmlTextReaderAttributeCount;
    590 		xmlTextReaderBaseUri;
    591 		xmlTextReaderClose;
    592 		xmlTextReaderCurrentDoc;
    593 		xmlTextReaderCurrentNode;
    594 		xmlTextReaderDepth;
    595 		xmlTextReaderGetAttribute;
    596 		xmlTextReaderGetAttributeNo;
    597 		xmlTextReaderGetAttributeNs;
    598 		xmlTextReaderGetErrorHandler;
    599 		xmlTextReaderGetParserProp;
    600 		xmlTextReaderGetRemainder;
    601 		xmlTextReaderHasAttributes;
    602 		xmlTextReaderHasValue;
    603 		xmlTextReaderIsDefault;
    604 		xmlTextReaderIsEmptyElement;
    605 		xmlTextReaderLocalName;
    606 		xmlTextReaderLocatorBaseURI;
    607 		xmlTextReaderLocatorLineNumber;
    608 		xmlTextReaderLookupNamespace;
    609 		xmlTextReaderMoveToAttribute;
    610 		xmlTextReaderMoveToAttributeNo;
    611 		xmlTextReaderMoveToAttributeNs;
    612 		xmlTextReaderMoveToElement;
    613 		xmlTextReaderMoveToFirstAttribute;
    614 		xmlTextReaderMoveToNextAttribute;
    615 		xmlTextReaderName;
    616 		xmlTextReaderNamespaceUri;
    617 		xmlTextReaderNodeType;
    618 		xmlTextReaderNormalization;
    619 		xmlTextReaderPrefix;
    620 		xmlTextReaderQuoteChar;
    621 		xmlTextReaderRead;
    622 		xmlTextReaderReadAttributeValue;
    623 		xmlTextReaderReadInnerXml;
    624 		xmlTextReaderReadOuterXml;
    625 		xmlTextReaderReadState;
    626 		xmlTextReaderReadString;
    627 		xmlTextReaderSetErrorHandler;
    628 		xmlTextReaderSetParserProp;
    629 		xmlTextReaderValue;
    630 		xmlTextReaderXmlLang;
    631 		xmlUCSIsAlphabeticPresentationForms;
    632 		xmlUCSIsArabic;
    633 		xmlUCSIsArabicPresentationFormsA;
    634 		xmlUCSIsArabicPresentationFormsB;
    635 		xmlUCSIsArmenian;
    636 		xmlUCSIsArrows;
    637 		xmlUCSIsBasicLatin;
    638 		xmlUCSIsBengali;
    639 		xmlUCSIsBlock;
    640 		xmlUCSIsBlockElements;
    641 		xmlUCSIsBopomofo;
    642 		xmlUCSIsBopomofoExtended;
    643 		xmlUCSIsBoxDrawing;
    644 		xmlUCSIsBraillePatterns;
    645 		xmlUCSIsByzantineMusicalSymbols;
    646 		xmlUCSIsCJKCompatibility;
    647 		xmlUCSIsCJKCompatibilityForms;
    648 		xmlUCSIsCJKCompatibilityIdeographs;
    649 		xmlUCSIsCJKCompatibilityIdeographsSupplement;
    650 		xmlUCSIsCJKRadicalsSupplement;
    651 		xmlUCSIsCJKSymbolsandPunctuation;
    652 		xmlUCSIsCJKUnifiedIdeographs;
    653 		xmlUCSIsCJKUnifiedIdeographsExtensionA;
    654 		xmlUCSIsCJKUnifiedIdeographsExtensionB;
    655 		xmlUCSIsCat;
    656 		xmlUCSIsCatC;
    657 		xmlUCSIsCatCc;
    658 		xmlUCSIsCatCf;
    659 		xmlUCSIsCatCo;
    660 		xmlUCSIsCatCs;
    661 		xmlUCSIsCatL;
    662 		xmlUCSIsCatLl;
    663 		xmlUCSIsCatLm;
    664 		xmlUCSIsCatLo;
    665 		xmlUCSIsCatLt;
    666 		xmlUCSIsCatLu;
    667 		xmlUCSIsCatM;
    668 		xmlUCSIsCatMc;
    669 		xmlUCSIsCatMe;
    670 		xmlUCSIsCatMn;
    671 		xmlUCSIsCatN;
    672 		xmlUCSIsCatNd;
    673 		xmlUCSIsCatNl;
    674 		xmlUCSIsCatNo;
    675 		xmlUCSIsCatP;
    676 		xmlUCSIsCatPc;
    677 		xmlUCSIsCatPd;
    678 		xmlUCSIsCatPe;
    679 		xmlUCSIsCatPf;
    680 		xmlUCSIsCatPi;
    681 		xmlUCSIsCatPo;
    682 		xmlUCSIsCatPs;
    683 		xmlUCSIsCatS;
    684 		xmlUCSIsCatSc;
    685 		xmlUCSIsCatSk;
    686 		xmlUCSIsCatSm;
    687 		xmlUCSIsCatSo;
    688 		xmlUCSIsCatZ;
    689 		xmlUCSIsCatZl;
    690 		xmlUCSIsCatZp;
    691 		xmlUCSIsCatZs;
    692 		xmlUCSIsCherokee;
    693 		xmlUCSIsCombiningDiacriticalMarks;
    694 		xmlUCSIsCombiningHalfMarks;
    695 		xmlUCSIsCombiningMarksforSymbols;
    696 		xmlUCSIsControlPictures;
    697 		xmlUCSIsCurrencySymbols;
    698 		xmlUCSIsCyrillic;
    699 		xmlUCSIsDeseret;
    700 		xmlUCSIsDevanagari;
    701 		xmlUCSIsDingbats;
    702 		xmlUCSIsEnclosedAlphanumerics;
    703 		xmlUCSIsEnclosedCJKLettersandMonths;
    704 		xmlUCSIsEthiopic;
    705 		xmlUCSIsGeneralPunctuation;
    706 		xmlUCSIsGeometricShapes;
    707 		xmlUCSIsGeorgian;
    708 		xmlUCSIsGothic;
    709 		xmlUCSIsGreek;
    710 		xmlUCSIsGreekExtended;
    711 		xmlUCSIsGujarati;
    712 		xmlUCSIsGurmukhi;
    713 		xmlUCSIsHalfwidthandFullwidthForms;
    714 		xmlUCSIsHangulCompatibilityJamo;
    715 		xmlUCSIsHangulJamo;
    716 		xmlUCSIsHangulSyllables;
    717 		xmlUCSIsHebrew;
    718 		xmlUCSIsHighPrivateUseSurrogates;
    719 		xmlUCSIsHighSurrogates;
    720 		xmlUCSIsHiragana;
    721 		xmlUCSIsIPAExtensions;
    722 		xmlUCSIsIdeographicDescriptionCharacters;
    723 		xmlUCSIsKanbun;
    724 		xmlUCSIsKangxiRadicals;
    725 		xmlUCSIsKannada;
    726 		xmlUCSIsKatakana;
    727 		xmlUCSIsKhmer;
    728 		xmlUCSIsLao;
    729 		xmlUCSIsLatin1Supplement;
    730 		xmlUCSIsLatinExtendedA;
    731 		xmlUCSIsLatinExtendedAdditional;
    732 		xmlUCSIsLatinExtendedB;
    733 		xmlUCSIsLetterlikeSymbols;
    734 		xmlUCSIsLowSurrogates;
    735 		xmlUCSIsMalayalam;
    736 		xmlUCSIsMathematicalAlphanumericSymbols;
    737 		xmlUCSIsMathematicalOperators;
    738 		xmlUCSIsMiscellaneousSymbols;
    739 		xmlUCSIsMiscellaneousTechnical;
    740 		xmlUCSIsMongolian;
    741 		xmlUCSIsMusicalSymbols;
    742 		xmlUCSIsMyanmar;
    743 		xmlUCSIsNumberForms;
    744 		xmlUCSIsOgham;
    745 		xmlUCSIsOldItalic;
    746 		xmlUCSIsOpticalCharacterRecognition;
    747 		xmlUCSIsOriya;
    748 		xmlUCSIsPrivateUse;
    749 		xmlUCSIsRunic;
    750 		xmlUCSIsSinhala;
    751 		xmlUCSIsSmallFormVariants;
    752 		xmlUCSIsSpacingModifierLetters;
    753 		xmlUCSIsSpecials;
    754 		xmlUCSIsSuperscriptsandSubscripts;
    755 		xmlUCSIsSyriac;
    756 		xmlUCSIsTags;
    757 		xmlUCSIsTamil;
    758 		xmlUCSIsTelugu;
    759 		xmlUCSIsThaana;
    760 		xmlUCSIsThai;
    761 		xmlUCSIsTibetan;
    762 		xmlUCSIsUnifiedCanadianAboriginalSyllabics;
    763 		xmlUCSIsYiRadicals;
    764 		xmlUCSIsYiSyllables;
    765 		xmlValidBuildContentModel;
    766 		xmlValidateNCName;
    767 		xmlValidateNMToken;
    768 		xmlValidateName;
    769 		xmlValidateOneNamespace;
    770 		xmlValidatePopElement;
    771 		xmlValidatePushCData;
    772 		xmlValidatePushElement;
    773 		xmlValidateQName;
    774 		xmlXPathNotEqualValues;
    775 		xmlDeregisterNodeDefaultValue;
    776 		xmlRegisterNodeDefaultValue;
    777 } SUNW_1.1;
    778 
    779 SUNW_1.1 {
    780 	global:
    781 		UTF8ToHtml;
    782 		UTF8Toisolat1;
    783 		__docbDefaultSAXHandler;
    784 		__htmlDefaultSAXHandler;
    785 		__oldXMLWDcompatibility;
    786 		__xmlBufferAllocScheme;
    787 		__xmlDefaultBufferSize;
    788 		__xmlDefaultSAXHandler;
    789 		__xmlDefaultSAXLocator;
    790 		__xmlDoValidityCheckingDefaultValue;
    791 		__xmlGenericError;
    792 		__xmlGenericErrorContext;
    793 		__xmlGetWarningsDefaultValue;
    794 		__xmlIndentTreeOutput;
    795 		__xmlKeepBlanksDefaultValue;
    796 		__xmlLineNumbersDefaultValue;
    797 		__xmlLoadExtDtdDefaultValue;
    798 		__xmlParserDebugEntities;
    799 		__xmlParserVersion;
    800 		__xmlPedanticParserDefaultValue;
    801 		__xmlSaveNoEmptyTags;
    802 		__xmlSubstituteEntitiesDefaultValue;
    803 		__xmlTreeIndentString;
    804 		attribute;
    805 		attributeDecl;
    806 		cdataBlock;
    807 		characters;
    808 		checkNamespace;
    809 		comment;
    810 		docbCreateFileParserCtxt;
    811 		docbCreatePushParserCtxt;
    812 		docbDefaultSAXHandlerInit;
    813 		docbEncodeEntities;
    814 		docbFreeParserCtxt;
    815 		docbParseChunk;
    816 		docbParseDoc;
    817 		docbParseDocument;
    818 		docbParseFile;
    819 		docbSAXParseDoc;
    820 		docbSAXParseFile;
    821 		elementDecl;
    822 		endDocument;
    823 		endElement;
    824 		entityDecl;
    825 		externalSubset;
    826 		getColumnNumber;
    827 		getEntity;
    828 		getLineNumber;
    829 		getNamespace;
    830 		getParameterEntity;
    831 		getPublicId;
    832 		getSystemId;
    833 		globalNamespace;
    834 		hasExternalSubset;
    835 		hasInternalSubset;
    836 		htmlAutoCloseTag;
    837 		htmlCreateFileParserCtxt;
    838 		htmlCreatePushParserCtxt;
    839 		htmlDecodeEntities;
    840 		htmlDefaultSAXHandlerInit;
    841 		htmlDocContentDumpFormatOutput;
    842 		htmlDocContentDumpOutput;
    843 		htmlDocDump;
    844 		htmlDocDumpMemory;
    845 		htmlEncodeEntities;
    846 		htmlEntityLookup;
    847 		htmlEntityValueLookup;
    848 		htmlFreeParserCtxt;
    849 		htmlGetMetaEncoding;
    850 		htmlHandleOmittedElem;
    851 		htmlInitAutoClose;
    852 		htmlIsAutoClosed;
    853 		htmlIsScriptAttribute;
    854 		htmlNewDoc;
    855 		htmlNewDocNoDtD;
    856 		htmlNodeDump;
    857 		htmlNodeDumpFile;
    858 		htmlNodeDumpFileFormat;
    859 		htmlNodeDumpFormatOutput;
    860 		htmlNodeDumpOutput;
    861 		htmlParseCharRef;
    862 		htmlParseChunk;
    863 		htmlParseDoc;
    864 		htmlParseDocument;
    865 		htmlParseElement;
    866 		htmlParseEntityRef;
    867 		htmlParseFile;
    868 		htmlSAXParseDoc;
    869 		htmlSAXParseFile;
    870 		htmlSaveFile;
    871 		htmlSaveFileEnc;
    872 		htmlSaveFileFormat;
    873 		htmlSetMetaEncoding;
    874 		htmlTagLookup;
    875 		ignorableWhitespace;
    876 		initGenericErrorDefaultFunc;
    877 		initdocbDefaultSAXHandler;
    878 		inithtmlDefaultSAXHandler;
    879 		initxmlDefaultSAXHandler;
    880 		inputPop;
    881 		inputPush;
    882 		internalSubset;
    883 		isStandalone;
    884 		isolat1ToUTF8;
    885 		namePop;
    886 		namePush;
    887 		namespaceDecl;
    888 		nodePop;
    889 		nodePush;
    890 		notationDecl;
    891 		processingInstruction;
    892 		reference;
    893 		resolveEntity;
    894 		setDocumentLocator;
    895 		setNamespace;
    896 		startDocument;
    897 		startElement;
    898 		unparsedEntityDecl;
    899 		valuePop;
    900 		valuePush;
    901 		xlinkGetDefaultDetect;
    902 		xlinkGetDefaultHandler;
    903 		xlinkIsLink;
    904 		xlinkSetDefaultDetect;
    905 		xlinkSetDefaultHandler;
    906 		xmlACatalogAdd;
    907 		xmlACatalogDump;
    908 		xmlACatalogRemove;
    909 		xmlACatalogResolve;
    910 		xmlACatalogResolvePublic;
    911 		xmlACatalogResolveSystem;
    912 		xmlACatalogResolveURI;
    913 		xmlAddAttributeDecl;
    914 		xmlAddChild;
    915 		xmlAddChildList;
    916 		xmlAddDocEntity;
    917 		xmlAddDtdEntity;
    918 		xmlAddElementDecl;
    919 		xmlAddEncodingAlias;
    920 		xmlAddID;
    921 		xmlAddNextSibling;
    922 		xmlAddNotationDecl;
    923 		xmlAddPrevSibling;
    924 		xmlAddRef;
    925 		xmlAddSibling;
    926 		xmlAllocOutputBuffer;
    927 		xmlAllocParserInputBuffer;
    928 		xmlBoolToText;
    929 		xmlBufferAdd;
    930 		xmlBufferAddHead;
    931 		xmlBufferCCat;
    932 		xmlBufferCat;
    933 		xmlBufferContent;
    934 		xmlBufferCreate;
    935 		xmlBufferCreateSize;
    936 		xmlBufferDump;
    937 		xmlBufferEmpty;
    938 		xmlBufferFree;
    939 		xmlBufferGrow;
    940 		xmlBufferLength;
    941 		xmlBufferResize;
    942 		xmlBufferSetAllocationScheme;
    943 		xmlBufferShrink;
    944 		xmlBufferWriteCHAR;
    945 		xmlBufferWriteChar;
    946 		xmlBufferWriteQuotedString;
    947 		xmlBuildURI;
    948 		xmlC14NDocDumpMemory;
    949 		xmlC14NDocSave;
    950 		xmlC14NDocSaveTo;
    951 		xmlCatalogAdd;
    952 		xmlCatalogAddLocal;
    953 		xmlCatalogCleanup;
    954 		xmlCatalogConvert;
    955 		xmlCatalogDump;
    956 		xmlCatalogFreeLocal;
    957 		xmlCatalogGetDefaults;
    958 		xmlCatalogGetPublic;
    959 		xmlCatalogGetSystem;
    960 		xmlCatalogIsEmpty;
    961 		xmlCatalogLocalResolve;
    962 		xmlCatalogLocalResolveURI;
    963 		xmlCatalogRemove;
    964 		xmlCatalogResolve;
    965 		xmlCatalogResolvePublic;
    966 		xmlCatalogResolveSystem;
    967 		xmlCatalogResolveURI;
    968 		xmlCatalogSetDebug;
    969 		xmlCatalogSetDefaultPrefer;
    970 		xmlCatalogSetDefaults;
    971 		xmlCharEncCloseFunc;
    972 		xmlCharEncFirstLine;
    973 		xmlCharEncInFunc;
    974 		xmlCharEncOutFunc;
    975 		xmlCharStrdup;
    976 		xmlCharStrndup;
    977 		xmlCheckLanguageID;
    978 		xmlCheckUTF8;
    979 		xmlCheckVersion;
    980 		xmlCleanupCharEncodingHandlers;
    981 		xmlCleanupEncodingAliases;
    982 		xmlCleanupInputCallbacks;
    983 		xmlCleanupOutputCallbacks;
    984 		xmlCleanupParser;
    985 		xmlCleanupPredefinedEntities;
    986 		xmlCleanupThreads;
    987 		xmlClearNodeInfoSeq;
    988 		xmlClearParserCtxt;
    989 		xmlConvertSGMLCatalog;
    990 		xmlCopyAttributeTable;
    991 		xmlCopyChar;
    992 		xmlCopyCharMultiByte;
    993 		xmlCopyDoc;
    994 		xmlCopyDtd;
    995 		xmlCopyElementContent;
    996 		xmlCopyElementTable;
    997 		xmlCopyEntitiesTable;
    998 		xmlCopyEnumeration;
    999 		xmlCopyNamespace;
   1000 		xmlCopyNamespaceList;
   1001 		xmlCopyNode;
   1002 		xmlCopyNodeList;
   1003 		xmlCopyNotationTable;
   1004 		xmlCopyProp;
   1005 		xmlCopyPropList;
   1006 		xmlCreateDocParserCtxt;
   1007 		xmlCreateEntitiesTable;
   1008 		xmlCreateEntityParserCtxt;
   1009 		xmlCreateEnumeration;
   1010 		xmlCreateFileParserCtxt;
   1011 		xmlCreateIOParserCtxt;
   1012 		xmlCreateIntSubset;
   1013 		xmlCreateMemoryParserCtxt;
   1014 		xmlCreatePushParserCtxt;
   1015 		xmlCreateURI;
   1016 		xmlCurrentChar;
   1017 		xmlDebugDumpAttr;
   1018 		xmlDebugDumpAttrList;
   1019 		xmlDebugDumpDTD;
   1020 		xmlDebugDumpDocument;
   1021 		xmlDebugDumpDocumentHead;
   1022 		xmlDebugDumpEntities;
   1023 		xmlDebugDumpNode;
   1024 		xmlDebugDumpNodeList;
   1025 		xmlDebugDumpOneNode;
   1026 		xmlDebugDumpString;
   1027 		xmlDecodeEntities;
   1028 		xmlDefaultSAXHandlerInit;
   1029 		xmlDelEncodingAlias;
   1030 		xmlDetectCharEncoding;
   1031 		xmlDocCopyNode;
   1032 		xmlDocDump;
   1033 		xmlDocDumpFormatMemory;
   1034 		xmlDocDumpFormatMemoryEnc;
   1035 		xmlDocDumpMemory;
   1036 		xmlDocDumpMemoryEnc;
   1037 		xmlDocFormatDump;
   1038 		xmlDocGetRootElement;
   1039 		xmlDocSetRootElement;
   1040 		xmlDumpAttributeDecl;
   1041 		xmlDumpAttributeTable;
   1042 		xmlDumpElementDecl;
   1043 		xmlDumpElementTable;
   1044 		xmlDumpEntitiesTable;
   1045 		xmlDumpEntityDecl;
   1046 		xmlDumpNotationDecl;
   1047 		xmlDumpNotationTable;
   1048 		xmlElemDump;
   1049 		xmlEncodeEntities;
   1050 		xmlEncodeEntitiesReentrant;
   1051 		xmlEncodeSpecialChars;
   1052 		xmlFileClose;
   1053 		xmlFileMatch;
   1054 		xmlFileOpen;
   1055 		xmlFileRead;
   1056 		xmlFindCharEncodingHandler;
   1057 		xmlFreeAttributeTable;
   1058 		xmlFreeCatalog;
   1059 		xmlFreeDoc;
   1060 		xmlFreeDtd;
   1061 		xmlFreeElementContent;
   1062 		xmlFreeElementTable;
   1063 		xmlFreeEntitiesTable;
   1064 		xmlFreeEnumeration;
   1065 		xmlFreeIDTable;
   1066 		xmlFreeInputStream;
   1067 		xmlFreeMutex;
   1068 		xmlFreeNode;
   1069 		xmlFreeNodeList;
   1070 		xmlFreeNotationTable;
   1071 		xmlFreeNs;
   1072 		xmlFreeNsList;
   1073 		xmlFreeParserCtxt;
   1074 		xmlFreeParserInputBuffer;
   1075 		xmlFreeProp;
   1076 		xmlFreePropList;
   1077 		xmlFreeRMutex;
   1078 		xmlFreeRefTable;
   1079 		xmlFreeURI;
   1080 		xmlGenericErrorDefaultFunc;
   1081 		xmlGetBufferAllocationScheme;
   1082 		xmlGetCharEncodingHandler;
   1083 		xmlGetCharEncodingName;
   1084 		xmlGetCompressMode;
   1085 		xmlGetDocCompressMode;
   1086 		xmlGetDocEntity;
   1087 		xmlGetDtdAttrDesc;
   1088 		xmlGetDtdElementDesc;
   1089 		xmlGetDtdEntity;
   1090 		xmlGetDtdNotationDesc;
   1091 		xmlGetDtdQAttrDesc;
   1092 		xmlGetDtdQElementDesc;
   1093 		xmlGetEncodingAlias;
   1094 		xmlGetExternalEntityLoader;
   1095 		xmlGetFeature;
   1096 		xmlGetFeaturesList;
   1097 		xmlGetGlobalState;
   1098 		xmlGetID;
   1099 		xmlGetIntSubset;
   1100 		xmlGetLastChild;
   1101 		xmlGetLineNo;
   1102 		xmlGetNodePath;
   1103 		xmlGetNsList;
   1104 		xmlGetNsProp;
   1105 		xmlGetParameterEntity;
   1106 		xmlGetPredefinedEntity;
   1107 		xmlGetProp;
   1108 		xmlGetRefs;
   1109 		xmlGetThreadId;
   1110 		xmlHandleEntity;
   1111 		xmlHasNsProp;
   1112 		xmlHasProp;
   1113 		xmlHashAddEntry;
   1114 		xmlHashAddEntry2;
   1115 		xmlHashAddEntry3;
   1116 		xmlHashCopy;
   1117 		xmlHashCreate;
   1118 		xmlHashFree;
   1119 		xmlHashLookup;
   1120 		xmlHashLookup2;
   1121 		xmlHashLookup3;
   1122 		xmlHashRemoveEntry;
   1123 		xmlHashRemoveEntry2;
   1124 		xmlHashRemoveEntry3;
   1125 		xmlHashScan;
   1126 		xmlHashScan3;
   1127 		xmlHashScanFull;
   1128 		xmlHashScanFull3;
   1129 		xmlHashSize;
   1130 		xmlHashUpdateEntry;
   1131 		xmlHashUpdateEntry2;
   1132 		xmlHashUpdateEntry3;
   1133 		xmlIOFTPClose;
   1134 		xmlIOFTPMatch;
   1135 		xmlIOFTPOpen;
   1136 		xmlIOFTPRead;
   1137 		xmlIOHTTPClose;
   1138 		xmlIOHTTPMatch;
   1139 		xmlIOHTTPOpen;
   1140 		xmlIOHTTPOpenW;
   1141 		xmlIOHTTPRead;
   1142 		xmlIOParseDTD;
   1143 		xmlInitCharEncodingHandlers;
   1144 		xmlInitMemory;
   1145 		xmlInitNodeInfoSeq;
   1146 		xmlInitParser;
   1147 		xmlInitParserCtxt;
   1148 		xmlInitThreads;
   1149 		xmlInitializeCatalog;
   1150 		xmlInitializeGlobalState;
   1151 		xmlInitializePredefinedEntities;
   1152 		xmlIsBaseChar;
   1153 		xmlIsBlank;
   1154 		xmlIsBlankNode;
   1155 		xmlIsChar;
   1156 		xmlIsCombining;
   1157 		xmlIsDigit;
   1158 		xmlIsExtender;
   1159 		xmlIsID;
   1160 		xmlIsIdeographic;
   1161 		xmlIsLetter;
   1162 		xmlIsMainThread;
   1163